I need to search a SQL server 2008 for stored procedures containing where maybe the name of a database field or variable name.
SELECT * FROM sys.procedures WHERE Name LIKE '%CompanySpecialisation%'
This is what I have written in SQL 2012 to select all stored procedures where name like "CompanySpecialisation"