5 pts.
 SQL Server enterprise manager
how to register enterprise manager to connect to database

Software/Hardware used:
ASKED: April 24, 2009  2:34 PM
UPDATED: June 1, 2010  6:38 PM

Answer Wiki:
Right click on the folder and select Register Server. Fill in the connection details.
Last Wiki Answer Submitted:  April 26, 2009  3:59 am  by  Denny Cherry   64,505 pts.
All Answer Wiki Contributors:  Denny Cherry   64,505 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

What do you mean registering? Normally you should select the SQL server, the Auth type and type in the correct credentials…that’s all


 

Will it affect the already registered server in the local administrator profile?

 50 pts.

 

will this help my case.

sp_addsrvrolemember [@loginame =] ‘admin1′, [@rolename =] ‘sysadmin’

This command should be executed from administrator account which is currently having the access to the sql server?

 50 pts.

 

No, that SQL Code will add another user to the sysadmin role.

Registering additional servers in Enterprise Manager won’t change the other registrations that you have setup already.

 64,505 pts.