dbTalk Databases Forums  

dts & transaction logging

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


Discuss dts & transaction logging in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
M D
 
Posts: n/a

Default dts & transaction logging - 06-01-2005 , 10:38 AM






Is it possible to import from SQL Server or text file, to version 7, and
turn off transaction logging?

I'm failing for full tlog due to no drive space.

thx
md

*** Sent via Developersdex http://www.developersdex.com ***

Reply With Quote
  #2  
Old   
Helge C. Rutz
 
Posts: n/a

Default Re: dts & transaction logging - 06-01-2005 , 01:35 PM






Hi M D,

"M D" wrote:
Quote:
Is it possible to import from SQL Server or text file, to version 7, and
turn off transaction logging?
I'm failing for full tlog due to no drive space.
you never can stop logging, but if you change the logging of the DB to
Bulk-Logged, then you can run bulk loads with minimal logging.
Then you can use bcp.exe or the bulk insert or the corresponding DTS task,
to import data with minimal logging.
See BOL for a description of "BULK_LOGGED RECOVERY" to understand the
features and drawbacks.

Helge




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

Default Re: dts & transaction logging - 06-02-2005 , 04:10 AM



Helge

Because the DB is SQL Server 7 did you mean to specify these options

select into/bulkcopy and trunc. log on chkpt.


Recovery models came in for SQL Server 2000 IIRC.

Allan


"Helge C. Rutz" wrote:

Quote:
Hi M D,

"M D" wrote:
Is it possible to import from SQL Server or text file, to version 7, and
turn off transaction logging?
I'm failing for full tlog due to no drive space.

you never can stop logging, but if you change the logging of the DB to
Bulk-Logged, then you can run bulk loads with minimal logging.
Then you can use bcp.exe or the bulk insert or the corresponding DTS task,
to import data with minimal logging.
See BOL for a description of "BULK_LOGGED RECOVERY" to understand the
features and drawbacks.

Helge




Reply With Quote
  #4  
Old   
Helge C. Rutz
 
Posts: n/a

Default Re: dts & transaction logging - 06-02-2005 , 05:53 AM



Hi Allan,

"Allan Mitchell" wrote:
Quote:
Helge
Because the DB is SQL Server 7 did you mean to specify these options
select into/bulkcopy and trunc. log on chkpt.
Recovery models came in for SQL Server 2000 IIRC.
you're absolutly right. I must admit, I missed the version detail when read
the post, sorry.
With SQL 7 you have to configure this behaviour different - as you
described.
@MD: Also watch for the TABLOCK hint for bulk insert.
@Allan: Was this hint already available for the SQL7 bulk insert DTS task?
I can't remember.
BTW: I haven't seen SQL Server 7 in real life for over a year ;-)

Helge

Quote:
"Helge C. Rutz" wrote:
Hi M D,
"M D" wrote:
Is it possible to import from SQL Server or text file, to version
7, and turn off transaction logging?
I'm failing for full tlog due to no drive space.
you never can stop logging, but if you change the logging of the DB to
Bulk-Logged, then you can run bulk loads with minimal logging.
Then you can use bcp.exe or the bulk insert or the corresponding DTS
task, to import data with minimal logging.
See BOL for a description of "BULK_LOGGED RECOVERY" to understand the
features and drawbacks.



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.