Viewing 3 posts - 1 through 3 (of 3 total)
CREATE VIEW V_TEST
AS
SELECT *
FROM CH1.DB1.TEST1
UNION ALL
SELECT *
FROM CH2.DB2.TEST2
By using profiler, we can confirm that...
October 14, 2004 at 5:48 pm
Thank you very much. This syntax is working great.
First suggestion did created connection to local server with windows authentication. Consider it a step closer to final solution, as previously that...
July 30, 2003 at 10:20 am
This statement does not make connection to remote server even when correct value is supplied for Data Source. It connects to local server. As required database does not exists on...
July 28, 2003 at 11:52 am
Viewing 3 posts - 1 through 3 (of 3 total)