Table of Contents

Issue

You are attempting to log into SQL Management Studio however you can't log in with SQL authentication or Windows authentication.

Cause

This generally occurs when SQL was installed by another person in the past and that user account was associated as an administrator for SQL however the current user account that you are connected on is not authorized for SQL. If you know the user/pass for a SQL user account such as the sa user then you can use that information, however by default mixed-mode authentication (sql authentication) is disabled.

Answer

Version Information