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

前端 未结 7 1531
一整个雨季
一整个雨季 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:18

    Back up the database on the server and then restore it locally in SQL Express.

    EDIT: If this is part of your work, surely you can get someone in networks to get you a backup..?

提交回复
热议问题