﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2005 / SQL Server 2005 Performance Tuning  / creating filegroup / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Fri, 24 May 2013 12:59:37 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: creating filegroup</title><link>http://www.sqlservercentral.com/Forums/Topic666765-360-1.aspx</link><description>Thanks guys, i will have a look at that with the Adventureworks as practice.</description><pubDate>Thu, 28 Apr 2011 09:59:55 GMT</pubDate><dc:creator>THE-FHA</dc:creator></item><item><title>RE: creating filegroup</title><link>http://www.sqlservercentral.com/Forums/Topic666765-360-1.aspx</link><description>First, AFAIK, you cannot separate a table across filegroups. You can separate across files, but not filegroups. The exception is partitioning.You can move a table's data to a new filegroup by moving the clustered  index. The Rebuild section ([url]http://msdn.microsoft.com/en-US/library/ms189858%28v=SQL.90%29.aspx[/url]) talks about that. CREATE WITH DROP EXISTING will move to a new filegroup.ALTER DATABASE is how you move the transaction log. See example F - [url]http://msdn.microsoft.com/en-US/library/ms174269%28v=SQL.90%29.aspx[/url]</description><pubDate>Thu, 28 Apr 2011 09:56:30 GMT</pubDate><dc:creator>Steve Jones - SSC Editor</dc:creator></item><item><title>RE: creating filegroup</title><link>http://www.sqlservercentral.com/Forums/Topic666765-360-1.aspx</link><description>Sounds like a long way around. Can't offer any better option though, since you haven't given details of what you are/were doing.Do note that new filegroups may not improve performance. If IO was not the bottleneck or the new files are sharing some portion of the IO channel, it won't help at all.</description><pubDate>Thu, 28 Apr 2011 09:38:10 GMT</pubDate><dc:creator>GilaMonster</dc:creator></item><item><title>RE: creating filegroup</title><link>http://www.sqlservercentral.com/Forums/Topic666765-360-1.aspx</link><description>Hi,I managed to figure out how to overcum this, but my strategy might not be best.firstly i created a duplicate Database with similar settings on a different instance, and then import the tables to the new db. then on the original db i created a secondary file group together with .ndf,  then i drop create a certain table using a script generated by sql management studio, before i ran the script i removed ON [PRIMARY] ans set it to say ON [SECONDARY], ran the script and it ran successfully. I then had to import the original data from the other instance to the original instance, all Data imports where successfull, however at first i expeienced a lot of challenges in terms of Dependencies.</description><pubDate>Thu, 28 Apr 2011 09:32:01 GMT</pubDate><dc:creator>THE-FHA</dc:creator></item><item><title>RE: creating filegroup</title><link>http://www.sqlservercentral.com/Forums/Topic666765-360-1.aspx</link><description>Unfortunately there is no such thing as a clear solution.  You need to do your own research based on your own circumstances.  Noel has provided a place to start, but there is plenty of other material out there - just use your favourite search engine to find it.  If, in the course of your research, you come across something you don't understand, then by all means post back and we'll try to help out.  We don't have the time or knowledge of your requirements to do your database design for you, though.John</description><pubDate>Thu, 28 Apr 2011 07:41:34 GMT</pubDate><dc:creator>John Mitchell-245523</dc:creator></item><item><title>RE: creating filegroup</title><link>http://www.sqlservercentral.com/Forums/Topic666765-360-1.aspx</link><description>No Offence this forumn is to help each other, can somebody come up with a clear solution to this question because i am faced with the same challenge now.</description><pubDate>Thu, 28 Apr 2011 07:32:22 GMT</pubDate><dc:creator>THE-FHA</dc:creator></item><item><title>RE: creating filegroup</title><link>http://www.sqlservercentral.com/Forums/Topic666765-360-1.aspx</link><description>Take a look at ALTER DATABASE on books online</description><pubDate>Wed, 04 Mar 2009 14:15:58 GMT</pubDate><dc:creator>noeld</dc:creator></item><item><title>creating filegroup</title><link>http://www.sqlservercentral.com/Forums/Topic666765-360-1.aspx</link><description>1) how to create filegroups to distribute large tables over multiple drives and to separate indexes from data 2) How to locate the transaction log on a separate drive or drives from the filegroups that compose the database, and separate key tables from one another</description><pubDate>Mon, 02 Mar 2009 11:12:42 GMT</pubDate><dc:creator>rajeev-958491</dc:creator></item></channel></rss>