dbTalk Databases Forums  

Will bcp out command or auto-shrink create lots of tran-log in the database?

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


Discuss Will bcp out command or auto-shrink create lots of 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 Will bcp out command or auto-shrink create lots of tran-log in the database? - 11-13-2003 , 04:32 PM






hi,

working on sql server 2000.

Will bcp out command create lots of tran-log in the
database?

Will auto-shrink create lots of tran-log in the database?

thanks a ton.

JJ


Reply With Quote
  #2  
Old   
Darren Green
 
Posts: n/a

Default Re: Will bcp out command or auto-shrink create lots of tran-log in the database? - 11-13-2003 , 05:15 PM






In article <0bb401c3aa36$08d5efa0$a001280a (AT) phx (DOT) gbl>, JJ Wang
<anonymous (AT) discussions (DOT) microsoft.com> writes
Quote:
hi,

working on sql server 2000.

Will bcp out command create lots of tran-log in the
database?

Exporting data does not write anything or change the existing data or
indexes so there is no transaction log writes required.

Quote:
Will auto-shrink create lots of tran-log in the database?

Don't use auto-shrink. It is not very efficient. Size your log (and
data) files up front.

--
Darren Green (SQL Server MVP)
DTS - http://www.sqldts.com

PASS - the definitive, global community for SQL Server professionals
http://www.sqlpass.org



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.