Quantcast
Channel: ฟอรัม Getting started with SQL Server
Viewing all articles
Browse latest Browse all 8428

UPDATE is not allowed error when trying to create stored procedure

$
0
0

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? 


Viewing all articles
Browse latest Browse all 8428


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>