backup job fails with this error.

  • Hi,

    I have SQL Server 2008, R2 and 2012 SQL Servers where my automated backup job is failing due to the below error.

    Do I need to add "With Format" at the end of my backup db statement, as mentioned in the article?

    https://support.microsoft.com/en-us/kb/290787

    But, noted that the article does not talk about issues with SQL 2012 ..

    PLEASE suggest.

    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    (null)

    Error 3013, Severity 16, State 1, Procedure -, Line 1 [SQLSTATE 01000]

    BACKUP DATABASE is terminating abnormally. [SQLSTATE 01000]

    NULL

    Thanks.

  • I think it would help if you posted the backup statement you're running.

    Obfuscate anything you think needs to be like file and path names, but leave all the options etc as-is.

    Otherwise, it's just guessing on everyone's part.

  • Thanks . Attached my backup script.

    note: just added the FORMAT keywords. When the failures were reported, I did have the WITH INIT one, (no FORMAT)

    Thanks.

  • Don't see the attachment.

  • Sorry Fellas. Please find attached.

    I tried to attach the .SQL file, which it did not allow to upload. So missed. Thanks Steve!!!

    Thanks.

  • Print the SQL statement and see what is actual backup statement is that is failing. From looking at the code alone doesn't really help.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic. Login to reply