I have a VB.NET application that I am connecting to SQL Server 2008. This application is a standalone .exe that runs under an account name of "mtadmin". The machine itself; however, is set up with an auto login account name of "mtguest".
Because I am not wanting to put my username and password for SQL Server in the connection string for security reasons, I want to use what I thought to be "Windows Authentication", but my question is:
Will this use the "mtguest" (logged into the machine itself) account, or will it use the "mtadmin" (application runs as this account) account? Both are local accounts to the machine in a domain environment. SQL Server has been set up with only the "mtadmin" account at this time.