Windows Server 2008 是否支持 MSDE?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/279132/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 11:35:38  来源:igfitidea点击:

Is MSDE supported on Windows Server 2008?

windowswindows-server-2008msde

提问by Ben5e

I know MSDE is no longer supported on Vista, is this also the case for Windows Server 2008?

我知道 Vista 不再支持 MSDE,Windows Server 2008 也是这种情况吗?

采纳答案by Michael Stum

The status is the same for Vista and all OS after Vista, which includes both Windows 2008 and Windows 7.

Vista 和 Vista 之后的所有操作系统(包括 Windows 2008 和 Windows 7)的状态都相同。

I do not know if you can somehow "make it work", but you will not get any Support from Microsoft.

我不知道你是否能以某种方式“让它工作”,但你不会得到微软的任何支持。

Edit: Source is here, the two important bits:

编辑:来源在这里,两个重要的位:

MSDE 2000 will exit mainstream support on 4/8/2008 and no new deployment agreements will be allowed after June 30, 2007.

MSDE 2000 将于 2008 年 4 月 8 日退出主流支持,并且在 2007 年 6 月 30 日之后将不允许新的部署协议。

and

Yes, MSDE will be supported through the end of it's life cycle on the operating systems it is currently designed to run on.

是的,MSDE 将在其当前设计运行的操作系统的生命周期结束时得到支持。

(That was up to Windows XP and 2003 Server)

(这取决于 Windows XP 和 2003 Server)

回答by Nick

Just to have this on the question for reference...

只是为了在这个问题上提供参考以供参考......

MSDE has been supplanted by SQL Server Express (same idea), which does run on Vista/2008. Links are:

MSDE 已被 SQL Server Express(相同的想法)所取代,后者在 Vista/2008 上运行。链接是:

回答by Ben5e

It should be known that there are some significant differences between SQL Express and MSDE. While a number of these differences are in the favor of SQL Express we found that the critical items for us were the ability to run as a publisher which only MSDE supports as well as the lack of a SQL agent in Express.

应该知道,SQL Express 和 MSDE 之间存在一些显着差异。虽然这些差异中有许多有利于 SQL Express,但我们发现对我们来说,关键项目是能够作为仅 MSDE 支持的发布者运行,以及 Express 中缺少 SQL 代理。

For an excellent side by side comparison see:

有关出色的并排比较,请参阅:

http://www.microsoft.com/technet/prodtechnol/sql/2005/msde2sqlexpress.mspx#EKE

http://www.microsoft.com/technet/prodtechnol/sql/2005/msde2sqlexpress.mspx#EKE