Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.
badinar Starting Member
14 Posts
visakh16 Very Important crosS Applying yaK Herder
52326 Posts
DECLARE @StartTime datetime,@EndTime datetimeSELECT @StartTime=GETDATE()....your sql query hereSELECT @EndTime=GETDATE()SELECT DATEDIFF(ms,@StartDate,@EndDate) AS [Duration in millisecs]
SwePeso Patron Saint of Lost Yaks
30421 Posts
quote:Originally posted by PesoSET STATISTICS TIME ONSET STATISTICS IO ONE 12°55'05.63"N 56°04'39.26"
SQLTeam.com Articles via RSS
SQLTeam.com Weblog via RSS
- Advertisement -
Articles
Forums
Blogs
Contact Us
About the Site