Restore fail for Server 'DatabaseServerName'.(Microsoft.SqlServer.Smo)

Additional information:

System.Data.SqlClient.SqlError: Directory lookup for the file "URL" failed with the operating system error 3(The System cannot find the path specified). (Microsoft.SqlServer.Smo)

解决方法:

SQL 2005报错之Restore fail for Server 'DatabaseServerName'.

我这里只需要更改数据库文件的路径即可,如果还想覆盖当前同名的数据库,则还需要勾选‘Overwrite the existing database’。

记性越来越差了,仅以此文做个记录,以免再碰到此类问题,又要Google了(^_^)

 

相关文章:

  • 2021-11-12
  • 2022-12-23
  • 2022-02-14
  • 2022-12-23
  • 2022-02-22
  • 2021-09-07
  • 2022-01-01
  • 2021-10-05
猜你喜欢
  • 2021-07-24
  • 2021-09-14
  • 2021-11-05
  • 2021-08-07
  • 2022-02-14
  • 2021-10-30
  • 2021-12-07
相关资源
相似解决方案