摘要: ---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 阅读全文
posted @ 2013-02-27 14:57 Vincent.Dr 阅读(315) 评论(0) 推荐(0)