Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
noamg
Posting Yak Master
215 Posts |
Posted - 2007-06-19 : 04:09:38
|
is there any option or config that SQL will NOT write to the log ?Noam Graizer |
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2007-06-19 : 05:26:27
|
Nope.There are some operations that can be minimally logged (bulk operations) but the tr log is intrinsic to the integrity of the data.==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
Kristen
Test
22859 Posts |
Posted - 2007-06-19 : 08:00:13
|
"is there any option or config that SQL will NOT write to the log ?"What problem (i.e. with everything being logged) are you trying to solve / work around ?Kristen |
 |
|
|
|
|