<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; Interview Questions and Answers &#8211; Frequently Asked Questions &#8211; Day 8 of 31</title>
	<atom:link href="http://blog.sqlauthority.com/2011/07/08/sql-server-interview-questions-and-answers-frequently-asked-questions-day-8-of-31/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2011/07/08/sql-server-interview-questions-and-answers-frequently-asked-questions-day-8-of-31/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Fri, 17 May 2013 15:26:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Roger</title>
		<link>http://blog.sqlauthority.com/2011/07/08/sql-server-interview-questions-and-answers-frequently-asked-questions-day-8-of-31/#comment-424025</link>
		<dc:creator><![CDATA[Roger]]></dc:creator>
		<pubDate>Tue, 19 Feb 2013 17:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=13309#comment-424025</guid>
		<description><![CDATA[Hello,
I have xml document contains non-english text iei.heybru . I want to parse that xml and inser data into table.

I have created proc and taking paramenter as nvarchar(max) for xml. 
when I parse the xml heybru text gets converted into quetionmarks.
kindly guide on the same.]]></description>
		<content:encoded><![CDATA[<p>Hello,<br />
I have xml document contains non-english text iei.heybru . I want to parse that xml and inser data into table.</p>
<p>I have created proc and taking paramenter as nvarchar(max) for xml.<br />
when I parse the xml heybru text gets converted into quetionmarks.<br />
kindly guide on the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: padhu</title>
		<link>http://blog.sqlauthority.com/2011/07/08/sql-server-interview-questions-and-answers-frequently-asked-questions-day-8-of-31/#comment-423862</link>
		<dc:creator><![CDATA[padhu]]></dc:creator>
		<pubDate>Tue, 19 Feb 2013 12:24:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=13309#comment-423862</guid>
		<description><![CDATA[Yes we can use]]></description>
		<content:encoded><![CDATA[<p>Yes we can use</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ravikant sharma</title>
		<link>http://blog.sqlauthority.com/2011/07/08/sql-server-interview-questions-and-answers-frequently-asked-questions-day-8-of-31/#comment-354803</link>
		<dc:creator><![CDATA[Ravikant sharma]]></dc:creator>
		<pubDate>Mon, 01 Oct 2012 06:52:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=13309#comment-354803</guid>
		<description><![CDATA[Vry usefull knowladge here]]></description>
		<content:encoded><![CDATA[<p>Vry usefull knowladge here</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srinu</title>
		<link>http://blog.sqlauthority.com/2011/07/08/sql-server-interview-questions-and-answers-frequently-asked-questions-day-8-of-31/#comment-322832</link>
		<dc:creator><![CDATA[srinu]]></dc:creator>
		<pubDate>Wed, 01 Aug 2012 05:48:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=13309#comment-322832</guid>
		<description><![CDATA[HI,

can we use group by clause in sub query?]]></description>
		<content:encoded><![CDATA[<p>HI,</p>
<p>can we use group by clause in sub query?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Ezell</title>
		<link>http://blog.sqlauthority.com/2011/07/08/sql-server-interview-questions-and-answers-frequently-asked-questions-day-8-of-31/#comment-313119</link>
		<dc:creator><![CDATA[Brian Ezell]]></dc:creator>
		<pubDate>Fri, 13 Jul 2012 19:32:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=13309#comment-313119</guid>
		<description><![CDATA[&quot;A global temporary table remains in the database accessible across the connections. Once the connection where original global table is declared dropped this becomes unavailable.&quot;  - Actually the temp table is available until the last connection that references it is dropped, not the originating connection.]]></description>
		<content:encoded><![CDATA[<p>&#8220;A global temporary table remains in the database accessible across the connections. Once the connection where original global table is declared dropped this becomes unavailable.&#8221;  &#8211; Actually the temp table is available until the last connection that references it is dropped, not the originating connection.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikhildas</title>
		<link>http://blog.sqlauthority.com/2011/07/08/sql-server-interview-questions-and-answers-frequently-asked-questions-day-8-of-31/#comment-281309</link>
		<dc:creator><![CDATA[Nikhildas]]></dc:creator>
		<pubDate>Wed, 02 May 2012 05:40:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=13309#comment-281309</guid>
		<description><![CDATA[Dear Pinal Sir,

In foreign key , Not only primary key but also unique key can have reference.]]></description>
		<content:encoded><![CDATA[<p>Dear Pinal Sir,</p>
<p>In foreign key , Not only primary key but also unique key can have reference.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Purton</title>
		<link>http://blog.sqlauthority.com/2011/07/08/sql-server-interview-questions-and-answers-frequently-asked-questions-day-8-of-31/#comment-147304</link>
		<dc:creator><![CDATA[Brad Purton]]></dc:creator>
		<pubDate>Sun, 10 Jul 2011 21:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=13309#comment-147304</guid>
		<description><![CDATA[What about

select count(1) from Table1

This is more efficient on large datasets than count(*)]]></description>
		<content:encoded><![CDATA[<p>What about</p>
<p>select count(1) from Table1</p>
<p>This is more efficient on large datasets than count(*)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER – Interview Questions and Answers – Frequently Asked Questions – Complete Downloadable List – Day 0 of 31 Journey to SQLAuthority</title>
		<link>http://blog.sqlauthority.com/2011/07/08/sql-server-interview-questions-and-answers-frequently-asked-questions-day-8-of-31/#comment-147141</link>
		<dc:creator><![CDATA[SQL SERVER – Interview Questions and Answers – Frequently Asked Questions – Complete Downloadable List – Day 0 of 31 Journey to SQLAuthority]]></dc:creator>
		<pubDate>Sat, 09 Jul 2011 16:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=13309#comment-147141</guid>
		<description><![CDATA[[...] SQL SERVER – Interview Questions and Answers – Frequently Asked Questions – Day 8 of 31 [...]]]></description>
		<content:encoded><![CDATA[<p>[...] SQL SERVER – Interview Questions and Answers – Frequently Asked Questions – Day 8 of 31 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pinaldave</title>
		<link>http://blog.sqlauthority.com/2011/07/08/sql-server-interview-questions-and-answers-frequently-asked-questions-day-8-of-31/#comment-146910</link>
		<dc:creator><![CDATA[pinaldave]]></dc:creator>
		<pubDate>Fri, 08 Jul 2011 15:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=13309#comment-146910</guid>
		<description><![CDATA[Corrected - Updated with referencing your comment.

Thanks - totally appreciate it.]]></description>
		<content:encoded><![CDATA[<p>Corrected &#8211; Updated with referencing your comment.</p>
<p>Thanks &#8211; totally appreciate it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fastsolutionca</title>
		<link>http://blog.sqlauthority.com/2011/07/08/sql-server-interview-questions-and-answers-frequently-asked-questions-day-8-of-31/#comment-146900</link>
		<dc:creator><![CDATA[fastsolutionca]]></dc:creator>
		<pubDate>Fri, 08 Jul 2011 13:52:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=13309#comment-146900</guid>
		<description><![CDATA[Unless you&#039;re trying to cater to folks interviewing for jobs involving SQL Server 2000, I would swap out the query against sys.indexes for a query against sys.dm_db_partition_stats. I&#039;d also drop the select * suggestion, and explain the difference between COUNT(*) against the table, and using the DMV.]]></description>
		<content:encoded><![CDATA[<p>Unless you&#8217;re trying to cater to folks interviewing for jobs involving SQL Server 2000, I would swap out the query against sys.indexes for a query against sys.dm_db_partition_stats. I&#8217;d also drop the select * suggestion, and explain the difference between COUNT(*) against the table, and using the DMV.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rhys</title>
		<link>http://blog.sqlauthority.com/2011/07/08/sql-server-interview-questions-and-answers-frequently-asked-questions-day-8-of-31/#comment-146895</link>
		<dc:creator><![CDATA[Rhys]]></dc:creator>
		<pubDate>Fri, 08 Jul 2011 13:25:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=13309#comment-146895</guid>
		<description><![CDATA[&quot;Enterprise Editions only supports log shipping&quot; - every version except express supports log shipping. http://www.microsoft.com/sqlserver/2008/en/us/editions-compare.aspx]]></description>
		<content:encoded><![CDATA[<p>&#8220;Enterprise Editions only supports log shipping&#8221; &#8211; every version except express supports log shipping. <a href="http://www.microsoft.com/sqlserver/2008/en/us/editions-compare.aspx" rel="nofollow">http://www.microsoft.com/sqlserver/2008/en/us/editions-compare.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yuvraj Gautam</title>
		<link>http://blog.sqlauthority.com/2011/07/08/sql-server-interview-questions-and-answers-frequently-asked-questions-day-8-of-31/#comment-146851</link>
		<dc:creator><![CDATA[Yuvraj Gautam]]></dc:creator>
		<pubDate>Fri, 08 Jul 2011 09:47:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=13309#comment-146851</guid>
		<description><![CDATA[This may also be an alternate way to Count of the Number of Records.

select max(rn) as counts from (
select    row_number() OVER (ORDER BY NEWID()) as rn  from  [tablename]    
)tb1]]></description>
		<content:encoded><![CDATA[<p>This may also be an alternate way to Count of the Number of Records.</p>
<p>select max(rn) as counts from (<br />
select    row_number() OVER (ORDER BY NEWID()) as rn  from  [tablename]<br />
)tb1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pinaldave</title>
		<link>http://blog.sqlauthority.com/2011/07/08/sql-server-interview-questions-and-answers-frequently-asked-questions-day-8-of-31/#comment-146786</link>
		<dc:creator><![CDATA[pinaldave]]></dc:creator>
		<pubDate>Fri, 08 Jul 2011 02:29:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=13309#comment-146786</guid>
		<description><![CDATA[A small error and one typo has been fixed. Please look at the original content in the post before leaving comment to see if you are going to comment on the same. 
Thanks.]]></description>
		<content:encoded><![CDATA[<p>A small error and one typo has been fixed. Please look at the original content in the post before leaving comment to see if you are going to comment on the same.<br />
Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
