且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

还原SQL数据库时出现问题

更新时间:2021-08-05 10:25:01

执行以下步骤,

1)创建数据库!
2)通过rightclick-tasks-restore-database还原它.但是在此之前,请转到选项并选择覆盖现有数据库chk框.它将起作用.
do the following steps,

1) create database !
2) restore it by rightclick-tasks-restore-database.but before that go to options and select the overwrite existing database chk box. It will work.


解决方案,

我需要右键单击数据库"->附加.."->添加"

它只是创建一个数据库并在其中进行记录
解决了我的问题....
Got solution,

I need to "RightClick Databases"-->"Attach.."-->"Add"

It just create an database and made records inside
Solves my problem....