zoukankan      html  css  js  c++  java
  • 在SQL Server中统计SQL语句的执行时间

       1:  SET STATISTICS io ON
       2:  SET STATISTICS time ON
       3:  go
       4:   
       5:  --这里写你的SQL语句
       6:   
       7:  go
       8:  SET STATISTICS profile OFF
       9:  SET STATISTICS io OFF
      10:  SET STATISTICS time OFF
  • 相关阅读:
    node.js----服务器http
    node.js---对文件操作
    node.js
    历史管理
    h5
    git与github
    js中面向对象(创建对象的几种方式)
    jq基础
    POJ 2492 A Bug's Life
    POJ 1742 Coins
  • 原文地址:https://www.cnblogs.com/chaosimple/p/2814084.html
Copyright © 2011-2022 走看看