Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/monambike/my-own-scripts
A ton of Scripts to help finding SQL Server objects, seeing important info and managing databases.
https://github.com/monambike/my-own-scripts
microsoft-sql-server sql sql-server sql-server-management-studio ssms
Last synced: 5 days ago
JSON representation
A ton of Scripts to help finding SQL Server objects, seeing important info and managing databases.
- Host: GitHub
- URL: https://github.com/monambike/my-own-scripts
- Owner: monambike
- License: mit
- Created: 2022-12-08T19:15:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-05T06:13:30.000Z (11 months ago)
- Last Synced: 2024-11-28T12:34:59.377Z (2 months ago)
- Topics: microsoft-sql-server, sql, sql-server, sql-server-management-studio, ssms
- Language: TSQL
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Own Scripts :file_cabinet:
Scripts that I made to help with my journey with SQL Server with:
:mag_right: Finding SQL Server objects such as views, procedures, functions, tables, columns and parameters by their name or type;
:mag_right: Find views, procedures and functions by the content inside of them;
:pencil2: Force renaming database;
:x: Kill all process from a database;
:package: Compress database log to make it smaller;
:eyes: Seeing important info about a database such as compatibility level, collation name, cached size;
:eyes: See latest databases restore;
:eyes: See current queries running on server, execution plan, how much long they were being executed, query content and be able stop them.