SQL Server query runtime is not everything

SQL Server query developers, listen up! Query execution time is not everything you should be worried about. You need to examine the parse and compilation time for each of your queries too. When you run a query, the SQL Server engine executes it. You get a runtime in...