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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ms sql server 7 track database changes

Status
Not open for further replies.

kaliak

Programmer
Jan 16, 2006
7
US
Hi,

windows 2000 server
ms sql server 7

I am trying to track changes in the "options" tab in a particular database. Specifically, I want to see when the "truncate log on checkpoint" was checked. Are these changes logged anywhere?

Thank you,

Karrie

 
These changes are not logged. It's only in SQL 2005 that you have the option with DDL and database triggers to create your own logging.

- Paul
- If at first you don't succeed, find out if the loser gets anything.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top