Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.16 KB

File metadata and controls

32 lines (18 loc) · 1.16 KB

SQL Server, BASH & PowerShell Scripts

This repository contains a collection of personal scripts for SQL Server and Linux administration using PowerShell, BASH and T-SQL.

Purpose

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.

What's Included

  • 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

Structure

Powershell/    - PowerShell scripts for SQL Server automation
TSQL/          - T-SQL query scripts
bash/          - Useful scripts

Usage

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.

Contributing

Feel free to use, modify, or adapt these scripts for your own needs. If you have suggestions or improvements, contributions are welcome!