SET STATISTICS io ON
SET STATISTICS time ON
go
---要测试的sql语句
select * from Driver_Device1 where ProcessorArchitecture = 'x86'
and DeviceID = 'PCI/VEN_14e4&DEV_16C6' and OSVersion = '5.1'
go
SET STATISTICS profile OFF
SET STATISTICS io OFF
SET STATISTICS time OFF
sql 执行语句性能测试
最新推荐文章于 2026-06-23 18:00:29 发布

1224

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



