What RDBMS are you working with? If you are using MS SQL Server then you should be using SSMS, if you are connecting to Oracle then you can use Toad, SQL Deveolper (Free), if you are using MySQL then you can use the web interface tools that are provided. So it really depends on what RDBMS you are connecting to since all RDBMS have tools that are meant to be used with them.
Last Wiki Answer Submitted: February 11, 2013 5:02 pm by Colin Smith845 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
Thanks for coming to ITKE.You should not need a compiler for SQL.Can you give us more information as to what you are trying to do and the exact problems you are having?
Generally, you “compile” SQL using SQL as the compiler. Your question isn’t quite clear. Tables, views, procedures and similar SQL objects might be “compiled” when they’re created, and the SQL system itself does the work that might be any compilation. If that’s not what you’re asking about, more explanation of your question is probably needed. — Tom
Thanks for coming to ITKE.You should not need a compiler for SQL.Can you give us more information as to what you are trying to do and the exact problems you are having?
Generally, you “compile” SQL using SQL as the compiler. Your question isn’t quite clear. Tables, views, procedures and similar SQL objects might be “compiled” when they’re created, and the SQL system itself does the work that might be any compilation. If that’s not what you’re asking about, more explanation of your question is probably needed. — Tom