Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Find stored procedure
Message
 
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Divers
Thread ID:
01672704
Message ID:
01672708
Vues:
37
Thank you.

>Both queries will run in your current DB.
>
>Take a look at this script
>
>https://blogs.lessthandot.com/index.php/DataMgmt/DataDesign/how-to-get-information-about-all-databas#14
>
>and modify to only include procedure you need.
>
>>Hi,
>>
>>I am trying to find a stored procedure, by name, among many databases I have in my SQL Server. I tried two methods:
>>
>>SELECT * 
>>FROM 
>>    INFORMATION_SCHEMA.ROUTINES 
>>WHERE 
>>    ROUTINE_NAME LIKE '%MySP_Name%'
>>
>>
>>
>>select * 
>>from 
>>   sys.procedures 
>>where 
>>   name like '%MySP_Name%'
>>
>>
>>Neither one returns a query. Does it mean I don't have this SP in any DB? Or should I try a different approach?
>>
>>TIA
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform