December 2013
Intermediate to advanced
1872 pages
153h 31m
English
You can delete mappings for linked servers by using sp_droplinkedsrvlogin. Members of the sysadmin and securityadmin fixed server roles can execute this stored procedure:
sp_droplinkedsrvlogin [@rmtsrvname =] 'rmtsrvname',[@locallogin =] 'locallogin'
The elements of this syntax are as follows:
rmtsrvname—The linked server that will lose this login mapping (@rmtsrvname parameter).
locallogin—The local login that will lose the mapping to the linked server (@locallogin parameter). You can designate ...
Read now
Unlock full access