Find procedure and function in SQL ServerKunal Vaishya14yPublished Oct 26, 2012, 12:00 AMUpdated Oct 26, 2012, 6:31 AM3.9k00Reactions×25BlogROUTINE_TYPE = 'PROCEDURE' OR 'Function' Select ROUTINE_TYPE,SPECIFIC_NAME,ROUTINE_DEFINITIONFROM INFORMATION_SCHEMA.ROUTINESWHERE OBJECTPROPERTY(OBJECT_ID(SPECIFIC_NAME),'IsMSShipped') =0 AND ROUTINE_DEFINITION like '%prcleave%' AND ROUTINE_TYPE='PROCEDURE'CommentsJoin 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.