#TEMPDBCHECK You have to create sql server jobs and create 3 stored procedures , you have to execute 1 stored procedure which will trigger next 2.
This repository contains PowerShell scripts designed to automate various SQL Server tasks. These scripts aim to simplify database administration and operations tasks such as backup, migrations of databases etc All Scripts has been made in diffrent time so some functions may not work or can need adjusting.
Before running these scripts, ensure you have the following:
- PowerShell 5.1 or higher
- dbatools
- importexcel
- and maybe some about which i forgot
Each script in the repository is standalone and is executed with specific parameters that tailor its function.
Contributions are welcome! For major changes, please open an issue first to discuss what you would like to change. Ensure to update tests as appropriate.
This project is licensed under the MIT License - see the LICENSE.md file for details.
#TEMPDBCHECK You have to create powe
Make sure to adjust the script names, parameters, and paths according to your actual scripts and project structure. This README template should provide a good starting point for documenting your project effectively on GitHub.