SQL SERVICE ACCOUNTS AND IT'S EXPLANATION.


The below explanation about when we install sql services , we need to tell which service need to run on which.
So the below are differences between the account.

Domain Account: This is an active directory domain account that you create and is the preferred account type for SQL Server Services needing network access.

Local System Account: This is highly privileged account you should not use for services.

Local Service Account: This is special preconfigured account that has the same permission as members of the User Group.Network access is done as a null session with no credentials.

Network Service Account: This account is the same as the Local Service Account,except that network access is allowed,credentialed as the computer account.Do not use this account for SQL Server or SQL Agent Service accounts.

Local Server Account: This is a local Windows account that you create. This is the most secure method you can use for services that do not need network access.


Comments

Popular posts from this blog

System.Data.SqlClient.SqlException (0x80131904): Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding. ---> System.ComponentModel.Win32Exception (0x80004005): The wait operation timed out

Pre login Handshake or Connection Timeout Period

Transparent Data Encryption(TDE) with Master Key and Certificate in SQL Server