Skip to content

Instantly share code, notes, and snippets.

@marcoandre1
Created August 15, 2019 19:28
Show Gist options
  • Save marcoandre1/bfcf43dd0e2c4c01d75dcfa7de7b7042 to your computer and use it in GitHub Desktop.
Save marcoandre1/bfcf43dd0e2c4c01d75dcfa7de7b7042 to your computer and use it in GitHub Desktop.

From StackOverflow

SELECT 
    *
FROM sys.procedures
WHERE modify_date > Convert(datetime, '2019/08/01' )
ORDER BY modify_date DESC

--exec sp_helptext 'SP_Name'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment