I’m getting the error:
Invalid column name 'Reserved'
I’m not sure where in my database code this is, and have 100s of stored procedures, functions & triggers which I would have to manually look through to find this reference to an unknown column.
Is there a way of quickly searching for which objects contain this keyword?
Try this:
Or if you looking for tables with a column called Reserved you do:
If you want to filter your search on certain type of objects such as procedures, views, or tables you can do it adding ‘p’ for stored procedures, ‘v’ for views, ‘u’ for user defined tables, ‘tr’ for triggers ex: