Data Search in SQL Server Tables

I have created a small tool to search data in the tables in SQL Server. If you are looking for some data and you are not sure about the table in which the data is stored ,then this tool will help you to achieve your goal. simply enter the sqlserver instance name and authentication details and click on the Get Databases button which will return you the list of available databases on the entered sql server instance. Now choose the database and enter the data exactly or some part of the data you want to search and click on Submit  button, result will be displayed in the underlying grid. Here is a screen print of the tool.


Here is the print screen for List of Databases with windows authentication.
Below is the updated screen print.




This application is currently in development and you can download to try it and  provide your feedback so that we can improve the tool according to your need. All the feedback / Suggestions / Bugs are welcomed. 

Please download the .exe file from the below installer image link.


Code for the above tool is available on the request.

Comments