Parsing in SQL Server 2005

  • Hi,

    Can any let me know what exactly happens @ background when a query is parsed in sql server?

    I know that sql server check for syntax of the statement.. does it also check if the particular objects referenced in the statement exists in the database or not?

    Please let me know if there are any links that explains parsing in detail..

    thanks

  • Parsing just checks syntax. Compiling checks for objects.

    - Gus "GSquared", RSVP, OODA, MAP, NMVP, FAQ, SAT, SQL, DNA, RNA, UOI, IOU, AM, PM, AD, BC, BCE, USA, UN, CF, ROFL, LOL, ETC
    Property of The Thread

    "Nobody knows the age of the human race, but everyone agrees it's old enough to know better." - Anon

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply