Script, Save, Export SQL 2005 Database Diagrams
I've used the code from the post [Script, Save, Export SQL Database
Diagrams] for a while now... but recently upgraded to SQL Server 2005.
I've written a new script for SQL Server 2005, which can be found at
http://www.codeproject.com/useritems/ScriptDiagram2005.asp if anyone is
looking to script out database diagrams...
Thanks to the original poster - Clay Beatty - for his effort.
URL: [Script, Save, Export SQL Database Diagrams]
http://groups.google.com.au/group/comp.databases.ms-sqlserver/browse_frm/thread/ca9a9229d06a56f9/37802441d6466ca2?tvc=1&q=Script%2C+Save%2C+Export+SQL+Database+Diagrams#37802441d6466ca2
.
Relevant Pages
- Creating/adding column description, not caption
... How do I get these descriptions back into my SQL Server 2000 database? ... I've generated the script and have made some changes to the SQL database, ... like changing the data types and sizes. ... (microsoft.public.sqlserver.dts) - Updated Question - Updating an SQL Database
... Using the script below I can only update the first record in ... Dim cnn As ADODB.Connection ... I have an Excel Spreadsheet that is populated from a SQL Database. ... (microsoft.public.excel.programming) - Problem with Large Query Returns from MS-SQL
... I am writing an application that is using DBI to access a MS SQL database ... Where where tableA is around 10 rows, then my test script returns all of the ... I put conditions on the query for the large table that would return only 2 ... (perl.dbi.users) - Re: Need some help A.S.A.P.
... Maybe you can conect to the MS SQL database using MS Access? ... maybe diverent ODBC driver? ... > I'm having a bit of trouble updating my script. ... (microsoft.public.sqlserver.mseq) - Trying to connect to SQL server
... I'm trying to use the script below to copy the event logs from our servers ... to a SQL database, but when I run the script it's trying to connect as null. ... Set colRetrievedEvents = objWMIService.ExecQuery _ ... (microsoft.public.windows.server.scripting) |
|