sqlserver中的nocount on 和nocount off到底有什么区别?
1个回答
展开全部
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
大雅新科技有限公司
2024-11-19 广告
2024-11-19 广告
这方面更多更全面的信息其实可以找下大雅新。深圳市大雅新科技有限公司从事KVM延长器,DVI延长器,USB延长器,键盘鼠标延长器,双绞线视频传输器,VGA视频双绞线传输器,VGA延长器,VGA视频延长器,DVI KVM 切换器等,优质供应商,...
点击进入详情页
本回答由大雅新科技有限公司提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询