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
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 adding a SQL Server Security logins ?

Author  Topic 

zaidiwaqas
Starting Member

8 Posts

Posted - 2010-04-14 : 03:29:18
i have an SQL 2005 DB on windows authentication on SERVER A, i need to add Admin login of Server B to the SQL Server Security logins group of Server A. this access is required so that application on Server B can access the database on Server A

Application is SAP BI
(For Eg: If BI Server name is BID and the admin login for this server is BIDADM, i need to add BIDADM to Logins/Users group of SQL Server and also for the specific database).

how to do that? i am using SQL server 2005 with Management Studio.

any help will be highly appreciated,
thanks
Waqas

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2010-04-14 : 12:12:28
Just add BIDADM to the logins section of SSMS. In that same screen, you can grant it the database access and add it to any roles.

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

Subscribe to my blog
Go to Top of Page
   

- Advertisement -