sql server tlogs backup -


In my scenario I had a log shipping configured between two SQL servers and due to a problem the restoration was stopped a few days ago I went.

Since the retention period is over and the net work has already deleted the logs from the primary server, so I can not drag the log to sync the primary server.

My question How can I toggle backup from primary SQL Server for a specific period? For example, from the time of failure, it calls on (October 15th) to the present time (17 October 10 p.m.) manually.

I do not want to take a differential backup or complete backup and restore it as secondary server, so I have to delete and redo the log shipping configuration.

Unfortunately, you are going to pull another full backup of the database again and start it for secondary

You can potentially disable the log shipping job, can run full backup, can be restored with the Norwari, and can re-enable log shipping job. I did it with Red Gate SQL backup, do not break the full backup restore log chain.


Comments

Popular posts from this blog

winforms - C# Form - Property Change -

c# - NewtonSoft JArray - how to select multiple elements with LINQ -

javascript - amcharts makechart not working -