Joining the TABLES from DIFFERENT DATABASES & From DIFFERENT SERVERS..

  • I'm Using Asp.Net with C# & Sql Server 2005..

    How to Join the TABLES from DIFFERENT DATABASES & From DIFFERENT SERVERS..

    I'm having Two Tables(Emp_Info & Cat_Info) in Different Servers(Employee & Categories respectively).. there Database Names(Emp_Notice & Cat_Notice)..

    How to Join these TABLES..

    Thank You..

  • 1) Add linked server

    2) SELECT column_list FROM Server.Database.Schema.Table

  • What to do IF I HAD UserName & Password for second Server..

  • Hi,

    When you create a linked server, you would have given the credentials there itself..

    Regards..

    Vijay.

    Warm Regards,
    Neel aka Vijay.

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

You must be logged in to reply to this topic. Login to reply