一起学习网 一起学习网


SQL Server 中查看SQL句子执行所用的时间

网络编程 SQL Server 中查看SQL句子执行所用的时间 06-22

set statistics profile on
set statistics io on
set statistics time on
go

你执行的SQL语句

go
set statistics profile off
set statistics io off
set statistics time off


执行完后点消息即可。


编辑:一起学习网

标签:完后,语句,消息,SQL,time