2

I'm moving from a shared hosting company to a dedicated server. The hosting provider used SQL Server 2008 (not sure if it was Professional or Standard). I've installed SQL Server 2008 Express on the dedicated server. The hosting company has provided me with backups of our databases. I'm going to restore these backups into SQL Server 2008 Express.

Is this possible? Can I restore a SQL Server 2008 database into SQL Server 2008 Express?

2 Answers 2

2

Most likely, yes. Have a look here for a comparison of the SQL Server 2008 editions:

http://www.microsoft.com/sqlserver/2008/en/us/editions-compare.aspx

1
  • I tried it out last night and I was able to restore without any problems. Commented Feb 21, 2010 at 13:24
1

You can restore, as long as the source database is not using any of the Enterprise/Standard Only features [like Compression]

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.