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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2005-04-28 : 08:11:23
|
| Nidhi writes "Hi, I just want to know that is there any way to copy database diagram created in one database to another database ? Server is same. If any tool is required then tell me location from where I can get that tool. Its urgent requirement.Thanks" |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2005-04-28 : 08:13:42
|
| Database diagrams are stored in the dtproperties table, you can use DTS to copy this data from one database to another. |
 |
|
|
|
|
|