<?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; Find Space Used For Any Particular Table</title>
	<atom:link href="http://blog.sqlauthority.com/2008/07/08/sql-server-find-space-used-for-any-particular-table/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2008/07/08/sql-server-find-space-used-for-any-particular-table/</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: Pratik Pawar</title>
		<link>http://blog.sqlauthority.com/2008/07/08/sql-server-find-space-used-for-any-particular-table/#comment-430207</link>
		<dc:creator><![CDATA[Pratik Pawar]]></dc:creator>
		<pubDate>Sat, 02 Mar 2013 06:36:43 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=676#comment-430207</guid>
		<description><![CDATA[Sir m storing image of visitorsand visitor data in a visitor table. The database has become to heavy i doubt its becuz of the size of image is there any way to know the size occupied by a specific column plz. let me know on my email id]]></description>
		<content:encoded><![CDATA[<p>Sir m storing image of visitorsand visitor data in a visitor table. The database has become to heavy i doubt its becuz of the size of image is there any way to know the size occupied by a specific column plz. let me know on my email id</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sri</title>
		<link>http://blog.sqlauthority.com/2008/07/08/sql-server-find-space-used-for-any-particular-table/#comment-43858</link>
		<dc:creator><![CDATA[Sri]]></dc:creator>
		<pubDate>Wed, 22 Oct 2008 09:37:44 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=676#comment-43858</guid>
		<description><![CDATA[You will need to have sa role to find the space usage of all databases. Is there any work around for this?]]></description>
		<content:encoded><![CDATA[<p>You will need to have sa role to find the space usage of all databases. Is there any work around for this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lynn</title>
		<link>http://blog.sqlauthority.com/2008/07/08/sql-server-find-space-used-for-any-particular-table/#comment-40439</link>
		<dc:creator><![CDATA[Lynn]]></dc:creator>
		<pubDate>Fri, 18 Jul 2008 15:46:01 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=676#comment-40439</guid>
		<description><![CDATA[I think you need to run DBCC UpdateUsage before you run sp_spaceused in order to get a correct result.]]></description>
		<content:encoded><![CDATA[<p>I think you need to run DBCC UpdateUsage before you run sp_spaceused in order to get a correct result.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit Jain</title>
		<link>http://blog.sqlauthority.com/2008/07/08/sql-server-find-space-used-for-any-particular-table/#comment-40075</link>
		<dc:creator><![CDATA[Amit Jain]]></dc:creator>
		<pubDate>Fri, 11 Jul 2008 13:20:43 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=676#comment-40075</guid>
		<description><![CDATA[Hi Pinal,

Is there any way to use replace function for ntext data type. If i want to change a particular text in all columns and all tables in a database. How can i resolved it ?

Please suggest. Thanks in advanced]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>Is there any way to use replace function for ntext data type. If i want to change a particular text in all columns and all tables in a database. How can i resolved it ?</p>
<p>Please suggest. Thanks in advanced</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhijit</title>
		<link>http://blog.sqlauthority.com/2008/07/08/sql-server-find-space-used-for-any-particular-table/#comment-40017</link>
		<dc:creator><![CDATA[Abhijit]]></dc:creator>
		<pubDate>Thu, 10 Jul 2008 12:44:25 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=676#comment-40017</guid>
		<description><![CDATA[Hi Pinal,
Does it shows the excat data. Suppose there is bulk operation happed in that case it will show the excat data..?]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,<br />
Does it shows the excat data. Suppose there is bulk operation happed in that case it will show the excat data..?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://blog.sqlauthority.com/2008/07/08/sql-server-find-space-used-for-any-particular-table/#comment-39927</link>
		<dc:creator><![CDATA[Mike]]></dc:creator>
		<pubDate>Tue, 08 Jul 2008 22:07:02 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=676#comment-39927</guid>
		<description><![CDATA[Cool tip. I really enjoy your blog! I come here whenever I have a SQL problem. Thanks!]]></description>
		<content:encoded><![CDATA[<p>Cool tip. I really enjoy your blog! I come here whenever I have a SQL problem. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: C.Y</title>
		<link>http://blog.sqlauthority.com/2008/07/08/sql-server-find-space-used-for-any-particular-table/#comment-39909</link>
		<dc:creator><![CDATA[C.Y]]></dc:creator>
		<pubDate>Tue, 08 Jul 2008 13:01:40 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=676#comment-39909</guid>
		<description><![CDATA[This is the best SQL Blog ever. TY.]]></description>
		<content:encoded><![CDATA[<p>This is the best SQL Blog ever. TY.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
