Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
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.1
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.9k people
Download Now!
Learn
View all
Membership not found