Here's a fun one :-)

  • Monitoring changes to database objects.

    sysobjects has a crdate field that states when the object was created and not when it was modified. Is there a way to monitor changes in the database?

    Thanks

    Jeff


    "Keep Your Stick On the Ice" ..Red Green

  • There is a version column in the same table. If you record the current version, you can monitor if it was changed. It inrements every time you alter the object. However, if you drop and recreate an object, it will get a new ID and new versioning, of course.

  • Perfect!!! Thanks


    "Keep Your Stick On the Ice" ..Red Green

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply