Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.