Link to home
Start Free TrialLog in
Avatar of swansonplace
swansonplace

asked on

Need reference for conflicts between sql 2000 and sql server 2005 Express Edition

What are the possible conflicts between sql 2000 and sql server 2005 Express Edition?  Could you supply a link that I could forward to my boss.  We have sql 2000 in production, and we were thinking about using sql server 2005 express edition in development using visual studio 2005.  I am concerned about combatibility issues but I do not have a reference of what they that I could forward to my boss.

Please rush the solution.

Thank you in advance.
Avatar of gamebits
gamebits
Flag of Canada image

Avatar of swansonplace
swansonplace

ASKER

I see the link, but it does not state the issues when going from sql 2000 and sql server 2005, or when
going from sql server 2005 and sql 2000.

It does not need to state any issues, but if there is going to be any combatibility issues this needs to be stated.

Please rush.
why do you think that sql 2005 EE will be incompatible with sql 2000 in any ways? The article doesn't list any issues because there shouldn't be any. The problems you may encounter are not compatibility, but rather system requirements, like if your current database is bigger than 4 GB, then you can't use sql 2005 EE as it allows only 4 GB. So, what you need is not the list of issues when moving from sql 2000 to sql 2005 EE, but rather specs for both servers and specs for your database.

Cheers,
Yurich
I heard that sql 2005 EE was not compatible with sql 2000, and I just wanted to confirm it.  Currently, we would be developing and modifying code on sql 2005 EE and running it in production on sql 2000.

I am concerned that some features of the code on sql 2000 will not work when used on sql 2005, and when we develop on sql 2005 maybe using advanced features wi thout know it that it does not work on sql 2000.  Also, if we port tables form sql 2000 to sql 2005 and vis versa that this might cause extra unexpected errors.  

I am an asp developer.  I know nothing of databases.  

I also looked around and saw the process for converting over from sql 2000 to sql 2005.  It looked involved and required testing.  Due to this, I felt that it would be worth while to query it since we would be using both sql 2000 and sql 2005, and we do not want to convert but use both databases one for development and one for production.

I appreciate any and all comments or suggestions.
 
ASKER CERTIFIED SOLUTION
Avatar of gamebits
gamebits
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thank you.  We decided to keep the development and production sql servers the same.
Thanks for the points and the grade.