Hi,
I am having issues with my SQL 2012 where the temp is growing crazy during replicating the data to other SQL 2012 server. The actual DB is 5GB and the tempdb approaches upto 200GB. I have to restart the server to bring the rest the tempdb but it grows back again...The log reports following errors...
The activated proc '[dbo].[spDRSMsgBuilderActivation]' running on queue 'CM_ABC.dbo.ConfigMgrDRSMsgBuilderQueue' output the following: 'ERROR 3961, Level 16, State 1, Procedure spDRSSendChangesForGroup, Line 1, Message: Snapshot isolation transaction failed in database 'CM_ABC' because the object accessed by the statement has been modified by a DDL statement in another concurrent transaction since the start of this transaction. It is disallowed because the metadata is not versioned. A concurrent update to metadata can lead to inconsistency if mixed with snapshot isolation.'
spid32s The activated proc '[dbo].[spDRSMsgBuilderActivation]' running on queue 'CM_ABC.dbo.ConfigMgrDRSMsgBuilderQueue' output the following: 'ERROR: Sync of type Configuration Data failed, see previous messages for details.'
Any suggestions?
Thanks