This repository contains a collection of personal scripts for SQL Server and Linux administration using PowerShell, BASH and T-SQL.
These scripts are tools I've created to simplify common SQL Server DBA and Linux admin tasks. They're shared here in case they might help others manage and administer their environments.
- PowerShell Scripts - Automation scripts for batch operations across multiple SQL Server instances
- T-SQL Scripts - Reusable query snippets for direct execution in SQL Server Management Studio or Azure Data Studio
- bash Scripts - Random bits of code that might be useful
Powershell/ - PowerShell scripts for SQL Server automation
TSQL/ - T-SQL query scripts
bash/ - Useful scripts
These are standalone utility scripts - simply download and run them as needed for your SQL Server administration tasks. Each script includes comments explaining its purpose and usage.
Feel free to use, modify, or adapt these scripts for your own needs. If you have suggestions or improvements, contributions are welcome!