I am trying to query a linked server and the the only properties I have is the IP address which is linked directly to the DB I have access to.
I have tried a query such as select [10.10.10.10].* from 10.10.10.10.tbl1
I know this is incorrect, but the server is linkeddirect to the DB which doesn't come up.
I have tried a query such as select [10.10.10.10].* from 10.10.10.10.tbl1
I know this is incorrect, but the server is linkeddirect to the DB which doesn't come up.