Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 1.38 KB

README.md

File metadata and controls

34 lines (29 loc) · 1.38 KB

SqlServerGadgetBox

SQL Server gadgets as a NodeJS Application.

The SQL Server Gadget Box is a NodeJS application that can run useful diagnostic queries against Microsoft SQL Server.

Technologies

NodeJS modules used:

Bower modules used by the client:

Building

  • Pull source from GitHub repository (https://github.com/Wintellect/SqlServerGadgetBox)
  • chdir SqlServerGadgetBox
  • npm install (to install NodeJS modules)
  • bower install (to install client modules)
  • edit config\sql.config.json to add connection strings to SQL servers.
  • node WebServer.js to run application.

License

SQL Server Gadget Box is licensed under the permissive MIT license