SQL Server Copying tables from one database to another

前端 未结 7 1174
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-20 16:56

I have two databases, one is called Natalie_playground and one is called LiveDB. Since I want to practice insert, update things, I want to copy som

7条回答
  •  伪装坚强ぢ
    2020-12-20 17:42

    Right click on your database -> under Tasks choose Generate scripts, follow the wizard, choose your tables and check the check box that says 'script table data' (or similar) generate it to an SQL script and execute it on your other DB.

提交回复
热议问题