Does anyone know of a compiler I can run scripts through to ensure ANSI Standards? We use SQL Server, but need to run the same scripts and stored procedures on Oracle 8i in the future. I need to locate the non ansi standard parts and "fix" them somehow.
You should refer to the ANSI 92 standard for SQL and ensure that your SQL conforms to this standard, and, make sure that it fully works on both server s after verifying that it conforms... there is no 'compiler' for SQL Server that allows you to do this...
Thanks Tom,
I was hoping I wouldnt have to do it that way. Was looking for a compiler that was ANSI 92 compliant only. It would then tell me I had errors on line x. You know, the "automated" (or lazy) man's approach.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.