Uncategorized
By Acty, September 10, 2013
Do you want to have your own SQL query analyzer inside your .Net applications?? With SQL Query Analyzer you add that functionality to your systems, so you (as and admin or super user) can have acces to Databases from your own App anywhere inside your company without having to install the tools to do that.
SQL Query Analyzer just looks for stored connection strings in your configuration file and loads them to the list, and after you have selected one ConnectionStgringName you will see all DB objects on the left, so can you use it as you want.
Also, can edit or create new Stored Procedures with this tool.
You can change the Font Color of the query textbox
Requirements:
– .Net Framework 2.0 +
– Save your connection strings in .config file
– Just add System.Configuration reference to your project
Try it!!!