Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2001-05-06 : 14:36:43
|
| Sim writes "How do i search stored procedure code? we have like 100+ stored procedures and we have this where clause " and code_type in ('1','2') " in a lot of our procedures. I need to replace that with a subquery. Its a pain to go through each stored procedure and see if the clause is there. I'd rather search for anything that has "code_type"...thx for your help" |
|
|
|
|
|