Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Administration
 SQL login failure

Author  Topic 

bluemagic74
Starting Member

15 Posts

Posted - 2011-12-09 : 10:12:53
Hi,

New joinee is using the same old previous employee laptop.SQL version: 2008 R2

New employee is trying to connect SQL server with his newly created network login (SQL already installed by old employee with windows authentication). throwing error
Login failed for user '<user_name>

So since old employee installed SQL and able to access SQL server successfully.
What permissions need to set for new employee to connect to SQL

OR Do i need to reinstall sql? please advice

thanks!!

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2011-12-09 : 12:55:52
It depends what the employee needs to do inside SQL. Are you able to log into Management Studio to check permissions for the old employee's account.


Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page

jackv
Master Smack Fu Yak Hacker

2179 Posts

Posted - 2011-12-11 : 04:48:42
Can you confirm the logon account on the target SQL Server is enabled , mapped to the relevant databases , with suitable permissions?

Jack Vamvas
--------------------
http://www.sqlserver-dba.com
Go to Top of Page

pnash
Starting Member

26 Posts

Posted - 2011-12-11 : 14:17:42
try by giving local administrator rights to new employee login id. and check connectivity.

if you still not able to connect then try to Start the instance of SQL Server in single-user mode by using either the -m or -f options. Any member of the computer's local Administrators group can then connect to the instance of SQL Server as a member of the sysadmin fixed server role.
Go to Top of Page
   

- Advertisement -