Thursday, 1 September 2016

How to configure Log Shipping using two instances Step by Step

Log Shipping

The backup compression feature was introduced in SQL Server 2008 Enterprise edition.

Configuration of Log shipping involves 3 jobs they are:


Log Backup job:

Log backups of the database are taken at regular intervals according to the specified and are saved in the Source folder of the Primary Instance/Server.

Tuesday, 23 August 2016

How to Configure Mail Alerts for SQL Server Job Failures

Alerting  the Admin for SQL Server Scheduled Job failure involves the following Configurations

==> Configure Database Mail.
==> Create a SQL Server job.
==> Configure Alert system in SQL Server Agent properties
==> Create an Operator.
==> Adjust the SQL Server job to send on Failure.

Sunday, 21 August 2016