How can I copy data records between two instances of an SQLServer database

后端 未结 4 1758
闹比i
闹比i 2020-12-14 00:28

I need to copy some records from our SQLServer 2005 test server to our live server. It\'s a flat lookup table, so no foreign keys or other referential integrity to worry ab

4条回答
  •  不思量自难忘°
    2020-12-14 01:19

    I use SQL Server Management Studio and do an Export Task by right-clicking the database and going to Task>Export. I think it works across servers as well as databases but I'm not sure.

提交回复
热议问题