您的位置:首页 > 数据库

System.Data.SqlClient.SqlException: Length of LOB data (1397200) to be replicated exceeds configured maximum 65536

2013-02-27 14:57 489 查看
---solution---

Using script to query the repl config as below:

SELECT * FROM sys.configurations WHERE NAME LIKE'%repl%'

Using script update the repl config as below:

sp_configure 'max text repl size', 483647
reconfigure with override
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐