Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQLDependency problems
Message
From
12/01/2007 12:17:15
 
General information
Forum:
ASP.NET
Category:
Databases
Environment versions
Environment:
VB 8.0
Database:
MS SQL Server
Miscellaneous
Thread ID:
01184858
Message ID:
01185120
Views:
18
>My application has 3 connections string:
>-Production
>-QA
>-Dev
>
>Each one of these environment has 4 databases. I very often have to join tables from different databases in a single query.
>
>select *
>from database1.dbo.table1 as t1
>inner join database2.dbo.table2 as t2
>on t2.xyz = t1.xyz
>
>
>Because it is a JOINed query, I cannot rely on the connection string to resolve both tables.

In that case, I understand.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform