ACP
ACP

Reputation: 35268

How to script sql server database diagrams in sql server 2005?

I use sql server 2005 as my database for my web application.... I generated scripts of the database by,

Database->Right Click->Tasks->Generate Scripts

I can script all my Tables,Stored Procedures,User Defined functions,Views,Users....

All i missed was database diagrams because there was no option for scripting it.. How to include them into the new database...

Upvotes: 2

Views: 1388

Answers (1)

Jojo Sardez
Jojo Sardez

Reputation: 8568

Take a look at this.

Upvotes: 1

Related Questions