dbTalk Databases Forums  

Split Data File into Multiple file groups..!

comp.databases comp.databases


Discuss Split Data File into Multiple file groups..! in the comp.databases forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Query Builder
 
Posts: n/a

Default Split Data File into Multiple file groups..! - 12-18-2006 , 10:48 AM







I have one of our production Accounting Databases starting from 2 GB
now grown into a 20 GB SQL Server 2000 Database over the period of a
few years...

I have been getting timeouts when transactions are trying to update
different tables in the database.. Most of the error I get are I/O
requests to the data file (Data file of the production db
Accounting_Data.MDF).

I would like to implement the following to this Accounting database.

I need to split the Data file into multiple files by placing some of
the tables in different file groups. I have the server upgraded to be
able to have different drives in different channels. I can place these
data and log files in different drives so it will be less I/O
conflicts..

I would like to have the following file groups..

FileGroup 1 - which will have all database definitions (DDL).
FileGroup 2 - I will have the AR Module tables under here..
FileGroup 3 - I will have the GL module tables under here..
FileGroup 4 - I will have the rest of the tables under here
FileGroup 5 - I will like to place the indexes under here....

Also where will the associated transaction files go?

I would like to get some help doing this. Is there any articles / help
available that I can refer to. Any suggestions / corrections/
criticisms to what I have mentioned above is much appreciated...!

Thanks in advance....


Reply With Quote
  #2  
Old   
Ed Prochak
 
Posts: n/a

Default Re: Split Data File into Multiple file groups..! - 12-19-2006 , 07:45 AM








On Dec 18, 11:48 am, "Query Builder" <querybuil... (AT) gmail (DOT) com> wrote:
Quote:
I have one of our production Accounting Databases starting from 2 GB
now grown into a 20 GB SQL Server 2000 Database over the period of a
few years...

I have been getting timeouts when transactions are trying to update
different tables in the database.. Most of the error I get are I/O
requests to the data file (Data file of the production db
Accounting_Data.MDF).

I would like to implement the following to this Accounting database.

I need to split the Data file into multiple files by placing some of
the tables in different file groups. I have the server upgraded to be
able to have different drives in different channels. I can place these
data and log files in different drives so it will be less I/O
conflicts..

I would like to have the following file groups..

FileGroup 1 - which will have all database definitions (DDL).
FileGroup 2 - I will have the AR Module tables under here..
FileGroup 3 - I will have the GL module tables under here..
FileGroup 4 - I will have the rest of the tables under here
FileGroup 5 - I will like to place the indexes under here....

Also where will the associated transaction files go?

I would like to get some help doing this. Is there any articles / help
available that I can refer to. Any suggestions / corrections/
criticisms to what I have mentioned above is much appreciated...!

Thanks in advance....
I guess they don't cover this in the DBA documentation for SQL Server?
(Oracle, for example, covers this topic quite nicely.) But since yours
is a SQL Server question, I suggest you go downstairs to the
comp.databases.ms-sqlserver group. They would give a more specific
answer.

HTH,
ed



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.