Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shane-borden/sqlScripts

Central collection of sql scripts that can help diagnose problems and expose metadata about various DBMS Products.
https://github.com/shane-borden/sqlScripts

mssql-database oracle-database oracle-db postgres postgresql-database sqlserver

Last synced: 5 days ago
JSON representation

Central collection of sql scripts that can help diagnose problems and expose metadata about various DBMS Products.

Awesome Lists containing this project

README

        

# DBMS SQL Scripts for Postgres / Oracle / SQLServer
by Shane Borden

Version 0.1.0

These scripts have been collected and modified to help diagnose and expose metadata about various DBMS Products

This SQL Script Toolkit is a "free to use" script (Covered by the Apache 2.0 License)
that collects diagnostic Information from the target DBMS System.

Some of the scripts contained in this collection have been modified from other scripts available in the public domain. Every effort has been made to credit original authors where practical.

## Steps

1. Connect to your target dbms
2. Execute the SQL File against the target and use the resultant information as necessary!