Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Find a String in a Stored Procedure
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Divers
Thread ID:
00433171
Message ID:
00433279
Vues:
23
Very good Michael,
Do you mind if I add this in my list of sp tool?

>The text of all stored procedures is store in the syscomments table. You can search for a specific string with a query like this:
>
>SELECT OBJECT_NAME(id)
>FROM syscomments
>WHERE text LIKE '%search_string%'
>
>-Mike
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform