Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: Distributed Query running serially

    CREATE VIEW V_TEST

    AS

                SELECT *

                            FROM CH1.DB1.TEST1

     

                UNION ALL

     

                SELECT *

                            FROM CH2.DB2.TEST2

     

    By using profiler, we can confirm that...

  • RE: OPENROWSET with Windows Authentication

    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...

  • RE: OPENROWSET with Windows Authentication

    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...

Viewing 3 posts - 1 through 3 (of 3 total)