﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Administering / SQL Server 2005  / prefixing indexes / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Wed, 22 May 2013 18:50:25 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: prefixing indexes</title><link>http://www.sqlservercentral.com/Forums/Topic1076261-146-1.aspx</link><description>To do that in SQL you'd need a computed column on LEFT(other column), then you'd need to filter on that computed column. Not for performance, for when you really are matching on part of the column.</description><pubDate>Thu, 10 Mar 2011 10:31:13 GMT</pubDate><dc:creator>GilaMonster</dc:creator></item><item><title>RE: prefixing indexes</title><link>http://www.sqlservercentral.com/Forums/Topic1076261-146-1.aspx</link><description>when creating an index you can filter the index key to read only N number of characters in field e.g abcdefg and not abcdeftgghhjjjjjjjjjjjjjjjjjjjjjjjjjj.  I understand that when the field is used in a query there is less of an overhead.</description><pubDate>Thu, 10 Mar 2011 09:40:54 GMT</pubDate><dc:creator>whitlander</dc:creator></item><item><title>RE: prefixing indexes</title><link>http://www.sqlservercentral.com/Forums/Topic1076261-146-1.aspx</link><description>Could be computed columns, not sure. Could you explain more what the MySQL feature is?</description><pubDate>Thu, 10 Mar 2011 08:09:32 GMT</pubDate><dc:creator>GilaMonster</dc:creator></item><item><title>prefixing indexes</title><link>http://www.sqlservercentral.com/Forums/Topic1076261-146-1.aspx</link><description>In MySQL its possible to use index a prefix of a column to aid performance.  is there an equivalent in SQL server?</description><pubDate>Thu, 10 Mar 2011 07:53:43 GMT</pubDate><dc:creator>whitlander</dc:creator></item></channel></rss>