MSSQL 2005 migration to 2008 Express Edition - Any complications?

Posted by FullTrust on Server Fault See other posts from Server Fault or by FullTrust
Published on 2010-03-04T04:29:17Z Indexed on 2010/04/07 1:03 UTC
Read the original article Hit count: 449

Hey,

I've developed an application that uses ASP.NET, Linq-to-SQL and MSSQL 2005. However, I would like to migrate it to MSSQL 2008. I don't have MSSQL 2008, so I was wondering if it's possible for me to detach my 2005 db and attach it within 2008 express edition, to test if it will work on my host's MSSQL 2008 server? I haven't done anything complicated (CRUD is done from Linq to SQL, and all stored procs are the ASP.NET Membership default ones). Would this work, or will I get an error since I'm 'downgrading' so to speak? If I download MSSQL 2008 express edition, it will be on the same system as my MSSQL 2005 Developer Edition. I'm hoping this won't cause any problems?

Thanks

© Server Fault or respective owner

Related posts about sql-server-2005

Related posts about sql-server-2008