惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Engineering at Meta
Engineering at Meta
雷峰网
雷峰网
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
B
Blog
Y
Y Combinator Blog
WordPress大学
WordPress大学
Microsoft Azure Blog
Microsoft Azure Blog
小众软件
小众软件
G
Google Developers Blog
云风的 BLOG
云风的 BLOG
罗磊的独立博客
博客园 - 三生石上(FineUI控件)
博客园 - 叶小钗
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
量子位
The Cloudflare Blog
T
The Blog of Author Tim Ferriss
博客园_首页
B
Blog RSS Feed
Hugging Face - Blog
Hugging Face - Blog
IT之家
IT之家
阮一峰的网络日志
阮一峰的网络日志
L
LangChain Blog
宝玉的分享
宝玉的分享

博客园 - Easy Company

如何取得显示实现方法的MethodInfo SQL Server 2008中许多兼容性上的问题 Mock 对象何时使用? ThreadPool 在.Net 2.0 SP1中的部分变化可能会让你的程序停止工作 Javascript操作在各浏览器下的性能比较 WCF Web 编程模型资源 代码行数引起的思考 在按钮点击后禁用它直到操作完成 - Easy Company - 博客园 ASP.NET 2.0中使用强类型访问PreviousPage属性页的控件 Silverlight 与 Microsoft ASP.NET Futures (July 2007) 更新 VS 2008 和.NET 3.5 Beta 2 安装注意事项 Partial Methods CIL(Common Intermediate Language)指令集 刚刚下载了 Visual Studio 2005 Service Pack 1 (SP1) 使用 Facade 设计模式管理 ASP.Net Session 变量 .Net 中的日志 使用 Membership 时获取用户的最后登录时间 How To 推荐用于 AJAX 页面的进度指示器图片
目前不能使用SQL Server 2008 CTP February 2008存储Team Fou...
Easy Company · 2008-04-26 · via 博客园 - Easy Company

今天试着将Team Foundation Server 2008装在Windows Server 2008 Enterprise RTM上。在TFS 2008 进行“系统状况检查”时失败,提示SQL全文搜索服务未安装。因为SQL全文搜索已经无缝集成到了SQL Server 2008 CTP February 2008的数据库引擎中,所以在我安装了带有全文搜索功能的SQL Server 2008 CTP February 2008后,在Windows服务列表中也是找不到SQL Server FullText Search服务的。为了解决这个问题我在网上开始查找解决方案,最后在这里找到了。呵呵,很不幸,目前TFS 2008还无法和SQL 2008一起工作。

解决办法有两个:
1、等到TFS 2008 SP1发布后再装
2、使用SQL Server 2005

呵呵,我选择了后者。希望对大家有帮助,毕竟装

Team Foundation Server是很耗时的事儿。

下面是Team Foundation Server 2008系统检测的结果:

The System Health Check has detected a problem that will cause Setup to fail. 

Description
The SQL Full Text Search service is not installed.

Workaround / Remedy
The SQL Full Text Search service is not installed. To install this service, you must run Microsoft SQL Server setup and install this component.

More information
For additional information and help please refer to:
http://go.microsoft.com/fwlink/?LinkId=79226

The System Health Check has detected a problem that will cause Setup to fail. 

Description
The SQL Full Text Search service is stopped.

Workaround / Remedy
The SQL Full Text Search service is in a stopped state. In Control Panel, double-click Administrative Tools, double-click Services, and then look for the service. If the service is not running, start it by right-clicking the service and then clicking Start.

More information
For additional information and help please refer to:
http://go.microsoft.com/fwlink/?LinkId=79226  

The System Health Check has detected a problem that will cause Setup to fail. 

Description
The SQL Full Text Search service is not configured to start automatically.

Workaround / Remedy
The SQL Full Text Search service is not configured to start automatically when the computer starts. In Control Panel, double-click Administrative Tools, double-click Services, and then look for the service. Double-click the service to view the service properties. In the Startup type list, click Automatic, and then click OK.

More information
For additional information and help please refer to:
http://go.microsoft.com/fwlink/?LinkId=79226