Based on the answer I received on this question (http://stackoverflow.com/questions/1911969/...) I have set up a Linked Server on SQL Server 2008 to a Pervasive database.
Since both databases are on the same physical server, what would be the recommended method to create the linked server, using the IP Address of the server or the Server Name? My gut tells me to use the IP address as to avoid resolving the name and avoid any unnecessary lookups. Or does it really not matter at all speed wise?
What do you think and why?