<?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/"
		>
<channel>
	<title>Comments for Learn SQL With Bru</title>
	<atom:link href="http://learnsqlwithbru.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://learnsqlwithbru.com</link>
	<description>Bru Medishetty&#039;s SQL Server Blog</description>
	<lastBuildDate>Sat, 04 Feb 2012 10:57:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on SQL Server BI DEV / DBA Q and A by Geetha Rallapalli</title>
		<link>http://learnsqlwithbru.com/sql-server-interview-questions-and-answers/sql-server-bi-dev-qanda/comment-page-1/#comment-5019</link>
		<dc:creator>Geetha Rallapalli</dc:creator>
		<pubDate>Sat, 04 Feb 2012 10:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://learnsqlwithbru.com/?page_id=1009#comment-5019</guid>
		<description>hi this is geetha pls add ssis,ssas,ssrs interview questions if possible pls send the geetha.rallapalli@gmail.com</description>
		<content:encoded><![CDATA[<p>hi this is geetha pls add ssis,ssas,ssrs interview questions if possible pls send the <a href="mailto:geetha.rallapalli@gmail.com">geetha.rallapalli@gmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using DBCC UPDATEUSAGE to correct inaccuracies by Using DBCC UPDATEUSAGE to correct inaccuracies(Copy from another blog) &#171; to be IT professional</title>
		<link>http://learnsqlwithbru.com/2012/02/02/using-dbcc-updateusage-to-correct-inaccuracies/comment-page-1/#comment-5018</link>
		<dc:creator>Using DBCC UPDATEUSAGE to correct inaccuracies(Copy from another blog) &#171; to be IT professional</dc:creator>
		<pubDate>Fri, 03 Feb 2012 12:50:51 +0000</pubDate>
		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=2848#comment-5018</guid>
		<description>[...] : I take this Information Copy from this Blog : http://learnsqlwithbru.com/2012/02/02/using-dbcc-updateusage-to-correct-inaccuracies/ Share this:TwitterFacebookLike this:LikeBe the first to like this [...]</description>
		<content:encoded><![CDATA[<p>[...] : I take this Information Copy from this Blog : <a href="http://learnsqlwithbru.com/2012/02/02/using-dbcc-updateusage-to-correct-inaccuracies/" rel="nofollow">http://learnsqlwithbru.com/2012/02/02/using-dbcc-updateusage-to-correct-inaccuracies/</a> Share this:TwitterFacebookLike this:LikeBe the first to like this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using SELECT INTO to Create a Test Table by Kareemking</title>
		<link>http://learnsqlwithbru.com/2012/01/08/using-select-into-to-create-a-test-table/comment-page-1/#comment-5017</link>
		<dc:creator>Kareemking</dc:creator>
		<pubDate>Wed, 01 Feb 2012 04:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=2705#comment-5017</guid>
		<description>thanks, didnt read the last line, you answered my question</description>
		<content:encoded><![CDATA[<p>thanks, didnt read the last line, you answered my question</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Space function in SQL Server by Kareemking</title>
		<link>http://learnsqlwithbru.com/2012/01/09/space-function-in-sql-server/comment-page-1/#comment-5016</link>
		<dc:creator>Kareemking</dc:creator>
		<pubDate>Wed, 01 Feb 2012 04:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=2189#comment-5016</guid>
		<description>the books i have been reading the concat is normally (last name + &#039; &#039; + First Name) AS. Is using the space function a better way to achieve the space in the concatination</description>
		<content:encoded><![CDATA[<p>the books i have been reading the concat is normally (last name + &#8216; &#8216; + First Name) AS. Is using the space function a better way to achieve the space in the concatination</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using SELECT INTO to Create a Test Table by Kareemking</title>
		<link>http://learnsqlwithbru.com/2012/01/08/using-select-into-to-create-a-test-table/comment-page-1/#comment-5015</link>
		<dc:creator>Kareemking</dc:creator>
		<pubDate>Tue, 31 Jan 2012 19:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=2705#comment-5015</guid>
		<description>is there a way to also copy the constraints at the same time</description>
		<content:encoded><![CDATA[<p>is there a way to also copy the constraints at the same time</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using SELECT INTO to Create a Test Table by Bru Medishetty</title>
		<link>http://learnsqlwithbru.com/2012/01/08/using-select-into-to-create-a-test-table/comment-page-1/#comment-5014</link>
		<dc:creator>Bru Medishetty</dc:creator>
		<pubDate>Tue, 31 Jan 2012 14:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=2705#comment-5014</guid>
		<description>Yes this is one of the ways to quickly create a table. But with every different way there is + and -, using this way, you will not have all constraint of the original table.

Yes there are other ways to create a table (just a table).. by right clicking on the table and selecting Script Table as ----&gt; Create To ----&gt; New Query Editor Window or to Clipboard or to a file.. Doing this will provide the exact script to create the source table along with any constraints..</description>
		<content:encoded><![CDATA[<p>Yes this is one of the ways to quickly create a table. But with every different way there is + and -, using this way, you will not have all constraint of the original table.</p>
<p>Yes there are other ways to create a table (just a table).. by right clicking on the table and selecting Script Table as &#8212;-&gt; Create To &#8212;-&gt; New Query Editor Window or to Clipboard or to a file.. Doing this will provide the exact script to create the source table along with any constraints..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using SELECT INTO to Create a Test Table by Kareemking</title>
		<link>http://learnsqlwithbru.com/2012/01/08/using-select-into-to-create-a-test-table/comment-page-1/#comment-5013</link>
		<dc:creator>Kareemking</dc:creator>
		<pubDate>Tue, 31 Jan 2012 04:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=2705#comment-5013</guid>
		<description>this seems to be an effecient way of copying a table,are there anyother ways? Is this a frequently used tool?</description>
		<content:encoded><![CDATA[<p>this seems to be an effecient way of copying a table,are there anyother ways? Is this a frequently used tool?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Beginners Chapter 1 &#8211; 3 by Bru Medishetty</title>
		<link>http://learnsqlwithbru.com/learn-sql-server/learn-sql-server-for-beginners/beginners-chapter-1-3/comment-page-1/#comment-5012</link>
		<dc:creator>Bru Medishetty</dc:creator>
		<pubDate>Thu, 26 Jan 2012 16:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://learnsqlwithbru.com/?page_id=2114#comment-5012</guid>
		<description>Asif, the 3rd chapter is not yet published.. Sorry for any confusion caused.. 

The reason I made it chapters1-3 is to have multiple chapters on a single web page, else it would be a  long list of chapters, as I keep adding them.. Hopefully it should be out in 2-3 weeks, sometime in Feb 2012..</description>
		<content:encoded><![CDATA[<p>Asif, the 3rd chapter is not yet published.. Sorry for any confusion caused.. </p>
<p>The reason I made it chapters1-3 is to have multiple chapters on a single web page, else it would be a  long list of chapters, as I keep adding them.. Hopefully it should be out in 2-3 weeks, sometime in Feb 2012..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Beginners Chapter 1 &#8211; 3 by Asif Ababs</title>
		<link>http://learnsqlwithbru.com/learn-sql-server/learn-sql-server-for-beginners/beginners-chapter-1-3/comment-page-1/#comment-5011</link>
		<dc:creator>Asif Ababs</dc:creator>
		<pubDate>Thu, 26 Jan 2012 16:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://learnsqlwithbru.com/?page_id=2114#comment-5011</guid>
		<description>where is the third chapter sir</description>
		<content:encoded><![CDATA[<p>where is the third chapter sir</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing SQL Server 2008 R2 Explained by Asif Abbas</title>
		<link>http://learnsqlwithbru.com/2011/12/05/installing-sql-server-2008-r2-explained/comment-page-1/#comment-5010</link>
		<dc:creator>Asif Abbas</dc:creator>
		<pubDate>Thu, 26 Jan 2012 16:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=1954#comment-5010</guid>
		<description>good work , keep it up</description>
		<content:encoded><![CDATA[<p>good work , keep it up</p>
]]></content:encoded>
	</item>
</channel>
</rss>

