Hi,
I suspect this is an often asked question, but searching does not return any results (perhaps I have the terminology incorrect)
I wish to use T-sql to query a database on one server, from a database on another.
What, if anything, do I have to do to set up a connection between the two severs?
What Syntax do I use in the query?
is it <servername>.<dbname>.<owner>.tablename?