The SQL Server Gadget Box is a NodeJS application that can run useful diagnostic queries against Microsoft SQL Server.
NodeJS modules used:
Bower modules used by the client:
- 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.
SQL Server Gadget Box is licensed under the permissive MIT license