Easiest way to copy an entire SQL server Database from a server to local SQL Express

前端 未结 7 1526
一整个雨季
一整个雨季 2020-12-08 06:00

I need to copy an entire database from a SQL Server 2005 on my server over to my local SQL Express in order to run my application for a presentation. What is the fastest/ea

7条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-08 06:22

    You can use SSIS's database copy wizard, but it's not quick at all. Is there a DBA there that you can ask for the backup file? That will probably turn out to be the fastest way.

提交回复
热议问题