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:
00688097
Vues:
19
Thanks. Only a little over a hundred to look at. I know that too many are now commented out but it's a start.

__Stephen

>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform