Skip to content

Scripts and stored procedures for Microsoft SQL Server database administrators

License

Notifications You must be signed in to change notification settings

aleksey-vitsko/Database-Administrator-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Database-Administrator-Tools

Scripts and stored procedures for Microsoft SQL Server Database Administrators

Quick overview of stored procedures:


ScriptLoginPermissions – scripts server-level and database-level permissions, role memberships for specified login

ShowTableUsage - shows which tables are used (inserts,updates,deletes,locks,scans, etc.) within a database, and which are not

ViewServerProperties – shows number of physical and logical cores, sockets, memory, host OS info, server machine info, SQL instance-level properties and configuration options, and more

MemoryManagerInfo – shows how SQL Server is using memory

BufferPoolSize – break down of the Buffer Pool

ServerSpaceUsage – shows how much storage space SQL Server instance consumes, and details for files and their fullness

DatabaseSpaceUsage – help DBA quickly identify which tables are the largest in a specified database, and table/index/reserved/free space in the database

TempDBInfo – shows detailed information on current state of TempDB database

ViewSessionsConnections – use this to learn details about sessions connected to your system


Detailed instructions:

https://docs.google.com/document/d/1-icqTGFTR_4rUG9l7Vh6GgNDjbKYfy_f/edit?usp=sharing&ouid=111236143224136449685&rtpof=true&sd=true

Hope you will find tools useful!

About

Scripts and stored procedures for Microsoft SQL Server database administrators

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages