Home » Reply » Reply To: Move table form one database to another database in SQL

Reply To: Move table form one database to another database in SQL

Lincoln Burrows ~ Modified: November 26th, 2015 ~ ~ 1 Minute Reading

Home Forums Move table form one database to another database in SQL Reply To: Move table form one database to another database in SQL

#918 Score: 0
Lincoln Burrows
Moderator
16 pts

Use Generate SQL Server Scripts Wizard to help guide the creation of SQL script’s that can:

• copy the table schema
• any constraints (identity, default values, etc)
• data within the table
• and many other options