title | description | author | ms.author | ms.date | ms.service | ms.subservice | ms.topic | ms.custom | helpviewer_keywords | monikerRange | ||
---|---|---|---|---|---|---|---|---|---|---|---|---|
MSSQL_ENG004929 |
MSSQL_ENG004929 |
MashaMSFT |
mathoma |
09/25/2024 |
sql |
replication |
reference |
|
|
=azuresqldb-mi-current||>=sql-server-2016 |
[!INCLUDE SQL Server SQL MI]
Attribute | Value |
---|---|
Product Name | SQL Server |
Event ID | 4929 |
Event Source | MSSQLSERVER |
Component | [!INCLUDEssDEnoversion] |
Symbolic Name | |
Message Text | Cannot alter the %S_MSG '%.*ls' because it is being published for replication. |
This error typically occurs if you attempt to drop the primary key constraint on a table that is published for transactional replication. Transactional replication requires a primary key for each published table; therefore the constraint cannot be dropped.
To drop the constraint, first drop the article associated with the table. For more information, see Add Articles to and Drop Articles from Existing Publications. 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.