declare   @d   datetime  
  set   @d=getdate()  
   
  --执行你的语句  
  --ex:exec Test 100,200
   
  select datediff(ms,@d,getdate())

相关文章:

  • 2021-11-15
  • 2021-12-04
猜你喜欢
  • 2022-02-18
  • 2021-12-12
  • 2022-12-23
  • 2022-12-23
  • 2021-12-18
  • 2021-07-09
  • 2021-12-15
相关资源
相似解决方案