Migrate database from SQL Server Standard to SQL Server Express for DotNetNuke
Posted
by
Bjørn
on Server Fault
See other posts from Server Fault
or by Bjørn
Published on 2010-11-15T08:11:43Z
Indexed on
2011/01/03
22:55 UTC
Read the original article
Hit count: 1009
sql-server
|sql-server-2005
|sql-server-2008-express
|database-migration
|dotnetnuke
Hello, we have an old server that we want to dedicate fully as a public webserver (hosting a few DotNetNuke sites), and for this purpose we would like to install SQL Server Express (probably 2008) on the server and thus have both the Database server and the Web Server on the machine.
But: The databases for the webserver are hosted on a SQL Server 2005 Standard today.
So the question is: Is it possible to move a database from a Standard Server to an Express Server?
© Server Fault or respective owner