• 企业400电话
  • 微网小程序
  • AI电话机器人
  • 电商代运营
  • 全 部 栏 目

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    返回SQL执行时间的存储过程
    复制代码 代码如下:

    USE NBDXMIS
    CREATE proc TestTimeAnySentence
    @sql_where varchar(8000)
    as
    declare @ct datetime
    set @ct = getdate()
    declare @newsql_where varchar(8000)
    set @newsql_where=@sql_where
    exec(@newsql_where)
    select datediff(ms, @ct ,getdate()) as '查询时间(毫秒)'
    go
    TestTimeAnySentence 'select * from 水费表 where 费用ID200000'
    上一篇:跨服务器查询导入数据的sql语句
    下一篇:MSSQL ISQL命令详解
  • 相关文章
  • 

    © 2016-2020 巨人网络通讯 版权所有

    《增值电信业务经营许可证》 苏ICP备15040257号-8

    返回SQL执行时间的存储过程 返回,SQL,执,行时,间的,存储,