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?

link|improve this question
feedback

1 Answer

Similar question has been answered earlier. You wouldn't need a 'tool' to search for text in the DB objects. A simple SQL script would suffice. Check this out for details:

http://stackoverflow.com/questions/674623/how-to-find-a-text-inside-sql-server-procedures-triggers

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.