dbTalk Databases Forums  

Filegroup full when running DTS package

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Filegroup full when running DTS package in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Paul Blackler
 
Posts: n/a

Default Filegroup full when running DTS package - 10-08-2003 , 07:47 AM






Hi

I get the Filegroup Full when doing a Import from a
flat file using DTS.

The auto growth is on (we have tried % and 1000) and there
is plenty of hard drive space (100Gb) - This file is
around 10Gb, and we have initially given it 4Gb as we
are not sure what we want to put into it.

Why wont it grow ??
We are running SQL 2000

Cheers Paul

Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Filegroup full when running DTS package - 10-08-2003 , 01:37 PM






It is possible that the growing is not fast enough for your process. If you
know it is going to grow then size it accordingly before the load.

Also

These steps will help keep things low

1. Set the DB recovery mode to simple
2. Remove indices
3. Load in batches (see last tab data pump task)



--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

"Paul Blackler" <pblackler (AT) themis (DOT) co.uk> wrote

Quote:
Hi

I get the Filegroup Full when doing a Import from a
flat file using DTS.

The auto growth is on (we have tried % and 1000) and there
is plenty of hard drive space (100Gb) - This file is
around 10Gb, and we have initially given it 4Gb as we
are not sure what we want to put into it.

Why wont it grow ??
We are running SQL 2000

Cheers Paul



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.