|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
|
What do you mean by turning off logging? Almost everything goes to the
transaction log in SQL Server. If your issue is Log getting bigger and bigger, set your database to simple recovery model. Check BOL for recovery model. HTH Nitin Show quote "Mac" wrote: > How can I turn off the transaction logging? (a) WHY? Do you not care about your data? Why are you using a database?
(b) you can't, completely. You can minimize it using: ALTER DATABASE dbname SET RECOVERY SIMPLE However, this severely limits your ability to repair your foot after you shoot it off... Show quote "Mac" <M**@discussions.microsoft.com> wrote in message news:8E038C4A-7CD0-4E49-85DC-CB44C5B57449@microsoft.com... > How can I turn off the transaction logging? |
|||||||||||||||||||||||