Is there a tool that would look through a group of stored procedures for source code keywords?
A client has a lot of business logic coded into their database and I need to find where it is using certain strings of text? I.E. what procedure contains 'was applied to their balance', so I can refactor that out into business logic. Does anyone know of such a tool? Perhaps something from Red-Gate?