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.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Compiling and Executing SQL code

Author  Topic 

Rock_query
Yak Posting Veteran

55 Posts

Posted - 2013-05-29 : 16:59:50
Which happens first, compiling or executing? I'm fairly sure compiling comes first right?

What happens during compiling?

What happens during execution?

Any articles about these topics?

James K
Master Smack Fu Yak Hacker

3873 Posts

Posted - 2013-05-29 : 17:34:33
There are lot of articles and books on these topics - couple of examples:

https://www.simple-talk.com/sql/performance/execution-plan-basics/
http://technet.microsoft.com/en-us/library/cc966472.aspx

Google and you will find many many more.
Go to Top of Page
   

- Advertisement -