Forum Replies Created

Viewing 15 posts - 1,576 through 1,590 (of 2,043 total)

  • RE: Newbie question

    Something like this?

    SELECT Table1ID1.targetInformation AS  target1,Table1ID2.targetInformation AS target2

    FROM Table2 LEFT JOIN Table1 Table1ID1 ON table2.ID1=Table1ID1.ID /*fill with NULL if not present in table1*/

    LEFT JOIN Table1 Table1ID2 ON table2.ID2=Table1ID2.ID

    ORDER BY Table2.ID

  • RE: Linked servers and Network Logins

    At the linked server properties

    you can set how your account will be "transferred" across the network to the linked server.

    Perhaps you can try with using the current login security context...

  • Viewing 15 posts - 1,576 through 1,590 (of 2,043 total)