How does SQL resolve a DTS connection entered as (local) to the server name? Does it use @@SERVERNAME? Does SQL go to the OS? Or does it do something else?
How does SQL resolve the opposite situation where the server name is specified in the connection instead of (local)? Would it use DNS in this case?