dbTalk Databases Forums  

urgent: will BCP out create tran-log in the database?

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


Discuss urgent: will BCP out create tran-log in the database? in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
JJ Wang
 
Posts: n/a

Default urgent: will BCP out create tran-log in the database? - 11-13-2003 , 03:50 PM






Hi,

I have a table of 300 million rows that needs to be bcp
out into a flat file. Will this create a huge tran-log in
the database? If so, I need to know in advance to
allocate more t-log space.

and If so, will the tran-log be written simultaneously as
the bcp out running or will happen late (being delayed)
due to the huge transaction has to be logged?

thanks a ton!!

JJ

Reply With Quote
  #2  
Old   
oj
 
Posts: n/a

Default Re: urgent: will BCP out create tran-log in the database? - 11-13-2003 , 04:05 PM






There is going to be some sort of log, more or less depending on your
recovery model (check book online for bulk_logged). Since this is a read
process, I don't expect to see much logging here. However, it would take a
while to generate that big flat file.

--
-oj
RAC v2.2 & QALite!
http://www.rac4sql.net


"JJ Wang" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hi,

I have a table of 300 million rows that needs to be bcp
out into a flat file. Will this create a huge tran-log in
the database? If so, I need to know in advance to
allocate more t-log space.

and If so, will the tran-log be written simultaneously as
the bcp out running or will happen late (being delayed)
due to the huge transaction has to be logged?

thanks a ton!!

JJ



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.