restore database in ssms 2017 selected bak file in device option and showing nothing in Backup sets to restore option and disable Ok button too

筅森魡賤 提交于 2021-01-29 19:51:59

问题


I am trying to restore sample database adventureworks in SSMS 2017 right Click in Database selected Restore Database in Device option then option ADD selected AdventureWorks2017.bak file in my hard drive c:\Microsoft SQL Server\MSSQL14.MSSQLSERVER_2017\MSSQL\Backup press Ok and nothing showing in Destination and Backup sets to retore and disable Ok Button in this Window (filled in Destination Database) the same

could somebody help me thank you


回答1:


Move the file to default backup repository for SqlServer: C:\Program Files\Microsoft SQL Server\MSSQL[##].[instanceName]\MSSQL\Backup

or check the permissions for this folder, to find the SQL Instance username... to add that user to permissions for the folder where the .bak file resides



来源:https://stackoverflow.com/questions/51908865/restore-database-in-ssms-2017-selected-bak-file-in-device-option-and-showing-not

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!