Quantcast
Channel: General DBA – SQL Server Performance
Viewing all articles
Browse latest Browse all 116

Monitor SQL Server Replication Jobs

$
0
0
The Replication infrastructure in SQL Server is implemented using SQL Server Agent to execute the various components involved in the form of a job (e.g. LogReader agent job, Distribution agent job, Merge agent job) SQL Server jobs execute a binary executable file which is basically C++ code. You can download all the scripts for this […]

Viewing all articles
Browse latest Browse all 116

Trending Articles