What is the ideal “Log On As” account to use for SQL Server 2008 R2 Express?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It depends how you’re going to access it, in a Domain, Locally, or else. The most secure way is to use Windows Authentication. But if that’s not your case, you could user Mixed Authentication and remember a best practice is to create an account with SysAdmin privileges, and disable SA account that is created by default.