thks Wayne --> Re: bkup log to tape + DTS/BULK INSERT

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: maxzsim (anonymous_at_discussions.microsoft.com)
Date: 08/26/04


Date: Wed, 25 Aug 2004 17:07:59 -0700


>-----Original Message-----
>Yes, a normal log backup as you have syntaxed will
truncate the log. (clear
>the used entries in the log so that space can be re-used.)
>
>You can use bulk insert or BCP ( in bulk logged recovery
mode) which
>reduces logging... Bulk insert is the way to go... (
Unless you need
>parallel loads - then use BCP.)
>
>
>--
>Wayne Snyder, MCDBA, SQL Server MVP
>Mariner, Charlotte, NC
>www.mariner-usa.com
>(Please respond only to the newsgroups.)
>
>I support the Professional Association of SQL Server
(PASS) and it's
>community of SQL Server professionals.
>www.sqlpass.org
>
>"maxzsim" <anonymous@discussions.microsoft.com> wrote in
message
>news:c75f01c48a3e$aea85790$a501280a@phx.gbl...
>> Hi ,
>>
>> I have this backup statement
>>
>> backup log db_abc to [abc_tape_drive] with NO FORMAT ,
>> noINIT
>>
>> is it by default that a truncate will be performed to
>> clear away the inactive entries for the log files ?
>>
>>
>> Can i actually use DTS/BULK INSERT to do transfer of
data
>> and yet do not want the txn log to log these records
(e.g
>> i am moving tbls by tbls across to another db and not
>> using the sp_attachdb sp)??
>>
>> thks & rdgs
>
>
>.
>



Relevant Pages

  • Re: bkup log to tape + DTS/BULK INSERT
    ... a normal log backup as you have syntaxed will truncate the log. ... I support the Professional Association of SQL Server and it's community of SQL Server professionals. ... > is it by default that a truncate will be performed to> clear away the inactive entries for the log files? ...
    (microsoft.public.sqlserver.server)
  • LDAP LDAP LDAP help please
    ... i am doing an LDAP dump (db2ldif) and i noticed that some entries are being ... truncate even if its a long one.... ...
    (SunManagers)