Microsoft
Software
Hardware
Network
Question : Stored Procedure edit date - SQL Server 2000
I'm wanting to monitor some SQL Server 2000 databases and capture any instance of stored procedures being updated (particularly edits to existing SPs).
I believe this will do it in SQL Server 2005;
SELECT name, crdate, modify_date
FROM sys.objects
WHERE type = 'P'
From what I can see there does not seem to be any equivalent to *modify_date* in SQLS2000's sysobjects.
Any advice on this or alternate methods?
Ideally I am wanting to run a daily automated job that will email any Stored Procedure revisions on an exception basis. (I'm OK with the alert email etc... just don't seem to be able to capture the change instance by query)
Regards,
Answer : Stored Procedure edit date - SQL Server 2000
>From what I can see there does not seem to be any equivalent to *modify_date* in SQLS2000's sysobjects.
correct, there is no alternative.
Random Solutions
Customer segmentation for eCommerce site
What is the best Search engine submission software?
Magento - Disabling shipping address and shipping methods
SQL express 2005 - create a DB admin equivalent user account
Problem printing 2 pages per sheet for mulfiple worksheets
What is the maximum number of characters that can go tino the Address bar of Internet Explorer 6.02?
Downloading a pdf form and then make it fillable
Where can I get information on how to install, configure and maintain an MS Exchange environment
How to calculate MAX or MIN within a form
IE^ and IE7 Registry Settings