Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Mail
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Titre:
Divers
Thread ID:
00317381
Message ID:
00317499
Vues:
14
Every object has three qualifiers: server, database and owner. You can call any extended stored procedure from any database using the following syntax:

EXECUTE master.dbo.xp_sendmail

OR

EXECUTE master..xp_sendmail

Both if this lines will perform the same. In the second one, I've omitted the owner but left the qualifier delimiters. This is a shortcut and means the same as dbo.

-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