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 November 26, 2015 at 12:04 pm #918 Score: 0 Lincoln BurrowsModerator Karma: 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 Search