I am about to upload an ecommerce website in ASP.NET 3.5 to a host. I want to upload my database which is SQL Server 2008 Express Edition to the host where I am sure the SQL Server edition is not Express. So I wonder if I upload the .BAK file and then restore It via the admin control panel, my database on the host will be express edition or it will change to the host’s edition automatically?
Share
The Edition will not usually have any affect on a database, unless you are using features in the database that may not be available across all Editions of SQL Server. However since you are going from Express to a likely higher Edition (Standard/Enterprise) you probably will not have any issues.