SQL - How to backup a database and export as a MDF file with MS SQL 2008 R2

后端 未结 8 1746
故里飘歌
故里飘歌 2021-02-01 16:24

I have created a database \"test\" with some tables in MS SQL Server 2008 R2 (i.e. MS SQL Server Management Studio).

Now, I need to export this database as a MDF file.

8条回答
  •  别跟我提以往
    2021-02-01 16:38

    I think the best way is to create a .bak file from SQL Server .

    Right click on the database => Task => Back Up -> Choose the database in Source , and hit OK .

提交回复
热议问题