Tag: SQL 2016

Using Powershell to back up an SQL 2016 database and a file structure

I had a requirement recently to put together a backup that in one PowerShell script carried out a backup on both an SQL database and also a folder containing multiple pictures that were appended to on a daily basis. I have broken down the following PowerShell script into sections to allow easier explanation of the …

Continue reading