Toad offers cool feature called make/strip code. It allows you to copy code from, say, C# or Java into Toad, turn it into simple SQL, optimize it, then send it back to the original format for inclusion in the programming language. In fact, we eat our own dog food here: We code in Delphi, load all our SQL embedded in Delphi into Toad to optimize it, then put it back into the Delphi code.
Related Articles
Creating ODBC connections in Toad Data Point
In this video you will see how to connect to Open Database Connectivity (ODBC) sources in Toad Data Point. Items discussed include how to create qualified and generic ODBC connections, standard connec...
Scan SQL
Scan SQL helps you identify problematic SQL statements in your database environment by automatically extracting statements embedded in database objects, stored in application source code and binary fi...