I am trying to backup my DB of PSU using SQL Server Express 2012. I have been able to do this many time, but now when I try this is the error that I am getting:
TSQLServerConnection Error 3013
General SQL Server error: Check messages from the SQL Server
Create Database permission denied in database 'master'
Verify Database is terminating abnormally
(0)
I am attaching a screen shot of the error as well.
I am using the default SA password of master2004.
I also noticed when I test the password before the verify part that it seems to take any value entered and says that it is ok. Is there a problem with the verify script?
Any thoughts on what is wrong are greatly appreciated.
Thank you.
Michael
Backup Error 3013
-
- Posts: 12
- Joined: 31 Oct 08 23:38
Backup Error 3013
- Attachments
-
- psu-error02.png (122.63 KiB) Viewed 2353 times
Re: Backup Error 3013
As stated in the SQLServer error it tells you to check the SQLServer log files.
A quick Google on the SQLServer 3013 error leads to this: https://support.microsoft.com/en-us/kb/290787
or this: http://www.sqlrecoverysoftware.net/blog ... -3013.html
From how I read it there may be an issue with the backup medium
Hope that help
A quick Google on the SQLServer 3013 error leads to this: https://support.microsoft.com/en-us/kb/290787
or this: http://www.sqlrecoverysoftware.net/blog ... -3013.html
From how I read it there may be an issue with the backup medium
Hope that help
This is a user-to-user forum. If you have suggestions, requests or need support then please send a message
-
- Posts: 12
- Joined: 31 Oct 08 23:38
Re: Backup Error 3013
Thank you for your thoughts. I changed from backing up to my NAS on the network to backing up locally and copying to the NAS and it seems to have worked without the error this time.
Michael
Michael