G
Guest
I thought that the parse query feature in Query Analyzer simply wrapped your
statement in a TRAN and then issued a ROLLBACK statement to prevent making
real changes... but i just had a query parse successfully (ctrl-F5) and then
fail on execution(F5), due to a lack of permissions on the object.
Parse must simply verify syntax... not a simple task when you think about it.
Has anyone every tried to simulate this? My first thought would be a regex,
but my head hurts to even think about it.
Any suggestions or links?
kevin
statement in a TRAN and then issued a ROLLBACK statement to prevent making
real changes... but i just had a query parse successfully (ctrl-F5) and then
fail on execution(F5), due to a lack of permissions on the object.
Parse must simply verify syntax... not a simple task when you think about it.
Has anyone every tried to simulate this? My first thought would be a regex,
but my head hurts to even think about it.
Any suggestions or links?
kevin