Does anyone know of a program that can search database objects (i.e. StoredProcedures) for keywords?
- by hcabnettek
Hi All,
Is there such 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…