NebroProg Ответов: 1

Как остановить репликацию в SQL server 2012


Мне нужно остановить репликацию в sql server 2012, потому что, когда я обычно добавляю столбец в таблицу students, появляется это сообщение

'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.


Что я уже пробовал:

'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.

1 Ответов

Рейтинг:
0

OriginalGriff

Вы не хотите останавливать репликацию!
Видеть здесь: не удается добавить новый столбец в таблицу при репликации[^]


NebroProg

Это не работа

NebroProg

Я нашел решение ^^
процедура sp_removedbreplication 'Имя_бд'