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
Microsoft SBS 2003 - Exchange Server. 551 Command RCPT User not local and relaying not permitted
Windows Server 2003 Standard Edition - How to address more then 4GB of memory
Oracle iAS and Database 8i, want to upgrade the OS AIX 4.3 to AIX 5.3
PopupControlExtender
Copy drive without copying bad sectors
HP 520 Printer
Increase group size in lotus notes
Need to Emerge a masked MySQL 4.1.7 on Gentoo Linux System...
How to compress avi files
Internal IP not updating