<?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>SQL Sever 2014 &#8211; Database Research &amp; Development</title>
	<atom:link href="https://www.dbrnd.com/tag/sql-sever-2014/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.dbrnd.com</link>
	<description>BIGData &#124; NoSQL &#124; MSSQL &#124; MySQL &#124; PostgreSQL</description>
	<lastBuildDate>Wed, 23 May 2018 19:10:11 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.4</generator>
	<item>
		<title>SQL Server 2014: Examples of Table Variable with Indexes</title>
		<link>https://www.dbrnd.com/2018/06/sql-server-2014-examples-of-table-variable-with-indexes/</link>
		
		<dc:creator><![CDATA[Anvesh Patel]]></dc:creator>
		<pubDate>Mon, 11 Jun 2018 16:16:29 +0000</pubDate>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Anvesh Patel]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[database research and development]]></category>
		<category><![CDATA[dbrnd]]></category>
		<category><![CDATA[indexes]]></category>
		<category><![CDATA[SQL Programming]]></category>
		<category><![CDATA[sql queries]]></category>
		<category><![CDATA[SQL Server Administrator]]></category>
		<category><![CDATA[SQL Server Error]]></category>
		<category><![CDATA[SQL Server Monitoring]]></category>
		<category><![CDATA[SQL Server Performance Tuning]]></category>
		<category><![CDATA[SQL Server Programming]]></category>
		<category><![CDATA[SQL Server Tips and Tricks]]></category>
		<category><![CDATA[SQL Sever 2014]]></category>
		<category><![CDATA[sqlcode]]></category>
		<category><![CDATA[Table Variable]]></category>
		<category><![CDATA[TSQL]]></category>
		<guid isPermaLink="false">https://www.dbrnd.com/?p=7653</guid>

					<description><![CDATA[I didn&#8217;t explore few features of SQL Server 2014. Recently, I got to know that in SQL Server 2014 we can create indexes on Table Variable. If you look into the differences between Temp Table and Table Variable, always you can find one difference like we can&#8217;t create an index on Table Variable and we [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fwww.dbrnd.com%2F2018%2F06%2Fsql-server-2014-examples-of-table-variable-with-indexes%2F&amp;linkname=SQL%20Server%202014%3A%20Examples%20of%20Table%20Variable%20with%20Indexes" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fwww.dbrnd.com%2F2018%2F06%2Fsql-server-2014-examples-of-table-variable-with-indexes%2F&amp;linkname=SQL%20Server%202014%3A%20Examples%20of%20Table%20Variable%20with%20Indexes" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fwww.dbrnd.com%2F2018%2F06%2Fsql-server-2014-examples-of-table-variable-with-indexes%2F&amp;linkname=SQL%20Server%202014%3A%20Examples%20of%20Table%20Variable%20with%20Indexes" title="LinkedIn" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_pinterest" href="https://www.addtoany.com/add_to/pinterest?linkurl=https%3A%2F%2Fwww.dbrnd.com%2F2018%2F06%2Fsql-server-2014-examples-of-table-variable-with-indexes%2F&amp;linkname=SQL%20Server%202014%3A%20Examples%20of%20Table%20Variable%20with%20Indexes" title="Pinterest" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_reddit" href="https://www.addtoany.com/add_to/reddit?linkurl=https%3A%2F%2Fwww.dbrnd.com%2F2018%2F06%2Fsql-server-2014-examples-of-table-variable-with-indexes%2F&amp;linkname=SQL%20Server%202014%3A%20Examples%20of%20Table%20Variable%20with%20Indexes" title="Reddit" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_pocket" href="https://www.addtoany.com/add_to/pocket?linkurl=https%3A%2F%2Fwww.dbrnd.com%2F2018%2F06%2Fsql-server-2014-examples-of-table-variable-with-indexes%2F&amp;linkname=SQL%20Server%202014%3A%20Examples%20of%20Table%20Variable%20with%20Indexes" title="Pocket" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fwww.dbrnd.com%2F2018%2F06%2Fsql-server-2014-examples-of-table-variable-with-indexes%2F&#038;title=SQL%20Server%202014%3A%20Examples%20of%20Table%20Variable%20with%20Indexes" data-a2a-url="https://www.dbrnd.com/2018/06/sql-server-2014-examples-of-table-variable-with-indexes/" data-a2a-title="SQL Server 2014: Examples of Table Variable with Indexes"></a></p><p>I didn&#8217;t explore few features of SQL Server 2014. Recently, I got to know that in SQL Server 2014 we can create indexes on Table Variable. </p>
<p>If you look into the differences between Temp Table and Table Variable, always you can find one difference like we can&#8217;t create an index on Table Variable and we can create an index on the Temp Table. </p>
<blockquote class="wp-embedded-content" data-secret="oa9njLGXKU"><p><a href="https://www.dbrnd.com/2016/02/sql-server-difference-between-temporary-table-and-table-variable/">SQL Server: Difference between Temporary Table and Table Variable</a></p></blockquote>
<p><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted"  src="https://www.dbrnd.com/2016/02/sql-server-difference-between-temporary-table-and-table-variable/embed/#?secret=oa9njLGXKU" data-secret="oa9njLGXKU" width="600" height="338" title="&#8220;SQL Server: Difference between Temporary Table and Table Variable&#8221; &#8212; Database Research &amp; Development" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
<p>In this post, I am sharing few examples of Table variable with Indexes.<br />
Please check the below samples:</p>
<p><strong>Define Table variable with Primary key and Unique key:</strong></p>
<pre class="crayon-plain-tag">DECLARE @dbrnd TABLE
(
	ID INT PRIMARY KEY
	,Name NVARCHAR(10) UNIQUE
)</pre> </p>
<p><strong>Define Table variable with Non-Clustered index:</strong></p>
<pre class="crayon-plain-tag">DECLARE @dbrnd TABLE
(
	ID INT PRIMARY KEY
	,Name NVARCHAR(20)
	,INDEX idx_dbrnd_Name NONCLUSTERED (Name)
)</pre> </p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
