C
C Newby
Is there an object somewhere that i can use to programatically verify the
syntactic correctness of a given T-SQL statement? As of now, I am submitting
the query and catch an exception which requires a trip to the DB. This might
seem ok...after all, why would i bother if i wasn't going to run the query
in the first place. But my case is different. So far as i can tell anyway,
and having to hit the DB is not required for my business flow.
Any ideas?
syntactic correctness of a given T-SQL statement? As of now, I am submitting
the query and catch an exception which requires a trip to the DB. This might
seem ok...after all, why would i bother if i wasn't going to run the query
in the first place. But my case is different. So far as i can tell anyway,
and having to hit the DB is not required for my business flow.
Any ideas?