Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/shane-borden/sqlScripts
- Owner: shane-borden
- License: apache-2.0
- Created: 2017-04-11T00:03:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-09T18:06:21.000Z (3 months ago)
- Last Synced: 2024-11-17T03:29:14.090Z (about 2 months ago)
- Topics: mssql-database, oracle-database, oracle-db, postgres, postgresql-database, sqlserver
- Language: Makefile
- Homepage: https://github.com/shane-borden/sqlScripts
- Size: 70.3 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-repositories - shane-borden/sqlScripts - Central collection of sql scripts that can help diagnose problems and expose metadata about various DBMS Products. (Makefile)
README
# DBMS SQL Scripts for Postgres / Oracle / SQLServer
by Shane BordenVersion 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!