So I'm experiencing a strange issue: I can't connect to a database engine on MS SQL 2008 using SQL server authentication. Connecting via Windows authentication on my domain admin account is smooth, but I can't seem to get SQL auth to work.
I've tried creating various new logins (security tree, right click, new login, SQL server auth), but I get the following error when I try to connect with SQL authentication: "Cannot connect to [server]. Login failed for 'user'."
Any help would be appreciated!
I've tried creating various new logins (security tree, right click, new login, SQL server auth), but I get the following error when I try to connect with SQL authentication: "Cannot connect to [server]. Login failed for 'user'."
Any help would be appreciated!