Our application hosted in multitier environment. When the App servers create a connection to the SQL Server it opens the connection on its default database (let's say xyz) but when the Data Servers who use the same connection string opens connection on default database and as well as master database.
Is there any reason for that. Any ideas ?