sqlserver中的nocount on 和nocount off到底有什么区别?

 我来答
又获
推荐于2016-08-19 · 超过71用户采纳过TA的回答
知道答主
回答量:132
采纳率:100%
帮助的人:63万
展开全部
insert into t values(1) insert into t values(2)go--设置为off set nocount offgoupdate t set col=1 --在messages栏会返回:(2 row(s) affected)设置为ONset nocount ongoupdate t set col=1 --在messages栏只回返:Command(s) completed successfully. 这个设置不会影响运行结果。 联机帮助里也写明了它的作用: SET NOCOUNT ON prevents the sending of DONE_IN_PROC messages to the client for each statement in a stored procedure. When you are using the utilities provided with SQL Server 2005 to execute queries, the results prevent nn rows affected
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式