﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2005 / Backups  / Database Design - What are included columns with respect to SQL Server indexing? / 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>Fri, 24 May 2013 15:48:52 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Database Design - What are included columns with respect to SQL Server indexing?</title><link>http://www.sqlservercentral.com/Forums/Topic866919-357-1.aspx</link><description>What are included columns with respect to SQL Server indexing?A new type of index was developed in SQL Server 2005 and beyond that assists in situations where a covering index is needed.Indexes with Included Columns are non clustered indexes that have the following benefits:1.	Columns defined in the include statement, called non-key columns, are not counted in the number of columns by the database engine.2.	Columns that previously could not be used in queries, like nvarchar(max), can be included as a non-key column.3.	A maximum of 1023 additional columns can be used as non-key columns.</description><pubDate>Tue, 16 Apr 2013 01:32:06 GMT</pubDate><dc:creator>egpotus</dc:creator></item><item><title>RE: Database Design - What are included columns with respect to SQL Server indexing?</title><link>http://www.sqlservercentral.com/Forums/Topic866919-357-1.aspx</link><description>Test question? Interview question? Search in Books Online for 'Include columns' you should find several entries.</description><pubDate>Wed, 17 Feb 2010 06:23:45 GMT</pubDate><dc:creator>GilaMonster</dc:creator></item><item><title>Database Design - What are included columns with respect to SQL Server indexing?</title><link>http://www.sqlservercentral.com/Forums/Topic866919-357-1.aspx</link><description>Database Design - What are included columns with respect to SQL Server indexing?</description><pubDate>Wed, 17 Feb 2010 05:50:52 GMT</pubDate><dc:creator>Sree Arjun Div</dc:creator></item></channel></rss>