I’m moving my ASP.NET website to a new provider. Only problem is, old host support my SQL Server 2000 db. New host only supports SQL Server 2005.
How should I go about the conversion ?
Can I simply produce a backup of the 2000 (.bak) file at the old host, and restore that file into SQL Server 2005 at the new host ?
Or is there more to it ??
Note that I don’t own a copy of SQL Server 2005 at home… and I’m trying to avoid having to do so.
Thanks,
Bazza
Generate Deployment scripts using “Database Publishing Wizard” for your Sql200 database and select target dataabse type as “sql2005”. It should work flawlessly as we have experienced the same in past.