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.
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 RegardsTamer |
|
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 |
 |
|
|
|
|