November 27, 2025 at 12:33 pm
Hello all,
I have a linked server created on an instance which only has a name but it's actually pointing to a server . Where can I find this as the data source doesn't mention the actual server ... really strange. Of course properties didn`t have any server name .
thanks
November 27, 2025 at 9:06 pm
Not sure I fully understand what you are asking, but what I suspect is that you are looking at the linked server from the GUI. If so, try scripting it out. If you STILL only get the instance name without server (ie database not server\database), then it is likely using a SQL Alias and you'll need to check the registry (HKLM\SOFTWARE\Microsoft\MSSQLServer\Client\ConnectTo and/or HKLM\SOFTWARE\WOW6432Node\Microsoft\MSSQLServer\Client\ConnectTo).
The above is all just my opinion on what you should do.
As with all advice you find on a random internet forum - you shouldn't blindly follow it. Always test on a test server to see if there is negative side effects before making changes to live!
I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.
November 27, 2025 at 10:16 pm
Basically. I was just browsing this server`s linkedservers and most are created with like you mention an alias ( not sure why but this is a terrible way to do things ). I tried scripting the linked server but no clue as to where it points. Will see in the registry like you say
Thanks for the tips
December 1, 2025 at 5:27 pm
You can get everything from the sys.servers view.
SELECT * FROM sys.servers
Eddie Wuerch
MCM: SQL
December 1, 2025 at 5:31 pm
thank you for the responses ...
I found in SQL config manager under aliases!
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply