One of our client's Train databases is getting the following error when we try to create a stored procedure that uses the UPDATETEXT statement:
"UPDATETEXT is not allowed because the column is being processed by a concurrent snapshot or is being replicated to a non-SQL Server Subscriber or Published in a publication allowing Data Transformation Services (DTS) or tracked by Change Data Capture."
I have checked and confirm this database is not a subscriber, is not part of any kind of replication topology, nor does it have CDC enabled on it or the table in question. I have also run sp_removedbreplication to drop any subscription information for the database but I still get this error when trying to create the proc.
Is anyone else familiar with this error and know how to resolve it?