<?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 11 of 31</title>
	<atom:link href="http://blog.sqlauthority.com/2011/07/11/sql-server-interview-questions-and-answers-frequently-asked-questions-day-11-of-31/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2011/07/11/sql-server-interview-questions-and-answers-frequently-asked-questions-day-11-of-31/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Wed, 22 May 2013 19:03:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Aravamudan</title>
		<link>http://blog.sqlauthority.com/2011/07/11/sql-server-interview-questions-and-answers-frequently-asked-questions-day-11-of-31/#comment-254772</link>
		<dc:creator><![CDATA[Aravamudan]]></dc:creator>
		<pubDate>Tue, 21 Feb 2012 09:19:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=13323#comment-254772</guid>
		<description><![CDATA[When a variable id declared as varchar(max), The max data it can hold in 8000 chars, where as if the column of a table is declared as varchar(max), it can store more than 8000 chars. what is the difference?]]></description>
		<content:encoded><![CDATA[<p>When a variable id declared as varchar(max), The max data it can hold in 8000 chars, where as if the column of a table is declared as varchar(max), it can store more than 8000 chars. what is the difference?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shehara Ruwanthi Heshani</title>
		<link>http://blog.sqlauthority.com/2011/07/11/sql-server-interview-questions-and-answers-frequently-asked-questions-day-11-of-31/#comment-214134</link>
		<dc:creator><![CDATA[Shehara Ruwanthi Heshani]]></dc:creator>
		<pubDate>Fri, 09 Dec 2011 16:34:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=13323#comment-214134</guid>
		<description><![CDATA[&quot; SELECT &#039;[&#039;+SCHEMA_NAME(schema_id)+&#039;].[&#039;+name+&#039;]&#039; AS SchemaTable
FROMFROM sys.tables &quot; This is wrong.......

This is the right way...
SELECT &#039;[&#039;+SCHEMA_NAME(schema_id)+&#039;].[&#039;+name+&#039;]&#039; AS SchemaTable
FROM sys.tables]]></description>
		<content:encoded><![CDATA[<p>&#8221; SELECT &#8216;['+SCHEMA_NAME(schema_id)+'].['+name+']&#8216; AS SchemaTable<br />
FROMFROM sys.tables &#8221; This is wrong&#8230;&#8230;.</p>
<p>This is the right way&#8230;<br />
SELECT &#8216;['+SCHEMA_NAME(schema_id)+'].['+name+']&#8216; AS SchemaTable<br />
FROM sys.tables</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Coupons</title>
		<link>http://blog.sqlauthority.com/2011/07/11/sql-server-interview-questions-and-answers-frequently-asked-questions-day-11-of-31/#comment-154865</link>
		<dc:creator><![CDATA[Coupons]]></dc:creator>
		<pubDate>Mon, 08 Aug 2011 05:19:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=13323#comment-154865</guid>
		<description><![CDATA[Good Job Pinal.

Please give more information about SQL Injection with examples.


Thanks.]]></description>
		<content:encoded><![CDATA[<p>Good Job Pinal.</p>
<p>Please give more information about SQL Injection with examples.</p>
<p>Thanks.</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/11/sql-server-interview-questions-and-answers-frequently-asked-questions-day-11-of-31/#comment-147344</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>Mon, 11 Jul 2011 04:49:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=13323#comment-147344</guid>
		<description><![CDATA[[...] SQL SERVER – Interview Questions and Answers – Frequently Asked Questions – Day 11 of 31 [...]]]></description>
		<content:encoded><![CDATA[<p>[...] SQL SERVER – Interview Questions and Answers – Frequently Asked Questions – Day 11 of 31 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
