|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, January 27, 2010 4:11 PM
Points: 4,
Visits: 8
|
|
@ChrisHarshman It is possible to 'export' the Database Diagram "data" to survive rebuilds or apply to different instances. I first found a script to do that back on SQL Server 2000, which I updated myself for 2005 and then 2008.
ScriptDiagram2005 http://www.codeproject.com/KB/database/ScriptDiagram2005.aspx
ScriptDiagram2008 http://conceptdevelopment.net/Database/ScriptDiagram2008/
We are doing continuous integration with our database (using RedGate) and use the above to save each Diagram to a file and re-create each time the database is "built from scripts".
Note that the diagram data contains 'pointers' to your schema objects -- if you re-create a Diagram on a database instance that is missing some of the tables then they naturally disappear from the diagram (this has occasionally confused people using these scripts).
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Monday, February 18, 2013 10:46 AM
Points: 226,
Visits: 126
|
|
|
|
|
|
SSCommitted
      
Group: General Forum Members
Last Login: Yesterday @ 10:26 AM
Points: 1,572,
Visits: 1,731
|
|
| Cdunn, thanks for the info! I'll have to check that out.
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, February 20, 2013 8:24 AM
Points: 3,
Visits: 209
|
|
| Now the DD print is nice. But I also want to print Data Dictionary. I have defined the extended property "Description" for each table. I also entered the Description for each table column. How can I export/print these table/column descriptions to a nice Data Dictionary document?
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Monday, May 30, 2011 8:35 PM
Points: 1,
Visits: 5
|
|
Congratulations!!!
I mean to the Author of the article Wagner Crevelini, which he has the same last name that I Am of the Argentinean republic and my grandfathers have to me counted who are relatives in the United States, distant cousins perhaps.¶Good, greeting kindly and thanks to share your knowledge.¶It salutes kindly, a friend of the south.
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Monday, July 06, 2009 7:15 AM
Points: 1,
Visits: 2
|
|
Iam connecting to a remote sql server database and when I right click on Database Diagrams I don't get the Create Diagram option. Is it possible that they have disabled the creation of Diagrams from within Management Studio.
PS Iam using Sql Server 2008 (Enterprise) Management Studio.
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, January 27, 2010 3:59 PM
Points: 2,
Visits: 0
|
|
| Can you get the data diagran to use views
|
|
|
|
|
Hall of Fame
       
Group: General Forum Members
Last Login: Yesterday @ 5:32 PM
Points: 3,508,
Visits: 2,588
|
|
| You have a diagram of the involved tables in View Designer.
|
|
|
|