I come from the MS Access database world where I’m used to link to tables in other databases using the Linked ODBC function.
What is the SQL Server equivalent to this feature?
PS:
In SQL Server I want to link to other SQLServer databases on other servers and some Access databases.
On SQL Server you can set up
LINKED SERVERS. From MSDN:Here is an MSDN article on Configuring Linked Servers