Will any application developed against SQL Server 2000 DeveloperEdition work on an identical platform with only MSDE 2000 installed? Iunderstand there's a concurrency limit with MSDE 2000 of around 25 (and there's no GUI) but apartfrom that, are there any aspects of SQL Server 2000 functionality (from the .NET applicaiton code's point of view) thatare "disabled" in MSDE 2000?
See theChoosing an Edition of SQL Server 2000 whitepaper for explanations of each of the SQL Server versions. Also check out Features Supported by the Editions of SQL Server 2000.
The Developer Edition has essentially the same features as theEnterprise Edition. As far as I understand it, MSDE basically hasthe same features as the Standard Edition (with exceptions). Theabove links go into more depth.
I believe that for most normal .NET applications you will not have a problem with missing functionality.
sql
Wednesday, March 21, 2012
How compatible is MSDE 2000 with SQL Server 2000?
Labels:
application,
compatible,
database,
developed,
developeredition,
identical,
installed,
iunderstand,
microsoft,
msde,
mysql,
oracle,
platform,
server,
sql
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment