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

declare @begin_date datetime
declare @end_date datetime
select @begin_date = getdate()

select @end_date = getdate()
select datediff(ms,@begin_date,@end_date) as '用时/毫秒'

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

最新文章

  1. to_string()的应用
  2. 30-Razor语法基础
  3. Example_07_05录音提示open failed: EACCES (Permission denied)
  4. [Hapi.js] Request Validation with Joi
  5. 第11章 享元模式(Flyweight Pattern)
  6. phpcms 2008 后台发文章chrome和firefox文章不能上传图片的问题
  7. HTML+CSS D08浮动
  8. 浅酌iOS 11兼容性
  9. inotify+rsync实现实时同步
  10. 常见Css样式
  11. mysql进阶(九)多表查询
  12. pd16.5增加字段备注
  13. 使用Python开发chrome插件
  14. LeetCode:145_Binary Tree Postorder Traversal | 二叉树后序遍历 | Hard
  15. boke练习: spring boot: security post数据时,要么关闭crst,要么添加隐藏域
  16. 56_实现类似spring的可配置的AOP框架
  17. LMS算法
  18. 最全的Spring AOP
  19. Daily Scrum meeting 2015.11.9
  20. Coursera课程《Python数据结构》中课件

热门文章

  1. SQL注入之Sqli-labs系列第十一关(基于单引号的万能密码注入)
  2. Spring Boot 揭秘与实战 源码分析 - 工作原理剖析
  3. 【翻译】Context should go away for Go 2
  4. JavaBasic_05
  5. C++数组初始化
  6. eclipse如何为java项目生成API文档、JavaDoc
  7. Codeforces 978E:Bus Video System
  8. HDU2029:Palindromes _easy version
  9. RPC 原理
  10. LeetCode - Baseball Game