如何在SQL Server 2012中停止复制 [英] How to stop replication in SQL server 2012

查看:145
本文介绍了如何在SQL Server 2012中停止复制的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要在sql server 2012中停止复制,因为当我不在学生表中添加列时会显示此消息



I need to stop replication in sql server 2012 because when I wont to add column in students table this message is appear

'Students' table
- Unable to modify table.  
It is invalid to drop the default constraint on the rowguid column that is used by merge replication.
The schema change failed during execution of an internal replication procedure. For corrective action, see the other error messages that accompany this error message.
The transaction ended in the trigger. The batch has been aborted.





我的尝试:





What I have tried:

'Students' table
- Unable to modify table.  
It is invalid to drop the default constraint on the rowguid column that is used by merge replication.
The schema change failed during execution of an internal replication procedure. For corrective action, see the other error messages that accompany this error message.
The transaction ended in the trigger. The batch has been aborted.

推荐答案

您不想停止复制!

请看这里: 无法在复制中向表中添加新列 [ ^ ]
You don't want to stop replication!
See here: can't add new column to table in replication[^]


这篇关于如何在SQL Server 2012中停止复制的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆