I've followed the guides shown online for creating linked servers, I've attempted it multiple times and I've gone over all the usual suspects like user permissions but they all seem alright. But no matter what I do, I only get a linked server icon in object explorer, there are no tables under it or anything at all really.
I can run queries such as
Select * FROM Fakt000...art
or
sp_tables _ex N'Fakt000'
both of these works and will return the proper data, but nothing is still seen in the object explorer window.
My desired end result from this would have been that I could have accessed this database in an identical manner to a normal SQL Server database via VS2010.