Windows Server 2008 支持 MSDE 吗?
我知道 Vista 不再支持 MSDE,Windows Server 2008 也是如此吗?
I know MSDE is no longer supported on Vista, is this also the case for Windows Server 2008?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
只是为了参考这个问题...
MSDE 已被 SQL Server Express 取代(相同的想法),它确实在 Vista/2008 上运行。 链接为:
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:
应该知道,SQL Express 和 MSDE 之间存在一些显着差异。 虽然其中许多差异有利于 SQL Express,但我们发现对我们来说最关键的是能够作为仅 MSDE 支持的发布者运行,并且 Express 中缺少 SQL 代理。
有关出色的并排比较,请参阅:
http://www .microsoft.com/technet/prodtechnol/sql/2005/msde2sqlexpress.mspx#EKE
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.
For an excellent side by side comparison see:
http://www.microsoft.com/technet/prodtechnol/sql/2005/msde2sqlexpress.mspx#EKE
Vista 和 Vista 之后的所有操作系统(包括 Windows 2008 和 Windows 7)的状态都是相同的。
我不知道您是否可以以某种方式“使其工作”,但您不会从 Microsoft 获得任何支持。
编辑:来源是这里,两个重要的位:
。
(这取决于 Windows XP 和 2003 Server)
The status is the same for Vista and all OS after Vista, which includes both Windows 2008 and 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:
and
(That was up to Windows XP and 2003 Server)