Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Query from Two Databases within the same stored procedur
Message
 
À
10/09/2007 12:54:57
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Versions des environnements
SQL Server:
SQL Server 2000
Divers
Thread ID:
01253453
Message ID:
01253466
Vues:
20
Cetin

Thanks, that was exactly what I needed (the dbo). Once I put that in, it all worked.

Kirk
SELECT     dbo.coAudit.ActionDT, dbo.coAudit.patientid, dbo.coAudit.deptid, dbo.coAudit.userid
FROM         dbo.coAudit INNER JOIN
                      ctoredev.dbo.users ON dbo.coAudit.userid = ctoredev.dbo.users.userid
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform