If you already have a Linked Server setup, here are a way to access the Linked Server tables.
SELECT * FROM LinkedServer..Schema.Table
In the example below
Linked Server name: CACHE
Schema: SQLUser
Table: P
SELECT * FROM CACHE..SQLUser.P
If you already have a Linked Server setup, here are a way to access the Linked Server tables.
SELECT * FROM LinkedServer..Schema.Table
In the example below
Linked Server name: CACHE
Schema: SQLUser
Table: P
SELECT * FROM CACHE..SQLUser.P