In SQL Server, we are moving from SQL Authentication to Windows Authentication. Currently we have a test application running by adding the Web Server Doman Computer account to SQL Server.
We are debating whether or not we should use the Computer account in production, or whether we should go ahead and request service accounts for all of our Web Applications?
When connecting from a web application to the SQL Server instance, what is the secure way to connect to the SQL Server instance: 1) Using Domain Level Service Accounts 2) Using the Computer account?
DJ