Searching stored procedures containing specific strings

Sometimes we might need to find procedures that contain certain strings in order to know which procedures affect specific processes in our system and in case of changes to those processes which procedures would we need to modify, therefore we need a simple way that will let us easily find all procedures that contain certain … Continue reading Searching stored procedures containing specific strings