Upgrading from SQL2000 database to SQL Express 2008 R2

Posted by itwb on Server Fault See other posts from Server Fault or by itwb
Published on 2011-02-07T02:15:58Z Indexed on 2011/02/07 7:27 UTC
Read the original article Hit count: 503

Filed under:
|

Hi,

We have a web application which uses a MSSQL 2000 backend database. We are currently paying a ridiculous amount for Shared Hosting, with the database costs alone costing us $150 per month (MSSQL 100mb extra space is $40 per month). Our database size is 896.38 MB

I am looking at getting a Virtual Private Server and upgrading the database to a MSSQL2008 Express database.

I am aware that the Express version is limited to a 10GB database (with R2), and is constrained to a single CPU. I have also been offered SQL Server 2008 Web Edition for $19/per month, but I cannot find many details on the difference between Express and Web. Any suggestions here?

What I would also like to know is: If we upgrade the database to MSSQL 2008 database, is there any issues with possible data transformations in the future? I.e. Is it possible to download and mount it with SQL Server 2008 Standard edition? I'm more concerned about how to get data in and out of the database through SQL Management tools.

Are there any other issues that I might face?

Thanks, Mike

© Server Fault or respective owner

Related posts about sql-server

Related posts about database