SQL Server – How to Setup SQL Server Replication – Part 0 of 4
Introduction This document describes a scenario how to setup the Transactional SQL Server Replication. Before we proceed for Replication setup you can read brief note about “Understanding of...
View ArticleSQL Server Replication – Configure the SQL Server Agent – Part 1 of 4
Once you are going setup SQL Server Replication configures the SQL Server Agent as: Make Sure SQL Server Agent is running Configure the SQL Server Agent by www.varindersandhu.in Right click My Computer...
View ArticleSQL Server Replication – Setup and configure a SQL Server 2000 as a main...
Setup and configure Publisher -Distributor by www.varindersandhu.in Click on the Configuring Publishing, subscribes and Distribution option then the Configuring Publishing and Distribution Wizard...
View ArticleSQL Serever Replication – Setup and configure the Publication on SQL Server...
In part 2, we have configured a SQL Server as a main publishing server, we have to create a publication of databases which the clients can subscribe. Setup and configure the Publication by...
View ArticleSQL Serevr Replication – Setup and configure Subscription on SQL 2008R2 –...
Setup and configure Subscription by www.varindersandhu.in New Subscription wizard as below Setup and configure Subscription by www.varindersandhu.in Setup and configure Subscription by...
View ArticleSQL Server 2012 – Get Backup History of the database
The msdb database is system database used by SQL Server Agent for scheduling alerts and jobs. msdb.dbo.backupset – Contain the information concerning the most-granular details of the backup process...
View Article