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
 General SQL Server Forums
 New to SQL Server Programming
 tables information within diagram SQL 2000

Author  Topic 

tamer_dotnet
Starting Member

2 Posts

Posted - 2007-04-16 : 22:55:07
Hi all,

I am trying to retrieve tables name for a database diagram within SQL database 2000 using T-SQL .I did some search Found that using dtproperties table I can get the diagrams name. but there is no information about the tables within these diagrams.

I wonder if there is any one can help on that

Regards
Tamer

jezemine
Master Smack Fu Yak Hacker

2886 Posts

Posted - 2007-04-17 : 00:57:52
this is not supported. as I recall diagrams are stored in a proprietary, binary format which is not documented.


www.elsasoft.org
Go to Top of Page
   

- Advertisement -