Tech
Forums
Jobs
Books
Events
Interviews
Live
More
Learn
Training
Career
Members
Videos
News
Blogs
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Stored Procedure Modified in Last (n) Days
WhatsApp
Rahul Kumar Saxena
10y
3
k
0
0
25
Blog
Below is the Query to achieve this:
SELECT
*
FROM
sys.objects
WHERE
TYPE =
'P'
AND
DATEDIFF(D, modify_date, GETDATE()) < 5
Up Next
Programatically Modifying and Saving AppSetting value in Root Level Web.Config using ASP.NET C#
Ebook Download
View all
.NET Interview Questions and Answer: Practical Implementation
Read by 41.8k people
Download Now!
Learn
View all
Membership not found