Team Foundation Server 2005 和 SQL Express 2005
我没有看到任何消息说 SQL Express 2005 不支持与 Team Foundation Server 2005 一起使用。
但是,当我尝试安装时,我收到各种错误“SQL Agent 服务未安装”、“SQL Server 2005 Analysis Services 服务”未安装”等。
是否需要 SQL Server Standard 或更高版本?
I haven't seen anything that says SQL Express 2005 is not supported for use with Team Foundation Server 2005.
However, when I attempt the installation I get all sorts of errors "SQL Agent service not installed", "SQL Server 2005 Analysis Services service is not installed", etc.
Is SQL Server Standard or higher, required?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,当前版本的 TFS 需要 SQL Server Standard 或更高版本。 当您购买 Team Foundation Server 的完整副本时,它将附带受限使用 SQL Standard Edition 许可证,并遵守以下条款:
与 Visual Studio 团队合作的软件
基础服务器; 你不可以使用
用于任何其他目的。
仅在一台计算机上安装 SQL Server
每个 Visual Studio 的物理设备
Team Foundation Server 许可证。
Yes, SQL Server Standard or higher is required for current versions of TFS. When you purchase a full copy of Team Foundation Server it comes with a restricted use SQL Standard Edition license under the following terms:
software with Visual Studio Team
Foundation Server; you may not use
it for any other purpose.
only install SQL Server on one
physical device per Visual Studio
Team Foundation Server license.
尝试SQL Server Express高级版...(我不记得它是否有分析服务)
生成报告需要分析服务。 另外,安装 2005 后记得启动 SQL Agent 服务。
Try SQL Server Express Advanced edition ... ( I don't remember if it has analysis services)
Analysis services are required to generate reports. Also after installation of 2005 remember to start SQL Agent service.