Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 SQL Servers view meta data(urgent)

Author  Topic 

Chagh
Starting Member

2 Posts

Posted - 2004-10-24 : 04:53:05
Hi all,
I want to extract constraints within the views definition.
for example in such a view definition query:
" create view student_view as select stdid, stdname from student_table where stdid > 675; "
how can i extract (stdid > 675) from any tables or views in Sql server 2000? (I don't like to parse "create view ..." query!)

-thanks in advance

Kristen
Test

22859 Posts

Posted - 2004-10-24 : 10:47:01
DUplicate of http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=41648
Go to Top of Page
   

- Advertisement -