Ask the Expert

Finding the latest altered date of a stored procedure

How can I find the latest altered date of a stored procedure?

    Requires Free Membership to View

On SQL Server 2000, this value isn't stored. You will see a column in the INFORMATION_SCHEMA.ROUTINES view that suggests that it's what you want but unfortunately, it always returns the creation date instead ie: the CREATED and LAST_ALTERED columns both always return the same value.

View questions and answers from all of our SQL Server experts here.

This was first published in March 2006

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.