We have one copy of SQL Server 2005 standard edition with three instances (dev, test, and prod).
I want to read a table in the dev instance while connected to the test instance.
How would I do this? This is, what is the sql syntax? Is it only possible by setting up a linked server?