<?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>IT Answers &#187; SQL Server Indexes</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/sql-server-indexes/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Thu, 20 Jun 2013 07:10:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Creating clustered index on exiting table</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/creating-clustered-index-on-exiting-table/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/creating-clustered-index-on-exiting-table/#comments</comments>
		<pubDate>Wed, 04 Apr 2012 13:55:58 +0000</pubDate>
		<dc:creator>Senyeart</dc:creator>
				<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server Indexes]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have a SQL Server 2005 Enterprise Edition database table that has 768,526 rows in it with no primary key or clustered index. This database&#8217;s logs are getting shipped to a disaster recovery server on an hourly basis. I need to create a clustered primary key constraint on this table; however when testing in my [...]]]></description>
				<content:encoded><![CDATA[<p>I have a SQL Server 2005 Enterprise Edition database table that has 768,526 rows in it with no primary key or clustered index. This database&#8217;s logs are getting shipped to a disaster recovery server on an hourly basis. I need to create a clustered primary key constraint on this table; however when testing in my staging enviornment the log file gets full or I run out of disk space. What is the best approach for creating this index?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/creating-clustered-index-on-exiting-table/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using an indexer for SQL Server 2005</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/using-an-indexer-for-sql-server-2005/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/using-an-indexer-for-sql-server-2005/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 19:12:39 +0000</pubDate>
		<dc:creator>Itquestion52</dc:creator>
				<category><![CDATA[Indexed tables]]></category>
		<category><![CDATA[Java applications]]></category>
		<category><![CDATA[Java Web application]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server Indexes]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi The application I work on is a Java web application with sql server 2005. A user can search for a document stored in a file server. When they search for a document, a stored procedure is invoked from the java code and an open query code is used to go to a catalog created [...]]]></description>
				<content:encoded><![CDATA[<p>Hi<br />
The application I work on is a Java web application with sql server 2005.  </p>
<p>A user can search for a document stored in a file server.  When they search for a document, a stored procedure is invoked from the java code and an open query code is used to go to a catalog created by the indexer.</p>
<p>The problem is the old Microsoft indexer is no longer supported, so I need to think of a replacement.</p>
<p>any ideas? thx</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/using-an-indexer-for-sql-server-2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fill factor on subscriber</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/fill-factor-on-subscriber/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/fill-factor-on-subscriber/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 16:17:40 +0000</pubDate>
		<dc:creator>SuperCoolMoss</dc:creator>
				<category><![CDATA[OLAP/OLTP]]></category>
		<category><![CDATA[SQL Server Indexes]]></category>
		<category><![CDATA[SQL Server replication]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hello, We have an OLTP application for which a majority of the database&#8217;s tables are replicated between two environments. The publisher side is intended to handle the writes from users and the subscriber handles the reporting aspect of the application. The subscriber therefore is mainly read by users and should only be updated by replication. [...]]]></description>
				<content:encoded><![CDATA[<p>Hello,</p>
<p>We have an OLTP application for which a majority of the database&#8217;s tables are replicated between two environments.  </p>
<p>The publisher side is intended to handle the writes from users and the subscriber handles the reporting aspect of the application.  </p>
<p>The subscriber therefore is mainly read by users and should only be updated by replication.</p>
<p>Should I alter the fill factor on the subscriber&#8217;s indexes to be higher percentage than the publisher or should they be the same as the publisher?</p>
<p>Regards,</p>
<p>SCM.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/fill-factor-on-subscriber/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using indexes in SQL Server 2005</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/using-indexes-in-sql-server-2005/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/using-indexes-in-sql-server-2005/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 20:29:44 +0000</pubDate>
		<dc:creator>SQL Server Ask the Experts</dc:creator>
				<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server index strategy]]></category>
		<category><![CDATA[SQL Server Indexes]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[New Answer by Michael Tidmarsh]]></description>
				<content:encoded><![CDATA[New Answer by Michael Tidmarsh]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/using-indexes-in-sql-server-2005/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/18 queries in 0.022 seconds using memcached
Object Caching 512/570 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-20 07:42:46 -->