I have a development server running SQL Server 2005 with 75+ databases on it. I will be installing a new SQL Server 2008 and want to migrate all the databases over to this server.
Does anyone have any suggestions as to the best approach in doing this? Normally I would just backup the database, restore it on the new server, then re-create the SQL login for that database. I was wondering if there was a more stream-lined approach so that this wont take me forever.
I already searched and found this article but I'm not sure it would apply: Attach multiple databases using T-SQL
Thank you!!