Database Engine of the SQL server has encountered a problem

Asked By 80 points N/A Posted on -
qa-featured

Hi guys,

My SQL server has encountered a problem. I connected the proper illustration of Database Engine of the SQL server. However, I switched the database to the server and received the error message.
 
It failed to backup. Have you any idea for the issue?
 
Please help.
 
Thanks a lot.
 
Error backing up database: BTData-Check to make sure the path is correct-Exception of type ‘System.Exception’ was thrown
 
Error backing up database: BTData. Check to make sure the path is
correct.
Exception of type ‘System.Exception’ was thrown.
SHARE
Best Answer by Vinson forman
Answered By 0 points N/A #197385

Database Engine of the SQL server has encountered a problem

qa-featured

Hi,

I will help to solve your SQL Server problem. From the image shown, it is apparent that you have a problem with the path of back up file location. Try to give a correct path for back up file and try again. It will not throw an exception this time.

Best Answer
Best Answer
Answered By 0 points N/A #197387

Database Engine of the SQL server has encountered a problem

qa-featured

Hi dear,

Thanks for sharing your problem on this website.

  • This error shows that the access of your client to the Data Backup SQL (Structure Query Language) server has been broken.
  • You should check all the back up paths to the Data Backup Server. Ping your client with the Data backup server. If Ping is Not working, check your connection to the Server.
  • It also looks that SQL Server does not have the permission to access Backup file.
  • Check the permissions of account that is assigned to the SQL Server.

Hope you will clear your problem by reading this answer.

Regards,

Related Questions