index | search | no replies | posting guidelines | help login | register
Index » Products » ASP Report Wizard v2
search this forum:
:: database views :: (2)Post a New Message | Post a Reply
Mar 20 2006, 10:30 PM
 database viewsPost a Reply
 manam

View this author's profile Send this author a private message

since: Mar 20, 2006
from: somewhere

1)what is the meaning of UID in sysobjects table.

2) write a view so that it displays the
names of the views present in the database.

please send me mail to babu_manam@yahoo.co.in

Mar 21 2006, 6:28 AM
 Re: database viewsPost a Reply
 ghost

View this author's profile Send this author a private message Visit author's homepage

from: Washington, DC

What kind of database is it?
For SQL Server, you can use the following statement to display all the views

SELECT name FROM SYSOBJECTS WHERE xtype = 'V' AND category = 0





-------------------------
Ghost
Pages: (1)   [1]

search this forum: