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 |
BGCDBA
Starting Member
6 Posts |
Posted - 2007-12-14 : 10:00:09
|
How do you see if this value is set to true or false? I have feeling that someone before me set some to true at one point.I could just exec the SP_DBOPTION on all the ones that I think are that way and set them to false, but I would like to make note the ones that were set to true if I can.Thanks, |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-12-14 : 22:42:30
|
Or check db properties in em, it's set if the db is in simple recovery model. |
 |
|
|
|
|