Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Where to put stored proc
Message
De
27/09/2002 21:54:17
 
 
À
27/09/2002 08:52:54
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Divers
Thread ID:
00704050
Message ID:
00705509
Vues:
11
>You can put the stored procedure in the master database and prefix the name with sp_. When you want to execute it, do so from the database of interest. Since the proc's name begins with sp_, SQL Server will first look in the master database. Finding it there, SQL Server will execute it in the context of your database.
>
>-Mike

That is very useful info, Mike. Thank you.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform