2008 Server+ Sql 2008 Problem

Depending on what type of authentication you have selected during install, you may have or not the permission to login.

If you have selected WINDOWS AUTHENTICATION, be sure that during install you have selected at least one user to connect to DB.

try to login with username SA and the pass you may inserted during setup.
 
When you open SLQ manager studio, select WINDOWS AUTHENTICATION and try. If this doesn't work, try with SQL AUTH (username SA).
 
Back
Top