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 2000 Forums
 SQL Server Administration (2000)
 sql server

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2002-05-24 : 09:42:39
senthil writes "How can i backup the table structure alone in sql server database"

jasper_smith
SQL Server MVP & SQLTeam MVY

846 Posts

Posted - 2002-05-24 : 09:51:52
The simplest way is to script your tables is using EM
Right click on the tables in EM and choose All Tasks>Generate SQl Scripts

Go to Top of Page
   

- Advertisement -