There is a project that a developer is suggesting to use MSDE instead of SQL Server, I need to know the differences and limitations of MSDE to make sure it will be able to handle our project.
Asked
Active
Viewed 1,097 times
0
-
7MSDE no longer exists. The current equivalent is SQL Server Express. – John Saunders Mar 08 '11 at 04:45
-
http://www.microsoft.com/express/Database/ – Mitch Wheat Mar 08 '11 at 04:47
-
7This is a snarky comment for sure, but anyone recommending MSDE probably hasn't upgraded their sql skills since SQL Server 2000, so proceed with caution if they are your "SQL expert" (as you are doing) :) That said, SQL server express should be fine for most medium sized database applications with the main limitations on space (10 gigs for sql server 2008 R2) and cpus (only one) – jlnorsworthy Mar 08 '11 at 04:53
-
5Fire that developer. He has been living in cave. – Pradeep Mar 08 '11 at 04:54
-
ask him to come here and post his/her reasons as to why they suggested to use msde... we'll set them straight ;) – clyc Mar 08 '11 at 04:57
-
As everyone else said, MSDE == SQL Server 2000. The "latest" version is SQL Server Express. – Ritch Melton Mar 08 '11 at 05:57
1 Answers
1
If I remember well MSDE ( Microsoft Desktop Engine or something like that ) is the precursor of SQL Server 2005, 2008 Express Editions. MSDE does not come with a management tool like SQL Server 2008 R2 Express, for example. Also MSDE comes with some constraints that in 2011 are antique ( 1GB for database or 1GB RAM for the server that hosts the MSDE). In conclusion , my advice is go with the latest SQL Server Express Edition.

Catalin Hatmanu
- 82
- 5