migration - Can an MSDE 2000 database be deplolyed to SQL Server 2000? -


i developing web application using sql server 2005 database, need deploy database sql server 2000 in production environment.

we don't have license sql server 2000 (we've got 2005), , i've come accross range of incompatibilites , issues when migrating db 2005 2000.

i hoping switch development db on msde 2000, , depoy sql server 2000 when in production.

will work? msde compatible sql server 2000? how easy migrate 1 other? simple backup , restore?

yes.

and simple backup , restore.

caveat: sure both server , dev machine running same service pack. iirc, matter.

msde have feature limitations, long aren't using features supported on full server version, should fine.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -