/CheckerProj

Connects to SSMS and runs sql query to obtain SQL bindings that can be selected and executed. Displays other details upon execution

Primary LanguageC#

CheckerProj

  • This program connects to SSMS database and then queries it for a table with bindings.
  • Then the bindings are grouped by their names and a dropdown list is generated.
  • A second dropdown list of individual queries from the selected group is available.
  • The user can select the dropdown list and run a group of bindings or run individual.
  • The results of the execution are shown in the grid table.
  • There is a status bar at the bottom to show the connection status, success and failure.
  • There is option to hide success or failure queries or show them both.