Skip to content
Wilson McCoubrey edited this page Jun 12, 2015 · 3 revisions

Welcome to the SQL Query Timer wiki!

This is a small widget style application written in C#. The app uses MVVM architecture through the MVVM Light framework. The app was built for my own personal use as a generic monitoring tool for me to use against databases my applications use, both in work and at home.

The application stores a list of queries. Each query is made up of a connection string to the database and the actual SQL query that you want to be 'monitored'. The result shown in the application from the SQL query is the first column of the first row returned from the query.

Installation

To install the application, download or clone this repository and run the installer from the 'Dist' folder. You can also build the project yourself.

Uninstall

Application can be uninstalled from the 'Programs and Features' menu in windows.

Future Work

I am happy for anyone to contribute to the project. At the moment it is a basic working application. Future features include:

  • Connection string builder window
  • Enhanced query validation