How do I generate scripts for all tables with single stroke in SQL Server 2000?

Ganesamoorthy picture Ganesamoorthy · Feb 25, 2011 · Viewed 19.4k times · Source

How do I generate scripts for all tables with a single stroke in SQL Server 2000?

Answer

codingbadger picture codingbadger · Feb 25, 2011

You can't do this with one click of a button.

You have to:

  • Right click Database
  • Select All Tasks > Generate SQL Scripts
  • Click Show All
  • Check All Tables
  • Click the Formatting tab. Select the options you require
  • Click the Options tab. You may want to script out the Indexes, Full-Text Indexes, Triggers, Primary & Foreign Keys.
  • Then choose whether you want it all in one file or one file per object.