Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Utility like VFP Code References
Message
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Produits tierce partie
Versions des environnements
SQL Server:
SQL Server 2008
Application:
Desktop
Divers
Thread ID:
01494614
Message ID:
01494615
Vues:
72
This message has been marked as the solution to the initial question of the thread.
>Is there a utility within SQL Server or available as a third party product that can do 'code reference searches' for all stored procedures and functions within an instance of SQL Server?

Yes, there are third party utilities that can do this. I saw them referenced on Transact-SQL forum, will check later.

As a quick check, you can also do
select [Name], OBJECT_DEFINITION(object_ID) as [Code] from sys.procedures where OBJECT_DEFINITION(Object_ID) like '%SearchString%'
See also this relevant MSDN thread
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform