In this post, I will explain how to develop a PowerShell script to import multiple SSIS packages. You can use the script straight away to deploy the SSIS packages in any environment. I recommend that you to read all the steps in the script before you start using. This set of scripts were developed andContinue reading “import ssis packages”
Category Archives: PowerShell
sql server backups in parallel and zip the files
In this post, I will explain and provide a script that allow you to backup SQL Server databases in parallel. SQL Server backups are a key part of any database administrator’s job and one of the first items that will get automated in an environment. In my career, I have seen a number of differentContinue reading “sql server backups in parallel and zip the files”