Event Id3724
SourceMSSQL_ENG
DescriptionCannot %S_MSG the %S_MSG %.*ls because it is being used for replication
Event InformationAccording to Microsoft

Cause:

When objects in a database are replicated, they are marked as replicated in the system table sysarticles (for snapshot and transactional publications) or sysmergearticles (for merge publications). If you attempt drop a replicated object, this error is raised.

Resolution:

Ensure the database object is not replicated before attempting to drop it. For example:

1.If the error occurs in the publication database, drop the article from the publication before dropping the object.For more information, see Adding Articles to and Dropping Articles from Existing Publications.

2.If the error occurs in the subscription database, drop the subscription before dropping the object.For more information, see Subscribing to Publications. For subscriptions to transactional publications, it is possible to drop the subscription to an individual article rather than the entire publication.For more information, see sp_dropsubscription (Transact-SQL).

If this error occurs in a database that is not replicated, execute sp_removedbreplication (Transact-SQL) to ensure objects in the database are not marked as replicated.
Reference LinksEvent ID 3724 of Source MSSQL_ENG


  Did this information help you to resolve the problem?
  Yes: My problem was resolved.
  No: The information was not helpful / Partially helpful.
  Comments:

Captcha  Refresh