Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Administration - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 6525

Replication Distribution Database is growing huge

$
0
0
something is not right with replication clean up job. MS_repl_commands keep growing huge (SQL version 2014 SP1)Made following attempts to resolve below, but its not fixed any help is really helpful. 1)Made replication immediate_sync = o for all publication 2) Execute cleanup via SSMS to delete JUST oldest day. (24 hours @ 5 days = 120), then continue to reduce the @max_distretention valued by a few hours for each run. but it didn't help. EXEC dbo.sp_MSdistribution_cleanup @min_distretention = 0, @max_distretention = 120 what are my next step to troubleshoot?

Viewing all articles
Browse latest Browse all 6525

Trending Articles