Import / Export database with SQL Server Server Management Studio

前端 未结 5 423
Happy的楠姐
Happy的楠姐 2020-11-29 16:58

I thought this would be trivial, but it isn\'t... I\'m sure there is a simple way to do it but I can\'t manage to find it. Shame on me.

I want to import/exp

5条回答
  •  我在风中等你
    2020-11-29 17:13

    for Microsoft SQL Server Management Studio 2012,2008.. First Copy your database file .mdf and log file .ldf & Paste in your sql server install file in Programs Files->Microsoft SQL Server->MSSQL10.SQLEXPRESS->MSSQL->DATA. Then open Microsoft Sql Server . Right Click on Databases -> Select Attach...option.

提交回复
热议问题