我有一位客户向我发送他的数据库。我解压缩并尝试将其恢复到我的sql数据库。他正在使用SQL Server 2008 R2和我。我尝试以下步骤:
.bak
文件现在我在下面收到此错误。我不明白这是什么问题!
指定的演员表无效。 (SqlManagerUI)
计划地点:
at Microsoft.SqlServer.Management.SqlManagerUI.SqlRestoreDatabaseGeneral.PopulateGridWithBackupSetsFromDevices()
在Microsoft.SqlServer.Management.SqlManagerUI.SqlRestoreDatabaseGeneral.GetBackupSetsFromDevices()
在Microsoft.SqlServer.Management.SqlManagerUI.SqlRestoreDatabaseGeneral.textDeviceSelected_TextChanged(Object sender,EventArgs e)
在System.Windows.Forms.Control.OnTextChanged(EventArgs e)
在System.Windows.Forms.TextBoxBase.OnTextChanged(EventArgs e)
在System.Windows.Forms.Control.set_Text(String value)
在System.Windows.Forms.TextBoxBase.set_Text(String value)
在System.Windows.Forms.TextBox.set_Text(String value)
在Microsoft.SqlServer.Management.SqlManagerUI.SqlRestoreDatabaseGeneral.buttonSelectDevice_Click(Object sender,EventArgs e)
在System.Windows.Forms.Control.OnClick(EventArgs e)
在System.Windows.Forms.Button.OnClick(EventArgs e)
在System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
在System.Windows.Forms.Control.WmMouseUp(消息& m,MouseButtons按钮,Int32点击)
在System.Windows.Forms.Control.WndProc(Message& m)
在System.Windows.Forms.ButtonBase.WndProc(Message& m)
在System.Windows.Forms.Button.WndProc(Message& m)
在System.Windows.Forms.Control.ControlNativeWindow.OnMessage(消息& m)
在System.Windows.Forms.Control.ControlNativeWindow.WndProc(消息& m)
在System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd,Int32 msg,IntPtr wparam,IntPtr lparam)
答案 0 :(得分:1)
真是奇怪的问题,我面对同样的问题;并以这种方式解决:
答案 1 :(得分:0)
如果.BAK
文件已损坏,通常会发生这种情况,检查.BAK
文件是否已损坏,您还可以尝试使用命令恢复
RESTORE DATABASE test FROM DISK = 'E:\test.bak'