Get SQL Objects Created Date on Modified DateKhan Abrar Ahmed12yPublished May 15, 2014, 12:00 AMUpdated May 16, 2014, 4:28 AM3.4k00Reactions×25BlogIf 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_dateFROM sys.objectsWHERE type = 'P'-- give the type as requiredCommentsJoin the conversation! Your thoughts help the community grow.Sign in to leave a commentIt is the same account you read, post and publish with — and you will come straight back to this page.Sign inCreate an account
Join the conversation! Your thoughts help the community grow.