Hello,
I have two different databases in the same SQL Server (2000), which I need to join through a query. One of the databases has a table called "EMPLOYEE", and the other database has a table called "PROJECT" (which has the field EmployeeId). I need to get all last name, first name (located in the "EMPLOYEE" table) for all the projects in the "PROJECT" table, using the EmployeeId as the key/link.
I am fairly new to SQL Server and I would appreciate any help on that.
TM
I have two different databases in the same SQL Server (2000), which I need to join through a query. One of the databases has a table called "EMPLOYEE", and the other database has a table called "PROJECT" (which has the field EmployeeId). I need to get all last name, first name (located in the "EMPLOYEE" table) for all the projects in the "PROJECT" table, using the EmployeeId as the key/link.
I am fairly new to SQL Server and I would appreciate any help on that.
TM