Archive
Archive for December 16, 2012
PowerShell script to backup a database and restore on other server.
December 16, 2012
18 comments
Many a times as a DBA when we need to refresh our QA or Dev environment with Production environment, we need to have a full backup of Production database and then manually we need to restore them in other environments. The following is a simple power shell script to just take a full backup with copy only option and then restore it on other server. Read more…
Categories: Powershell
#Powershell, powershell for
