Want to become a Vibe Coder? Join Vibe Coding Training here
x
C# Corner
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
Get SQL Objects Created Date on Modified Date
WhatsApp
Khan Abrar Ahmed
11y
3.1
k
0
0
25
Blog
If we need to know when the SQL objects is modified then we can use the below query to find the objects details.
SELECT
name
,
create_date
,
modify_date
FROM
sys
.
objects
WHERE
type
=
'P'
-- give the type as required
Get SQL Objects created date on modified date
People also reading
Membership not found