sqlserver复制功能,取消传输内容长度限制

sp_configure 'max text repl size', -1
go
exec sp_configure 'allow updates', 0
go
RECONFIGURE
go

--exec sys.sp_configure 'allow updates'

 

  

posted @ 2023-04-27 08:08  Ender.Lu  阅读(21)  评论(0编辑  收藏  举报