Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

settings 2000

Status
Not open for further replies.

fmardani

Programmer
Jul 24, 2003
152
What is the option to set in sql2k so that the transaction logs get truncated automatically?
And also should I set the auto shrink check box checked in options of the database properties?
Thanks
 
Set the recovery model to simple.

If you want it to shrink then yes. Usually it is best not to otherwise the database could continually shrink and grow which is very resource intensive.

======================================
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top