Home » Topic » How to Resolve SQL Error 3013?

How to Resolve SQL Error 3013?

Andrew Jackson ~ Modified: July 29th, 2015 ~ ~ 1 Minute Reading

Home Forums How to Resolve SQL Error 3013?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #404 Score: 0
    Stephen West
    Moderator
    4 pts

    Run the following command from Query Analyzer:

    RESTORE HEADERONLY FROM DISK=’C: \MyDatabase.bak

    #532 Score: 0
    Lincoln Burrows
    Moderator
    16 pts

    This error message might be removed by using the following command. This will help erasing or deleting data from the backup device for allowing SQL Server program to implement new backup operation.

      “BACKUP DATABASE mydatabase TO DISK=’C: \MyDatabase.bak’ with FORMAT”
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.