This came up today and I didn't know exactly how to properly do it.<BR><BR>The situation: We were to move a database from a MS SQL 2000 server into our in house MS SQL server and run the restore to ...
Write-Host "Backup in Progress" $QueryStatement = "SELECT * FROM settings where setting_name='backup_path'" $Query = ...