Is it possible to use TSQL differential backups on a system that uses VSS?How can I fix “Cannot perform a...

Incorporating research and background: How much is too much?

Difference between `vector<int> v;` and `vector<int> v = vector<int>();`

Eww, those bytes are gross

How to prevent users from executing commands through browser URL

Word or phrase for showing great skill at something WITHOUT formal training in it

Can we use the stored gravitational potential energy of a building to produce power?

Porting Linux to another platform requirements

Am I a Rude Number?

Could a phylactery of a lich be a mirror or does it have to be a box?

How to limit sight distance to 1 km

Advice for a new journal editor

Why do no American passenger airlines still operate dedicated cargo flights?

Can making a creature unable to attack after it has been assigned as an attacker remove it from combat?

Strange Sign on Lab Door

Why did other German political parties disband so fast when Hitler was appointed chancellor?

Explain the objections to these measures against human trafficking

Why has the mole been redefined for 2019?

Cat is tipping over bed-side lamps during the night

Why Normality assumption in linear regression

How long is the D&D Starter Set campaign?

How do Chazal know that the descendants of a Mamzer may never marry into the general populace?

Early credit roll before the end of the film

Avoiding morning and evening handshakes

Can a person refuse a presidential pardon?



Is it possible to use TSQL differential backups on a system that uses VSS?


How can I fix “Cannot perform a differential backup … a current database backup doesn't exist”?Incremental Database/Data Change RestoreFULL recovery and differential backupsSQL Server Backup ProposalHow to reduce the size of ldf file?onsite and offsite backup questionBackup chain for DBs restored from a different serverRestore log backups to non-readable async AlwaysOn replicaSQL Server High Availability restore copy_only backups from secondary replica problemWill VSS backups break logchain?Use of third-party VSS backup plus native SQL backup













3















Our colocation provider uses VSS to backup our dedicated server. The backups show up in the SQL logs as SQL backups even though they are not and that breaks the Full-Diff chain. The issue is well documented on StackExchange Database Administrators, but they all stop there.



Is it possible to do TSQL differential or incremental backups on a system that also uses VSS?



If not, is there a better approach for off-site backups assuming that we don't want to lose the onsite full-system VSS backups?



SQL Server 2012 SP3 if that matters.










share|improve this question














bumped to the homepage by Community 10 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • Why can't you do regular SQL backups or why can't they do it for you?

    – Antoine Hernandez
    Nov 9 '16 at 18:39













  • VSS backup as far as I know not breaks backups chains by resetting LSN its the snapshot backup. VSS backup also means backup by third party tools although snapshot backup also relies on VSS for backup

    – Shanky
    Nov 10 '16 at 5:51











  • @Antonine - We are doing regular SQL backups. A daily full then every couple of hours a differential. VSS backups can break the differential chain.

    – Alien Technology
    Dec 4 '16 at 15:09











  • @Shanky - I will find the URL and post here, but apparently VSS backups put the DB in a state as if they were going to do a backup so they can get a clean copy. This state resets the LSN.

    – Alien Technology
    Dec 4 '16 at 15:11











  • I can't find the write-up that I was looking for, but these pages describe the issue from different viewpoints: support.microsoft.com/en-us/kb/937683 support.microsoft.com/en-us/kb/951288 nixx.ca/wiki/doku.php?id=vmware:quiesce_sql

    – Alien Technology
    Dec 4 '16 at 16:02
















3















Our colocation provider uses VSS to backup our dedicated server. The backups show up in the SQL logs as SQL backups even though they are not and that breaks the Full-Diff chain. The issue is well documented on StackExchange Database Administrators, but they all stop there.



Is it possible to do TSQL differential or incremental backups on a system that also uses VSS?



If not, is there a better approach for off-site backups assuming that we don't want to lose the onsite full-system VSS backups?



SQL Server 2012 SP3 if that matters.










share|improve this question














bumped to the homepage by Community 10 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • Why can't you do regular SQL backups or why can't they do it for you?

    – Antoine Hernandez
    Nov 9 '16 at 18:39













  • VSS backup as far as I know not breaks backups chains by resetting LSN its the snapshot backup. VSS backup also means backup by third party tools although snapshot backup also relies on VSS for backup

    – Shanky
    Nov 10 '16 at 5:51











  • @Antonine - We are doing regular SQL backups. A daily full then every couple of hours a differential. VSS backups can break the differential chain.

    – Alien Technology
    Dec 4 '16 at 15:09











  • @Shanky - I will find the URL and post here, but apparently VSS backups put the DB in a state as if they were going to do a backup so they can get a clean copy. This state resets the LSN.

    – Alien Technology
    Dec 4 '16 at 15:11











  • I can't find the write-up that I was looking for, but these pages describe the issue from different viewpoints: support.microsoft.com/en-us/kb/937683 support.microsoft.com/en-us/kb/951288 nixx.ca/wiki/doku.php?id=vmware:quiesce_sql

    – Alien Technology
    Dec 4 '16 at 16:02














3












3








3








Our colocation provider uses VSS to backup our dedicated server. The backups show up in the SQL logs as SQL backups even though they are not and that breaks the Full-Diff chain. The issue is well documented on StackExchange Database Administrators, but they all stop there.



Is it possible to do TSQL differential or incremental backups on a system that also uses VSS?



If not, is there a better approach for off-site backups assuming that we don't want to lose the onsite full-system VSS backups?



SQL Server 2012 SP3 if that matters.










share|improve this question














Our colocation provider uses VSS to backup our dedicated server. The backups show up in the SQL logs as SQL backups even though they are not and that breaks the Full-Diff chain. The issue is well documented on StackExchange Database Administrators, but they all stop there.



Is it possible to do TSQL differential or incremental backups on a system that also uses VSS?



If not, is there a better approach for off-site backups assuming that we don't want to lose the onsite full-system VSS backups?



SQL Server 2012 SP3 if that matters.







sql-server backup vss






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 9 '16 at 18:08









Alien TechnologyAlien Technology

1163




1163





bumped to the homepage by Community 10 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 10 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • Why can't you do regular SQL backups or why can't they do it for you?

    – Antoine Hernandez
    Nov 9 '16 at 18:39













  • VSS backup as far as I know not breaks backups chains by resetting LSN its the snapshot backup. VSS backup also means backup by third party tools although snapshot backup also relies on VSS for backup

    – Shanky
    Nov 10 '16 at 5:51











  • @Antonine - We are doing regular SQL backups. A daily full then every couple of hours a differential. VSS backups can break the differential chain.

    – Alien Technology
    Dec 4 '16 at 15:09











  • @Shanky - I will find the URL and post here, but apparently VSS backups put the DB in a state as if they were going to do a backup so they can get a clean copy. This state resets the LSN.

    – Alien Technology
    Dec 4 '16 at 15:11











  • I can't find the write-up that I was looking for, but these pages describe the issue from different viewpoints: support.microsoft.com/en-us/kb/937683 support.microsoft.com/en-us/kb/951288 nixx.ca/wiki/doku.php?id=vmware:quiesce_sql

    – Alien Technology
    Dec 4 '16 at 16:02



















  • Why can't you do regular SQL backups or why can't they do it for you?

    – Antoine Hernandez
    Nov 9 '16 at 18:39













  • VSS backup as far as I know not breaks backups chains by resetting LSN its the snapshot backup. VSS backup also means backup by third party tools although snapshot backup also relies on VSS for backup

    – Shanky
    Nov 10 '16 at 5:51











  • @Antonine - We are doing regular SQL backups. A daily full then every couple of hours a differential. VSS backups can break the differential chain.

    – Alien Technology
    Dec 4 '16 at 15:09











  • @Shanky - I will find the URL and post here, but apparently VSS backups put the DB in a state as if they were going to do a backup so they can get a clean copy. This state resets the LSN.

    – Alien Technology
    Dec 4 '16 at 15:11











  • I can't find the write-up that I was looking for, but these pages describe the issue from different viewpoints: support.microsoft.com/en-us/kb/937683 support.microsoft.com/en-us/kb/951288 nixx.ca/wiki/doku.php?id=vmware:quiesce_sql

    – Alien Technology
    Dec 4 '16 at 16:02

















Why can't you do regular SQL backups or why can't they do it for you?

– Antoine Hernandez
Nov 9 '16 at 18:39







Why can't you do regular SQL backups or why can't they do it for you?

– Antoine Hernandez
Nov 9 '16 at 18:39















VSS backup as far as I know not breaks backups chains by resetting LSN its the snapshot backup. VSS backup also means backup by third party tools although snapshot backup also relies on VSS for backup

– Shanky
Nov 10 '16 at 5:51





VSS backup as far as I know not breaks backups chains by resetting LSN its the snapshot backup. VSS backup also means backup by third party tools although snapshot backup also relies on VSS for backup

– Shanky
Nov 10 '16 at 5:51













@Antonine - We are doing regular SQL backups. A daily full then every couple of hours a differential. VSS backups can break the differential chain.

– Alien Technology
Dec 4 '16 at 15:09





@Antonine - We are doing regular SQL backups. A daily full then every couple of hours a differential. VSS backups can break the differential chain.

– Alien Technology
Dec 4 '16 at 15:09













@Shanky - I will find the URL and post here, but apparently VSS backups put the DB in a state as if they were going to do a backup so they can get a clean copy. This state resets the LSN.

– Alien Technology
Dec 4 '16 at 15:11





@Shanky - I will find the URL and post here, but apparently VSS backups put the DB in a state as if they were going to do a backup so they can get a clean copy. This state resets the LSN.

– Alien Technology
Dec 4 '16 at 15:11













I can't find the write-up that I was looking for, but these pages describe the issue from different viewpoints: support.microsoft.com/en-us/kb/937683 support.microsoft.com/en-us/kb/951288 nixx.ca/wiki/doku.php?id=vmware:quiesce_sql

– Alien Technology
Dec 4 '16 at 16:02





I can't find the write-up that I was looking for, but these pages describe the issue from different viewpoints: support.microsoft.com/en-us/kb/937683 support.microsoft.com/en-us/kb/951288 nixx.ca/wiki/doku.php?id=vmware:quiesce_sql

– Alien Technology
Dec 4 '16 at 16:02










1 Answer
1






active

oldest

votes


















0














It seems that there are two primary solutions to allow differential SQL backups on a server that does VSS backups.



1) On the full server backup, use COPY_ONLY if that is available.



2) Disable the "SQL Server VSS Writer" service.



Some full system backups using VSS record a backup to get SQL Server to pause long enough for a backup. This pause is recorded as if it were a backup but the file is never created.



In our case, disabling the SQL Server VSS Writer service seems to be the best approach. Since the database is not quiesced during the system backup, we assume that the database will not be in a valid state after a full system restore and we will have to restore our regular SQL Server backups at that time.



More information can be found at:



How can I fix “Cannot perform a differential backup … a current database backup doesn't exist”?
How can I fix "Cannot perform a differential backup ... a current database backup doesn't exist"?



“Cannot perform a differential backup for database ”myDb“, because a current database backup does not exist.”
https://serverfault.com/questions/147459/



Quiesce operations and SQL backups https://nixx.ca/wiki/doku.php?id=vmware:quiesce_sql



Cannot perform a differential backup because current backup does not exist
https://sqlbackupandftp.com/blog/cannot-perform-a-differential-backup-database-current-database-backup-exist/



SQL differential backups failing after windows server backup https://social.msdn.microsoft.com/Forums/sqlserver/en-US/35080750-ad5d-4841-b2ba-e17ee5a799d5



SQL Server records a backup operation in the backupset history table when you use VSS to back up files on a volume https://support.microsoft.com/en-us/kb/951288



Error message when you try to restore a database by using SQL Server Management Studio in SQL Server 2005 after you use the Backup tool: "Restore failed for Server '' (Microsoft.SqlServer.Smo)" https://support.microsoft.com/en-us/kb/937683






share|improve this answer

























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "182"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f154731%2fis-it-possible-to-use-tsql-differential-backups-on-a-system-that-uses-vss%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    It seems that there are two primary solutions to allow differential SQL backups on a server that does VSS backups.



    1) On the full server backup, use COPY_ONLY if that is available.



    2) Disable the "SQL Server VSS Writer" service.



    Some full system backups using VSS record a backup to get SQL Server to pause long enough for a backup. This pause is recorded as if it were a backup but the file is never created.



    In our case, disabling the SQL Server VSS Writer service seems to be the best approach. Since the database is not quiesced during the system backup, we assume that the database will not be in a valid state after a full system restore and we will have to restore our regular SQL Server backups at that time.



    More information can be found at:



    How can I fix “Cannot perform a differential backup … a current database backup doesn't exist”?
    How can I fix "Cannot perform a differential backup ... a current database backup doesn't exist"?



    “Cannot perform a differential backup for database ”myDb“, because a current database backup does not exist.”
    https://serverfault.com/questions/147459/



    Quiesce operations and SQL backups https://nixx.ca/wiki/doku.php?id=vmware:quiesce_sql



    Cannot perform a differential backup because current backup does not exist
    https://sqlbackupandftp.com/blog/cannot-perform-a-differential-backup-database-current-database-backup-exist/



    SQL differential backups failing after windows server backup https://social.msdn.microsoft.com/Forums/sqlserver/en-US/35080750-ad5d-4841-b2ba-e17ee5a799d5



    SQL Server records a backup operation in the backupset history table when you use VSS to back up files on a volume https://support.microsoft.com/en-us/kb/951288



    Error message when you try to restore a database by using SQL Server Management Studio in SQL Server 2005 after you use the Backup tool: "Restore failed for Server '' (Microsoft.SqlServer.Smo)" https://support.microsoft.com/en-us/kb/937683






    share|improve this answer






























      0














      It seems that there are two primary solutions to allow differential SQL backups on a server that does VSS backups.



      1) On the full server backup, use COPY_ONLY if that is available.



      2) Disable the "SQL Server VSS Writer" service.



      Some full system backups using VSS record a backup to get SQL Server to pause long enough for a backup. This pause is recorded as if it were a backup but the file is never created.



      In our case, disabling the SQL Server VSS Writer service seems to be the best approach. Since the database is not quiesced during the system backup, we assume that the database will not be in a valid state after a full system restore and we will have to restore our regular SQL Server backups at that time.



      More information can be found at:



      How can I fix “Cannot perform a differential backup … a current database backup doesn't exist”?
      How can I fix "Cannot perform a differential backup ... a current database backup doesn't exist"?



      “Cannot perform a differential backup for database ”myDb“, because a current database backup does not exist.”
      https://serverfault.com/questions/147459/



      Quiesce operations and SQL backups https://nixx.ca/wiki/doku.php?id=vmware:quiesce_sql



      Cannot perform a differential backup because current backup does not exist
      https://sqlbackupandftp.com/blog/cannot-perform-a-differential-backup-database-current-database-backup-exist/



      SQL differential backups failing after windows server backup https://social.msdn.microsoft.com/Forums/sqlserver/en-US/35080750-ad5d-4841-b2ba-e17ee5a799d5



      SQL Server records a backup operation in the backupset history table when you use VSS to back up files on a volume https://support.microsoft.com/en-us/kb/951288



      Error message when you try to restore a database by using SQL Server Management Studio in SQL Server 2005 after you use the Backup tool: "Restore failed for Server '' (Microsoft.SqlServer.Smo)" https://support.microsoft.com/en-us/kb/937683






      share|improve this answer




























        0












        0








        0







        It seems that there are two primary solutions to allow differential SQL backups on a server that does VSS backups.



        1) On the full server backup, use COPY_ONLY if that is available.



        2) Disable the "SQL Server VSS Writer" service.



        Some full system backups using VSS record a backup to get SQL Server to pause long enough for a backup. This pause is recorded as if it were a backup but the file is never created.



        In our case, disabling the SQL Server VSS Writer service seems to be the best approach. Since the database is not quiesced during the system backup, we assume that the database will not be in a valid state after a full system restore and we will have to restore our regular SQL Server backups at that time.



        More information can be found at:



        How can I fix “Cannot perform a differential backup … a current database backup doesn't exist”?
        How can I fix "Cannot perform a differential backup ... a current database backup doesn't exist"?



        “Cannot perform a differential backup for database ”myDb“, because a current database backup does not exist.”
        https://serverfault.com/questions/147459/



        Quiesce operations and SQL backups https://nixx.ca/wiki/doku.php?id=vmware:quiesce_sql



        Cannot perform a differential backup because current backup does not exist
        https://sqlbackupandftp.com/blog/cannot-perform-a-differential-backup-database-current-database-backup-exist/



        SQL differential backups failing after windows server backup https://social.msdn.microsoft.com/Forums/sqlserver/en-US/35080750-ad5d-4841-b2ba-e17ee5a799d5



        SQL Server records a backup operation in the backupset history table when you use VSS to back up files on a volume https://support.microsoft.com/en-us/kb/951288



        Error message when you try to restore a database by using SQL Server Management Studio in SQL Server 2005 after you use the Backup tool: "Restore failed for Server '' (Microsoft.SqlServer.Smo)" https://support.microsoft.com/en-us/kb/937683






        share|improve this answer















        It seems that there are two primary solutions to allow differential SQL backups on a server that does VSS backups.



        1) On the full server backup, use COPY_ONLY if that is available.



        2) Disable the "SQL Server VSS Writer" service.



        Some full system backups using VSS record a backup to get SQL Server to pause long enough for a backup. This pause is recorded as if it were a backup but the file is never created.



        In our case, disabling the SQL Server VSS Writer service seems to be the best approach. Since the database is not quiesced during the system backup, we assume that the database will not be in a valid state after a full system restore and we will have to restore our regular SQL Server backups at that time.



        More information can be found at:



        How can I fix “Cannot perform a differential backup … a current database backup doesn't exist”?
        How can I fix "Cannot perform a differential backup ... a current database backup doesn't exist"?



        “Cannot perform a differential backup for database ”myDb“, because a current database backup does not exist.”
        https://serverfault.com/questions/147459/



        Quiesce operations and SQL backups https://nixx.ca/wiki/doku.php?id=vmware:quiesce_sql



        Cannot perform a differential backup because current backup does not exist
        https://sqlbackupandftp.com/blog/cannot-perform-a-differential-backup-database-current-database-backup-exist/



        SQL differential backups failing after windows server backup https://social.msdn.microsoft.com/Forums/sqlserver/en-US/35080750-ad5d-4841-b2ba-e17ee5a799d5



        SQL Server records a backup operation in the backupset history table when you use VSS to back up files on a volume https://support.microsoft.com/en-us/kb/951288



        Error message when you try to restore a database by using SQL Server Management Studio in SQL Server 2005 after you use the Backup tool: "Restore failed for Server '' (Microsoft.SqlServer.Smo)" https://support.microsoft.com/en-us/kb/937683







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Apr 13 '17 at 12:43









        Community

        1




        1










        answered Dec 4 '16 at 16:14









        Alien TechnologyAlien Technology

        1163




        1163






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Database Administrators Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f154731%2fis-it-possible-to-use-tsql-differential-backups-on-a-system-that-uses-vss%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            ORA-01691 (unable to extend lob segment) even though my tablespace has AUTOEXTEND onORA-01692: unable to...

            Always On Availability groups resolving state after failover - Remote harden of transaction...

            Circunscripción electoral de Guipúzcoa Referencias Menú de navegaciónLas claves del sistema electoral en...