Hi All,
We have 4 node peer - peer replication on SQL server 2008 R2 Sp1 , table is around 10 GB and have more inserts (for logging purpose), we have more blockings on table due to replication and impacting production now , blockings are created by dbo.i_table_name.... stored procedure (replication SP) , sp_MSgetpeerlsns is getting blocked by I_table_name.. SP(Insert peer-peer replication SP) , We have insert happening on all 4 nodes , so inserts will be happening frequently and blocking sp_msgetpeerlsns and table (blocking on index key on table), Same table will be used mostly and so users are unable to access the able and session getting expired due to the same. ,Please assist I tried rebuilding the indexes, but issue still persists. Thanks in advance.