在修改AnswerText的varchar类型大小的时候,提示无法更改列 'AnswerText',因为它是 'REPLICATED'。以前这个数据库做过读写分离,但后来撤了,复制也都删了。
执行alter table dbo.UA_AnswerProject alter column AnswerText nvarchar(max)语句时候提示
服务器上复制的东西都撤了
The best way to resolve this issue - run sp_removedbreplication on the database.
在SQL Server Management Studio中执行sp_removedbreplication
竟然看到dudu 了..