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.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 Best Practice: Generate SQL Scripts

Author  Topic 

studotnet
Starting Member

1 Post

Posted - 2008-12-18 : 02:45:01
I have heard some people say that to create tables and databases using hand-written

This is how I used to do it.

Create the table using Designer.
Generate the SQL script.
Save it

What is the wrong with this method..? What is the best way to do this?

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-12-18 : 02:49:19
no problem with this method.you could even use templetes in template explorer for creating scripts
Go to Top of Page
   

- Advertisement -