Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Query from Two Databases within the same stored procedur
Message
 
To
10/09/2007 12:54:57
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Environment versions
SQL Server:
SQL Server 2000
Miscellaneous
Thread ID:
01253453
Message ID:
01253466
Views:
21
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
Previous
Reply
Map
View

Click here to load this message in the networking platform