Best way to copy a database (SQL Server 2008)

后端 未结 8 1700
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-04 06:50

Dumb question - what\'s the best way to copy instances in an environment where I want to refresh a development server with instances from a production server?

I\'v

8条回答
  •  隐瞒了意图╮
    2020-12-04 07:26

    I run an SP to DROP the table(s) and then use a DTS package to import the most recent production table(s) onto my development box. Then I go home and come back the following morning. It's not elegant; but it works for me.

提交回复
热议问题