Random tech stuff, mostly related to C# and Microsoft .NET, but not only...
1: declare @starttime datetime
2: set @starttime = getdate()
3:
4: --SQL
5:
6: print ' ... substring took ' + cast(datediff(ms,@starttime,getdate()) as varchar) + 'ms'
7: set @starttime = getdate()
Post a Comment
No comments:
Post a Comment