<?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; List All Objects Created on All Filegroups in Database</title>
	<atom:link href="http://blog.sqlauthority.com/2009/06/01/sql-server-list-all-objects-created-on-all-filegroups-in-database/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2009/06/01/sql-server-list-all-objects-created-on-all-filegroups-in-database/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Fri, 10 Feb 2012 02:12:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Jeff Watson</title>
		<link>http://blog.sqlauthority.com/2009/06/01/sql-server-list-all-objects-created-on-all-filegroups-in-database/#comment-249667</link>
		<dc:creator><![CDATA[Jeff Watson]]></dc:creator>
		<pubDate>Tue, 07 Feb 2012 20:33:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=5300#comment-249667</guid>
		<description><![CDATA[Was there a reason you decided to do a &quot;i.data_space_id = f.data_space_id&quot;  in the WHERE instead of making this a second condition in the JOIN? Is it bad form to have two JOIN conditions? Thanks - I enjoy your blog.]]></description>
		<content:encoded><![CDATA[<p>Was there a reason you decided to do a &#8220;i.data_space_id = f.data_space_id&#8221;  in the WHERE instead of making this a second condition in the JOIN? Is it bad form to have two JOIN conditions? Thanks &#8211; I enjoy your blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ankur</title>
		<link>http://blog.sqlauthority.com/2009/06/01/sql-server-list-all-objects-created-on-all-filegroups-in-database/#comment-192541</link>
		<dc:creator><![CDATA[ankur]]></dc:creator>
		<pubDate>Thu, 10 Nov 2011 18:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=5300#comment-192541</guid>
		<description><![CDATA[Hi, Can you post the query for SQL server to get the active objects?


plz reply soon]]></description>
		<content:encoded><![CDATA[<p>Hi, Can you post the query for SQL server to get the active objects?</p>
<p>plz reply soon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suthan</title>
		<link>http://blog.sqlauthority.com/2009/06/01/sql-server-list-all-objects-created-on-all-filegroups-in-database/#comment-173418</link>
		<dc:creator><![CDATA[Suthan]]></dc:creator>
		<pubDate>Fri, 30 Sep 2011 05:12:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=5300#comment-173418</guid>
		<description><![CDATA[Just the topic that I was looking for.  Thanks for the write-up Pinal!]]></description>
		<content:encoded><![CDATA[<p>Just the topic that I was looking for.  Thanks for the write-up Pinal!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohamed</title>
		<link>http://blog.sqlauthority.com/2009/06/01/sql-server-list-all-objects-created-on-all-filegroups-in-database/#comment-161228</link>
		<dc:creator><![CDATA[Mohamed]]></dc:creator>
		<pubDate>Wed, 24 Aug 2011 04:31:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=5300#comment-161228</guid>
		<description><![CDATA[Hi Pinal.  I have a partitioned table with 4 filegroups. Each filegroup has two data files. SQL server is only writing to one data file of each files group. The second datafile for every filegroup is empty. I load 30 million rows a day. Before I log a call to Microsoft, do you have any ideas

Many Thanks
Mohamed]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal.  I have a partitioned table with 4 filegroups. Each filegroup has two data files. SQL server is only writing to one data file of each files group. The second datafile for every filegroup is empty. I load 30 million rows a day. Before I log a call to Microsoft, do you have any ideas</p>
<p>Many Thanks<br />
Mohamed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SKV</title>
		<link>http://blog.sqlauthority.com/2009/06/01/sql-server-list-all-objects-created-on-all-filegroups-in-database/#comment-149767</link>
		<dc:creator><![CDATA[SKV]]></dc:creator>
		<pubDate>Thu, 21 Jul 2011 10:32:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=5300#comment-149767</guid>
		<description><![CDATA[Can we group any other SQL objects other than table and index, under different file groups ?]]></description>
		<content:encoded><![CDATA[<p>Can we group any other SQL objects other than table and index, under different file groups ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shankar Krishnamoorthy</title>
		<link>http://blog.sqlauthority.com/2009/06/01/sql-server-list-all-objects-created-on-all-filegroups-in-database/#comment-136179</link>
		<dc:creator><![CDATA[Shankar Krishnamoorthy]]></dc:creator>
		<pubDate>Mon, 23 May 2011 09:20:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=5300#comment-136179</guid>
		<description><![CDATA[Hi Pinal,
        In both your queries given above, you have the following conditions:

1. ON i.data_space_id = f.data_space_id
2. WHERE i.data_space_id = f.data_space_id

However, the Where clause looks duplicated since the views have already been joined. Please let me know your thoughts on this.

Cheers,
Shankar]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,<br />
        In both your queries given above, you have the following conditions:</p>
<p>1. ON i.data_space_id = f.data_space_id<br />
2. WHERE i.data_space_id = f.data_space_id</p>
<p>However, the Where clause looks duplicated since the views have already been joined. Please let me know your thoughts on this.</p>
<p>Cheers,<br />
Shankar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shyam</title>
		<link>http://blog.sqlauthority.com/2009/06/01/sql-server-list-all-objects-created-on-all-filegroups-in-database/#comment-130110</link>
		<dc:creator><![CDATA[Shyam]]></dc:creator>
		<pubDate>Wed, 20 Apr 2011 06:03:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=5300#comment-130110</guid>
		<description><![CDATA[Hi Pinal,
What is the main impact on performance if a table have 1000k Rows and more than 100 indexes on it.
How much max indexes are sufficient in a large table.
I know if the size of the table increases it decreases the performance as well. However we have a high performance database server.

Thanks
Shyam]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,<br />
What is the main impact on performance if a table have 1000k Rows and more than 100 indexes on it.<br />
How much max indexes are sufficient in a large table.<br />
I know if the size of the table increases it decreases the performance as well. However we have a high performance database server.</p>
<p>Thanks<br />
Shyam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Powell</title>
		<link>http://blog.sqlauthority.com/2009/06/01/sql-server-list-all-objects-created-on-all-filegroups-in-database/#comment-117775</link>
		<dc:creator><![CDATA[Tom Powell]]></dc:creator>
		<pubDate>Wed, 09 Feb 2011 20:20:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=5300#comment-117775</guid>
		<description><![CDATA[Thanks for the post!  

I needed to relate tables to files so I added sys.master_files:

Select Distinct
	O.name			As TableName
	,I.name			As IndexName
	,I.type_desc		As IndexType
	,I.index_id		As IndexID
	,FG.name			As FileGroupName
	,F.name			As FileLogicalName
	,F.physical_name	As FilePhysicalName
From 
	sys.indexes		As I
	Inner Join 
	sys.filegroups		As FG
		On I.data_space_id = FG.data_space_id
	Inner Join
	sys.master_files	As F 
		On FG.data_space_id = F.data_space_id
		And F.database_id = DB_ID()
	Inner Join 
	sys.all_objects	As O
		On I.[object_id] = O.[object_id]
Where 
	I.data_space_id = FG.data_space_id
	And O.[type] = &#039;U&#039; 
Order By
	TableName
	,IndexID
Go]]></description>
		<content:encoded><![CDATA[<p>Thanks for the post!  </p>
<p>I needed to relate tables to files so I added sys.master_files:</p>
<p>Select Distinct<br />
	O.name			As TableName<br />
	,I.name			As IndexName<br />
	,I.type_desc		As IndexType<br />
	,I.index_id		As IndexID<br />
	,FG.name			As FileGroupName<br />
	,F.name			As FileLogicalName<br />
	,F.physical_name	As FilePhysicalName<br />
From<br />
	sys.indexes		As I<br />
	Inner Join<br />
	sys.filegroups		As FG<br />
		On I.data_space_id = FG.data_space_id<br />
	Inner Join<br />
	sys.master_files	As F<br />
		On FG.data_space_id = F.data_space_id<br />
		And F.database_id = DB_ID()<br />
	Inner Join<br />
	sys.all_objects	As O<br />
		On I.[object_id] = O.[object_id]<br />
Where<br />
	I.data_space_id = FG.data_space_id<br />
	And O.[type] = &#8216;U&#8217;<br />
Order By<br />
	TableName<br />
	,IndexID<br />
Go</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Powell</title>
		<link>http://blog.sqlauthority.com/2009/06/01/sql-server-list-all-objects-created-on-all-filegroups-in-database/#comment-117768</link>
		<dc:creator><![CDATA[Tom Powell]]></dc:creator>
		<pubDate>Wed, 09 Feb 2011 19:04:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=5300#comment-117768</guid>
		<description><![CDATA[Per MSDN, 

Sys.indexes &quot;Contains a row per index or heap of a tabular object, such as a table, view, or table-valued function.&quot;  So it should be good.]]></description>
		<content:encoded><![CDATA[<p>Per MSDN, </p>
<p>Sys.indexes &#8220;Contains a row per index or heap of a tabular object, such as a table, view, or table-valued function.&#8221;  So it should be good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fer</title>
		<link>http://blog.sqlauthority.com/2009/06/01/sql-server-list-all-objects-created-on-all-filegroups-in-database/#comment-106407</link>
		<dc:creator><![CDATA[Fer]]></dc:creator>
		<pubDate>Fri, 17 Dec 2010 21:57:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=5300#comment-106407</guid>
		<description><![CDATA[I hope everything will go smoothly. and wanted to know if anyone knows how I can define the GOTO instruction and that taken as a parameter eg: GoTo @Label


Thks]]></description>
		<content:encoded><![CDATA[<p>I hope everything will go smoothly. and wanted to know if anyone knows how I can define the GOTO instruction and that taken as a parameter eg: GoTo @Label</p>
<p>Thks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fer</title>
		<link>http://blog.sqlauthority.com/2009/06/01/sql-server-list-all-objects-created-on-all-filegroups-in-database/#comment-106406</link>
		<dc:creator><![CDATA[Fer]]></dc:creator>
		<pubDate>Fri, 17 Dec 2010 21:55:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=5300#comment-106406</guid>
		<description><![CDATA[Hi...

I hope everything will go smoothly. and wanted to know if anyone knows how I can define the GOTO instruction and that taken as a parameter eg @ GoTo Label
Escuchar
Leer fonéticamente
Diccionario - Ver diccionario detallado]]></description>
		<content:encoded><![CDATA[<p>Hi&#8230;</p>
<p>I hope everything will go smoothly. and wanted to know if anyone knows how I can define the GOTO instruction and that taken as a parameter eg @ GoTo Label<br />
Escuchar<br />
Leer fonéticamente<br />
Diccionario &#8211; Ver diccionario detallado</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sudheer</title>
		<link>http://blog.sqlauthority.com/2009/06/01/sql-server-list-all-objects-created-on-all-filegroups-in-database/#comment-104247</link>
		<dc:creator><![CDATA[Sudheer]]></dc:creator>
		<pubDate>Wed, 08 Dec 2010 05:55:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=5300#comment-104247</guid>
		<description><![CDATA[Hi Pinal,

Great post.

It would be nice to have the size of the table/index as well along with the file group in which it is stored. The administrator can then concentrate only on tables/indexes with large size.]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>Great post.</p>
<p>It would be nice to have the size of the table/index as well along with the file group in which it is stored. The administrator can then concentrate only on tables/indexes with large size.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Saldanha</title>
		<link>http://blog.sqlauthority.com/2009/06/01/sql-server-list-all-objects-created-on-all-filegroups-in-database/#comment-91274</link>
		<dc:creator><![CDATA[John Saldanha]]></dc:creator>
		<pubDate>Tue, 05 Oct 2010 10:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=5300#comment-91274</guid>
		<description><![CDATA[Hi Pinal,

Writtten this SP to find the large tables in the filegroup. Handy when you need to move large tables to other filegroups.

CREATE PROC sp_show_huge_tables
(
@top			int	= NULL,
@include_system_tables 	bit 	= 0
)
AS
/*************************************************************************************************
		
                                          
Purpose:	To list the size of all tables in the database in descending order (that is biggere tables first). 
		Output can be restricted to top n tables. That is you can pass the value 3 to @top parameter to 
		see the top 3 biggest tables in your database. Optionally, you can use @include_system_tables 
		parameter, to include systemt tables in the output.
		NOTE: Always create this procedure in the master database and call it from the required databases,
		as if the stored procedure is created in that database (That is, don&#039;t prefix the stored procedure
		with the database name).

Written by:	John Saldanha
		

Tested on: 	SQL Server 10.0

Date created:	October - 4 -2010 2:00:00 PM IST

Date modified:	October - 4 -2010 2:00:00 PM IST

Email: 		john.saldanha@yahoo.co.uk

Examples:

To list all the user tables in the database along with their sizes:
EXEC sp_show_huge_tables

To see the top three biggest tables in your database:
EXEC sp_show_huge_tables 3

To list all the user AND system tables in the database along with their sizes:
EXEC sp_show_huge_tables @include_system_tables = 1


To see the top three biggest user or system tables in your database:
EXEC sp_show_huge_tables 3, 1
*************************************************************************************************/

BEGIN
	IF @top &gt; 0
	SET ROWCOUNT @top

	SELECT [Table Name], (SELECT rows FROM sysindexes s WHERE s.indid &lt; 2 AND s.id = OBJECT_ID(a.[Table Name])) AS [Row count], [Total space used (MB)], FileGroup FROM  
	(
	SELECT	QUOTENAME(USER_NAME(o.uid)) + &#039;.&#039; + QUOTENAME(OBJECT_NAME(i.id)) AS [Table Name],
		CONVERT(numeric(15,2),(((CONVERT(numeric(15,2),SUM(i.reserved)) * (SELECT low FROM master.dbo.spt_values (NOLOCK) WHERE number = 1 AND type = &#039;E&#039;)) / 1024.)/1024.)) AS [Total space used (MB)], f.name As FileGroup
	FROM	sys.sysindexes i (NOLOCK)
			INNER JOIN 
		sysobjects o (NOLOCK) 
			ON 
		i.id = o.id AND 
		((@include_system_tables = 1 AND o.type IN (&#039;U&#039;, &#039;S&#039;)) OR o.type = &#039;U&#039;) AND 
		((@include_system_tables = 1)OR (OBJECTPROPERTY(i.id, &#039;IsMSShipped&#039;) = 0))
		INNER JOIN sys.filegroups f
ON i.groupid = f.data_space_id
	WHERE	indid IN (0, 1, 255)
	AND i.groupid = f.data_space_id
	GROUP BY	QUOTENAME(USER_NAME(o.uid)) + &#039;.&#039; + QUOTENAME(OBJECT_NAME(i.id)), f.name
	
	) as a
ORDER BY	[Total space used (MB)] DESC


	SET ROWCOUNT 0
END

GO]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>Writtten this SP to find the large tables in the filegroup. Handy when you need to move large tables to other filegroups.</p>
<p>CREATE PROC sp_show_huge_tables<br />
(<br />
@top			int	= NULL,<br />
@include_system_tables 	bit 	= 0<br />
)<br />
AS<br />
/*************************************************************************************************</p>
<p>Purpose:	To list the size of all tables in the database in descending order (that is biggere tables first).<br />
		Output can be restricted to top n tables. That is you can pass the value 3 to @top parameter to<br />
		see the top 3 biggest tables in your database. Optionally, you can use @include_system_tables<br />
		parameter, to include systemt tables in the output.<br />
		NOTE: Always create this procedure in the master database and call it from the required databases,<br />
		as if the stored procedure is created in that database (That is, don&#8217;t prefix the stored procedure<br />
		with the database name).</p>
<p>Written by:	John Saldanha</p>
<p>Tested on: 	SQL Server 10.0</p>
<p>Date created:	October &#8211; 4 -2010 2:00:00 PM IST</p>
<p>Date modified:	October &#8211; 4 -2010 2:00:00 PM IST</p>
<p>Email: 		<a href="mailto:john.saldanha@yahoo.co.uk">john.saldanha@yahoo.co.uk</a></p>
<p>Examples:</p>
<p>To list all the user tables in the database along with their sizes:<br />
EXEC sp_show_huge_tables</p>
<p>To see the top three biggest tables in your database:<br />
EXEC sp_show_huge_tables 3</p>
<p>To list all the user AND system tables in the database along with their sizes:<br />
EXEC sp_show_huge_tables @include_system_tables = 1</p>
<p>To see the top three biggest user or system tables in your database:<br />
EXEC sp_show_huge_tables 3, 1<br />
*************************************************************************************************/</p>
<p>BEGIN<br />
	IF @top &gt; 0<br />
	SET ROWCOUNT @top</p>
<p>	SELECT [Table Name], (SELECT rows FROM sysindexes s WHERE s.indid &lt; 2 AND s.id = OBJECT_ID(a.[Table Name])) AS [Row count], [Total space used (MB)], FileGroup FROM<br />
	(<br />
	SELECT	QUOTENAME(USER_NAME(o.uid)) + &#039;.&#039; + QUOTENAME(OBJECT_NAME(i.id)) AS [Table Name],<br />
		CONVERT(numeric(15,2),(((CONVERT(numeric(15,2),SUM(i.reserved)) * (SELECT low FROM master.dbo.spt_values (NOLOCK) WHERE number = 1 AND type = &#039;E&#039;)) / 1024.)/1024.)) AS [Total space used (MB)], f.name As FileGroup<br />
	FROM	sys.sysindexes i (NOLOCK)<br />
			INNER JOIN<br />
		sysobjects o (NOLOCK)<br />
			ON<br />
		i.id = o.id AND<br />
		((@include_system_tables = 1 AND o.type IN (&#039;U&#039;, &#039;S&#039;)) OR o.type = &#039;U&#039;) AND<br />
		((@include_system_tables = 1)OR (OBJECTPROPERTY(i.id, &#039;IsMSShipped&#039;) = 0))<br />
		INNER JOIN sys.filegroups f<br />
ON i.groupid = f.data_space_id<br />
	WHERE	indid IN (0, 1, 255)<br />
	AND i.groupid = f.data_space_id<br />
	GROUP BY	QUOTENAME(USER_NAME(o.uid)) + &#039;.&#039; + QUOTENAME(OBJECT_NAME(i.id)), f.name</p>
<p>	) as a<br />
ORDER BY	[Total space used (MB)] DESC</p>
<p>	SET ROWCOUNT 0<br />
END</p>
<p>GO</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ameena</title>
		<link>http://blog.sqlauthority.com/2009/06/01/sql-server-list-all-objects-created-on-all-filegroups-in-database/#comment-89030</link>
		<dc:creator><![CDATA[Ameena]]></dc:creator>
		<pubDate>Wed, 22 Sep 2010 21:46:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=5300#comment-89030</guid>
		<description><![CDATA[Pinal,

I am working on file group audit and saw the same script you are using at mssqltips.com (http://www.mssqltips.com/tip.asp?tip=1112)
But I also want to find the view, procedures and functions on the filegroup. I could not find a way to do that. I will appreciate if you can help me with that.

Your community spirit is unparalleled. I like to come to your blog when I have problem at my work to look for solution and many a time I have found one.]]></description>
		<content:encoded><![CDATA[<p>Pinal,</p>
<p>I am working on file group audit and saw the same script you are using at mssqltips.com (<a href="http://www.mssqltips.com/tip.asp?tip=1112" rel="nofollow">http://www.mssqltips.com/tip.asp?tip=1112</a>)<br />
But I also want to find the view, procedures and functions on the filegroup. I could not find a way to do that. I will appreciate if you can help me with that.</p>
<p>Your community spirit is unparalleled. I like to come to your blog when I have problem at my work to look for solution and many a time I have found one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eduardo</title>
		<link>http://blog.sqlauthority.com/2009/06/01/sql-server-list-all-objects-created-on-all-filegroups-in-database/#comment-84468</link>
		<dc:creator><![CDATA[Eduardo]]></dc:creator>
		<pubDate>Tue, 17 Aug 2010 21:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=5300#comment-84468</guid>
		<description><![CDATA[If you have partitioned tables and you use this queries you cant see the that some partitions reside at some filegroups. You think that there&#039;s no objects in a filegroup but there are lots of partitions.

 For instance: I have 4 filegroups and none table created in one specific filegroup but in some partition schemes that use the four filegroups. When you query sys.indexes and sys.filegroups none objects are displayed.]]></description>
		<content:encoded><![CDATA[<p>If you have partitioned tables and you use this queries you cant see the that some partitions reside at some filegroups. You think that there&#8217;s no objects in a filegroup but there are lots of partitions.</p>
<p> For instance: I have 4 filegroups and none table created in one specific filegroup but in some partition schemes that use the four filegroups. When you query sys.indexes and sys.filegroups none objects are displayed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jitesh</title>
		<link>http://blog.sqlauthority.com/2009/06/01/sql-server-list-all-objects-created-on-all-filegroups-in-database/#comment-78919</link>
		<dc:creator><![CDATA[jitesh]]></dc:creator>
		<pubDate>Tue, 06 Jul 2010 12:22:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=5300#comment-78919</guid>
		<description><![CDATA[thanks for the articles]]></description>
		<content:encoded><![CDATA[<p>thanks for the articles</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thanh Nguyen</title>
		<link>http://blog.sqlauthority.com/2009/06/01/sql-server-list-all-objects-created-on-all-filegroups-in-database/#comment-78488</link>
		<dc:creator><![CDATA[Thanh Nguyen]]></dc:creator>
		<pubDate>Thu, 01 Jul 2010 21:39:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=5300#comment-78488</guid>
		<description><![CDATA[Can we move udf stored procs and functions from PRIMARY to different filegroup?]]></description>
		<content:encoded><![CDATA[<p>Can we move udf stored procs and functions from PRIMARY to different filegroup?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abrecrombie_LV</title>
		<link>http://blog.sqlauthority.com/2009/06/01/sql-server-list-all-objects-created-on-all-filegroups-in-database/#comment-67435</link>
		<dc:creator><![CDATA[Abrecrombie_LV]]></dc:creator>
		<pubDate>Wed, 28 Apr 2010 14:20:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=5300#comment-67435</guid>
		<description><![CDATA[This is a very handy article but I see one flaw. It presumes that your object has an index. How would this be done if the object doesn&#039;t have an index?]]></description>
		<content:encoded><![CDATA[<p>This is a very handy article but I see one flaw. It presumes that your object has an index. How would this be done if the object doesn&#8217;t have an index?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aamer</title>
		<link>http://blog.sqlauthority.com/2009/06/01/sql-server-list-all-objects-created-on-all-filegroups-in-database/#comment-63232</link>
		<dc:creator><![CDATA[Aamer]]></dc:creator>
		<pubDate>Fri, 19 Mar 2010 06:01:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=5300#comment-63232</guid>
		<description><![CDATA[Thanks for spreading knowledge, it is a nice article.]]></description>
		<content:encoded><![CDATA[<p>Thanks for spreading knowledge, it is a nice article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://blog.sqlauthority.com/2009/06/01/sql-server-list-all-objects-created-on-all-filegroups-in-database/#comment-63029</link>
		<dc:creator><![CDATA[Frank]]></dc:creator>
		<pubDate>Wed, 17 Mar 2010 00:57:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=5300#comment-63029</guid>
		<description><![CDATA[What about statistics? What I mean is before SQL 2008/2005 we had groupid for sysindexes, which also contained stats info. 

Now there&#039;s sys.indexes and sys.stats. sys.indexes has data_space_id, sys.stats does not. How is this handled in SQL 2008 then?

Thanks for your help...]]></description>
		<content:encoded><![CDATA[<p>What about statistics? What I mean is before SQL 2008/2005 we had groupid for sysindexes, which also contained stats info. </p>
<p>Now there&#8217;s sys.indexes and sys.stats. sys.indexes has data_space_id, sys.stats does not. How is this handled in SQL 2008 then?</p>
<p>Thanks for your help&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kuldip</title>
		<link>http://blog.sqlauthority.com/2009/06/01/sql-server-list-all-objects-created-on-all-filegroups-in-database/#comment-54048</link>
		<dc:creator><![CDATA[Kuldip]]></dc:creator>
		<pubDate>Fri, 24 Jul 2009 06:01:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=5300#comment-54048</guid>
		<description><![CDATA[Hello Sir,

It&#039;s very nice article and i try to find about the 
how i can get file groups in primary key  it is very use ful
to create script for primary key.

Thnaks,
Kuldip Bhatt]]></description>
		<content:encoded><![CDATA[<p>Hello Sir,</p>
<p>It&#8217;s very nice article and i try to find about the<br />
how i can get file groups in primary key  it is very use ful<br />
to create script for primary key.</p>
<p>Thnaks,<br />
Kuldip Bhatt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webpatar</title>
		<link>http://blog.sqlauthority.com/2009/06/01/sql-server-list-all-objects-created-on-all-filegroups-in-database/#comment-52809</link>
		<dc:creator><![CDATA[webpatar]]></dc:creator>
		<pubDate>Sun, 07 Jun 2009 12:36:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=5300#comment-52809</guid>
		<description><![CDATA[Hi,
     Thank you very much for nice articles.
regards
patar]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
     Thank you very much for nice articles.<br />
regards<br />
patar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Biju M</title>
		<link>http://blog.sqlauthority.com/2009/06/01/sql-server-list-all-objects-created-on-all-filegroups-in-database/#comment-52634</link>
		<dc:creator><![CDATA[Biju M]]></dc:creator>
		<pubDate>Tue, 02 Jun 2009 05:37:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=5300#comment-52634</guid>
		<description><![CDATA[Hello Pinal,
 When do we create a File Group? 

 In our prod environment we have a db with 3 datafiles and 1 log file,
 All the 3 dbs have the same size 16 gb and the log file is 5 gb.
 They are all on the PRIMARY file group.
 All the 4 files are on four different drives.

 I am just wondering whether creating File Groups here will help?

 Thanks
Biju]]></description>
		<content:encoded><![CDATA[<p>Hello Pinal,<br />
 When do we create a File Group? </p>
<p> In our prod environment we have a db with 3 datafiles and 1 log file,<br />
 All the 3 dbs have the same size 16 gb and the log file is 5 gb.<br />
 They are all on the PRIMARY file group.<br />
 All the 4 files are on four different drives.</p>
<p> I am just wondering whether creating File Groups here will help?</p>
<p> Thanks<br />
Biju</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Imran Mohammed</title>
		<link>http://blog.sqlauthority.com/2009/06/01/sql-server-list-all-objects-created-on-all-filegroups-in-database/#comment-52596</link>
		<dc:creator><![CDATA[Imran Mohammed]]></dc:creator>
		<pubDate>Mon, 01 Jun 2009 03:22:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=5300#comment-52596</guid>
		<description><![CDATA[Very Interesting.

Thanks. 

Never got a chance to work with Multi file groups yet.

~ IM.]]></description>
		<content:encoded><![CDATA[<p>Very Interesting.</p>
<p>Thanks. </p>
<p>Never got a chance to work with Multi file groups yet.</p>
<p>~ IM.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

