<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>老魏的博客, Wiz, CyberArticle作者官方网站 &#187; SQL Server</title>
	<atom:link href="http://weishijun.com/p/category/sqlserver/feed" rel="self" type="application/rss+xml" />
	<link>http://weishijun.com</link>
	<description>Wiz, CyberArticle开发手记</description>
	<lastBuildDate>Sat, 08 Jan 2011 12:16:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SQL Server 和SQL Server Express书籍优化</title>
		<link>http://weishijun.com/p/469</link>
		<comments>http://weishijun.com/p/469#comments</comments>
		<pubDate>Wed, 17 Jun 2009 15:01:35 +0000</pubDate>
		<dc:creator>魏 拾俊</dc:creator>
				<category><![CDATA[CyberArticle]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://weishijun.com/p/469</guid>
		<description><![CDATA[SQL Server 和SQL Server Express书籍，如果数据量很大，可以进行优化。优化后，可以获得很好的搜索速度，另外，点击文章里面的链接，反应速度也大大加快。
准备软件

CyberArticle最新测试版本（2009年6月17号以及以后的版本）。从这个版本开始，优化了节点操作速度，支持SQL   Server数据库全文搜索语法。
SQL Server Management Studio或者SQL Server Management Studio Express，分别对应SQL   Server和SQL Server Express。其中SQL Server Management Studio可以和SQL Server一起安装，SQL   Server Management Studio Express可以在微软的网站下载。本文使用SQL   Server 2008 180天开发版本。

注意：默认情况下，CyberArticle无法连接到 SQL Server 2008 / SQL Server Express 2008 数据库，请点击这里查看解决办法。
开启SQL Server全文搜索功能
1、在SQL Server Management Studio中，找到书籍数据库，在数据库名称上面点击右键，在菜单中选择属性

2、出现的对话框中，选择File,然后选择 Use full-text indexing(使用全文检索索引)。

点击OK(确定)按钮，关闭对话框。
3、展开数据库名节点，定位到数据库名StorageFull Text Catalogs，在这个节点上面，点击右键，选择 New Full-Text [...]]]></description>
		<wfw:commentRss>http://weishijun.com/p/469/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>让CyberArticle支持SQL Server 2008或者SQL Server Express 2008</title>
		<link>http://weishijun.com/p/459</link>
		<comments>http://weishijun.com/p/459#comments</comments>
		<pubDate>Wed, 17 Jun 2009 14:58:52 +0000</pubDate>
		<dc:creator>魏 拾俊</dc:creator>
				<category><![CDATA[CyberArticle]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://weishijun.com/p/459</guid>
		<description><![CDATA[默认安装的SQL Server 2008或者SQL Server Express 2008，CyberArticle无法连接到数据库。请按照下面的方式设置：
开始菜单 -&#62; 所有程序 -&#62; SQL Server 2008 -&#62; Configuration Tools -&#62; SQL Server Configuration Manager。
打开SQL Server Configuration Manager，切换到 SQL Server Network Configuration -&#62; Protocols for MSSQLSERVER，如下图：

在右边的TCP/IP上面，点击右键，菜单中选择Enable (启用)。
然后停止并重新启动SQL Server服务，就可以了：

处理后，CyberArticle就可以正常连接到SQL Server 2008数据库了。
&#160;
]]></description>
		<wfw:commentRss>http://weishijun.com/p/459/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

