I need to restore near 40 databases (.bak files) to a new SQL Server 2005 instance.
Manually, from SQL Server Management Studio, takes a long time.
¿How can I restore automaticaly all the .bak files to the new Server?
The new SQL Server instance is empty.
Thanks for the help!
I need to restore near 40 databases (.bak files) to a new SQL Server
Share
SQL Server backups can be scripted like, literally, everything else. You can find out about it on Google. Search for “SQL Server restore statement”.
Let me quote commenter Murph who had a very nice idea: