S
Scott Allen
Are you using SQL Server? If so you can reach across databases in a
query. For example, from the pubs database I can pull records from
Northwind:
USE PUBS
GO
SELECT FirstName
FROM Northwind.dbo.Employees
query. For example, from the pubs database I can pull records from
Northwind:
USE PUBS
GO
SELECT FirstName
FROM Northwind.dbo.Employees