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:
00433215
Vues:
14
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
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform