I have two instances running on the same machine which, for example, are called MYSERVER and MYSERVER\MYINSTANCE. I want to set up MYSERVER as a linked server from MYSERVER\MYINSTANCE but get the error 'Cannot find server MYSERVER'. The only way I can get it to work is to create the linked server using the IP address, for example 123.123.123.1 but then have the problem in having to referring to tables on it as [123.123.123.1].Database.Owner.Table which doesnt work...
any ideas?