I am engaged in large-scale server migration, so I need to move 50+ SQL 2005 databases to the new SQL 2008 server installation.
The guys from DB only provided me with a backup copy of each database, so I have a directory with 50 .bak files that are in the directory (i.e. c: \ db) that I need to restore.
I need to restore each database to a new server.
I can do this individually in Management Studio, but it will take a lot of time. Is there a more efficient way to solve this problem.
So my question is:
What is the most efficient way to recover all these databases.
Machine Background: Win 2k8 Server, with SQL 2008 Workgroup Edition, .net 4 installed with Powershell 2.
Thanks in advance.
sql sql-server-2008 migration data-migration
Jeremy cade
source share