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 |
|
kiran
Starting Member
30 Posts |
Posted - 2003-06-10 : 17:43:20
|
| I want to copy a database diagram within the same database with different name. Is it possible?In my database "db1", i created a diagram called "diagram1". Is there any easier way to make a copy of it to "diagram2" without recreating from scratch ?Thanks in advance.- Kiran |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2003-06-10 : 18:09:26
|
| If you created your database diagram using the diagram wizard in Enterprise Manager, you can not save it as a different name or move it anywhere else (although you can with backup and restore). You should consider using ERwin or Vision to do your ERDs since they are much better tools and are flexible.Tara |
 |
|
|
|
|
|