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

2023年 4月 16日 53.7k 0

复制代码 代码如下: 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 执行完后点消

复制代码 代码如下: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 执行完后点消息即可。

相关文章

Oracle如何使用授予和撤销权限的语法和示例
Awesome Project: 探索 MatrixOrigin 云原生分布式数据库
下载丨66页PDF,云和恩墨技术通讯(2024年7月刊)
社区版oceanbase安装
Oracle 导出CSV工具-sqluldr2
ETL数据集成丨快速将MySQL数据迁移至Doris数据库

发布评论