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语句来开启和关闭性能统计的方法,包括I/O操作、时间和运行概况等,这对于理解查询效率和进行数据库优化非常有用。
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
1330
731

被折叠的 条评论
为什么被折叠?