2017年4月7日

sql server use WAITFOR DELAY to wait some milliseconds

摘要: 延迟 300 毫秒 WAITFOR DELAY '00:00:00.300' 阅读全文

posted @ 2017-04-07 09:18 齐文宣 阅读(179) 评论(0) 推荐(0)

sql server print time with milliseconds

摘要: print convert(varchar, getdate(), 121) declare @callID as intdeclare @errCode as intdeclare @msg as nvarchar(200) exec [sp_Test_alwayRetTrue] @callID, 阅读全文

posted @ 2017-04-07 09:13 齐文宣 阅读(187) 评论(0) 推荐(0)

导航