Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SP to search through existing objects?
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Divers
Thread ID:
00687725
Message ID:
00687746
Vues:
16
This message has been marked as the solution to the initial question of the thread.
The text of all stored procedure, triggers, constraints, and rules are stored in the SYSCOMMENTS table. You can search its Text column for the phrase that you're interested in.

SELECT OBJECT_NAME(id) FROM syscomments WHERE text LIKE '%authors%'

-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