Windows 7 上的 Sql Server 2005 企业版

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/1006773/
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-09 06:30:00  来源:igfitidea点击:

Sql Server 2005 enterprise on Windows 7

windowssql-server-2005windows-7

提问by LILkillaBEE

Is there any possibility to install Sql Server 2005 enterprise on Windows 7?

是否有可能在 Windows 7 上安装 Sql Server 2005 Enterprise?

thank you

谢谢你

回答by Jonathan Kehayias

SQL Server 2005 Enterprise Edition is not supported on client OS's like Vista, XP, or Windows 7. Developer Edition is supported on the client OS's and allow you to develop with Enterprise features, but Enterprise Edition is only supported on Window Server Installations as per the BOL:

客户端操作系统(如 Vista、XP 或 Windows 7)不支持 SQL Server 2005 企业版。客户端操作系统支持开发人员版,并允许您使用企业功能进行开发,但企业版仅在 Window Server 安装上受支持,根据提单:

http://msdn.microsoft.com/en-us/library/ms143506(SQL.90).aspx

http://msdn.microsoft.com/en-us/library/ms143506(SQL.90).aspx

回答by BenB

Yep, works fine.

是的,工作正常。

Make sure that you install it before Visual Studio, and also make sure you enable these Windows features first:

确保在 Visual Studio 之前安装它,并确保首先启用这些 Windows 功能:

Common HTTP Features

常见的 HTTP 特性

  • Static Content
  • Default Document
  • HTTP Redirection
  • Directory Browsing
  • 静态内容
  • 默认文件
  • HTTP 重定向
  • 目录浏览

Application Development

应用开发

  • ASP.Net
  • ISAPI Extension
  • ISAPI Filters
  • ASP.NET
  • ISAPI 扩展
  • ISAPI 过滤器

Security

安全

  • Windows Authentication
  • Windows 身份验证

IIS6

IIS6

  • IIS 6 WMI
  • IIS Metabase
  • IIS 6 WMI
  • IIS 元数据库

Then install SP2 at least, but preferably SP3

然后至少安装 SP2,但最好安装 SP3

回答by Hannoun Yassir

Enterprise edition does work only on Server OSs (Server 2k3 2k8 ...) if you are just using it for development try Sql server developer edition it has the same features as Enterprise and it is way cheaper (But it can be used for development only).

企业版仅适用于服务器操作系统(服务器 2k3 2k8 ...),如果您只是将其用于开发,请尝试使用 Sql 服务器开发版,它具有与企业相同的功能,而且便宜得多(但它只能用于开发)。