Click here to Skip to main content
15,881,803 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
What is meant by Parsing in Sql server? Explain with example
Posted
Comments
The Doer 26-Sep-12 7:17am    
Ask ur friend Google about this , He can give you any number of examples you want.

The English definition of the word parsing is:
To break (a sentence) down into its component parts of speech with an explanation of the form, function, and syntactical relationship of each part.

http://www.thefreedictionary.com/parsing[^]

In respect to SQL, when you execute a command it has to "parse" the text within that command. So it's basically taking your SQL statement, looking at all the words, making sure the syntax is correct and then constructs an Execution Plan as a result of it's analysis/parsing of the statement.

An Introduction on How to Interpret Query
Execution Plans
[^]
 
Share this answer
 
 
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