sql sever 2005 replication 时对于 image,text类型的字段提示错误的解决方法

it2026-05-25  8

更改默认值为 它们的最大值:2147483647

sp_configure 'max text repl size', 2147483647

go RECONFIGURE WITH OVERRIDE

go

或者

右键点击数据库服务器-->属性--〉高级 里面也可以设置这个属性值。

转载于:https://www.cnblogs.com/lfzwenzhu/archive/2009/07/08/1519105.html

最新回复(0)