Click here to Skip to main content
15,894,343 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi

I Want to know that how the sql query statements are executed. What i mean is in which precedence the statements are executed. For example in my query statements i used subqueries,joins,functions,or,and conditions So in which precedence way it will executed.

Kindly assist me to get the way of execution of the sql query statements.

Thamks.
Posted

1 solution

Microsoft SQL Server Query Processor Internals and Architecture [^] should possibly answer some of your questions.

If you are looking specifically for query execution, SQL Server Execution Plans[^] is a must read book.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900