Upload My Experience and Learning
26 July 2014
SQL SERVER – 2005 – Find Stored Procedure Create Date and Modified Date
SELECT name, create_date, modify_date
FROM sys.objects
WHERE type = 'P'
AND name = '<Sp_name>'
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment