Is it possible to check syntax of SQL pragmatically before the execution?
Of course I can wrap the execution into transaction and roll it back at the end but it is not the best solution from performance point of view.
Any suggestions will be appreciated.