Thanks and Regards V.SaratChand Show difficulties that how difficult you are
SELECT name, create_date, modify_date,type_desc FROM sys.objects WHERE type = 'P' AND name = 'usp_yourSPname' ORDER BY 1 DESC
SELECT name FROM sys.objects WHERE type = 'P' AND DATEDIFF(D,modify_date, GETDATE()) < 7
Thanks & Regards Hari
Regard's Raj.Trivedi "Sharing is Caring" Please mark as answer if your Query is resolved
Login to post response