sql server - Background processing of Sql Queries -


i .net background , forwarded steps sql server. want know how statement works

select x,y,z tbldemo x > 

what understand sql compiler [if any], compile right side first [just .net] , produce bit result, i.e. if x > something, produce true. after select x,y.z run , filtered clause.

i asking question because want learn sql in same way know .net. might question sounds weird you. please let me know how know how sql working on these queries.

this fascinating topic (to me @ least). article should you:

http://blog.sqlauthority.com/2009/04/06/sql-server-logical-query-processing-phases-order-of-statement-execution/


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -