How to check date of last change in stored procedure or function in SQL server
SQL Query for Stored procedure Modification date and time SELECT name, create_date, modify_dateFROM sys.objectsWHERE type =
01
Jan
SQL Query for Stored procedure Modification date and time SELECT name, create_date, modify_dateFROM sys.objectsWHERE type =