Results 1 to 4 of 4

Thread: How to track Stored procedure changes

  1. #1
    Join Date
    Oct 2005
    Posts
    21

    How to track Stored procedure changes

    Hi

    I have a stored procedure for which i need to track the changes.
    I wanted to know which user has updated the stored procedure and what all changes are done to it.
    I thought of getting these details from the transaction log, but looks like sql server 2000 doesnt have any log reader.

    Kindly help
    Thanks in advance
    Sreenath

  2. #2
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    Transaction log does contain log of DDL changes, but you need a reader to see that. Log Exporer from www.lumigent.com is one such tool. But since you do not have it installed in your system, it can't tell you who modified (NT user) it, it can only tell you that it was modified by a SQL user.

  3. #3
    Join Date
    Oct 2005
    Posts
    21
    Thanks sKhanal

  4. #4
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •