any one can explain
Self mapping
Delegation
Remote Credentials
Answer / debapriya
These are the three different security model connecting to
Linked Server.
In Self Mapping SQL Server tries to connect to the linked
server using current users credentials(UserId and PWD).
In Delegation SQL Server tries to connect to the Linked
server by using the Windows credential.
In Remote Credentials the Local login credential is mapped
into remote credential.
Is This Answer Correct ? | 0 Yes | 0 No |
How to check parameter value in stored procedure sql server?
What is sql server used for?
What samples and sample databases are provided by microsoft?
How can I enforce to use particular index?
Explain external key management in sql server 2008
What is the purpose of using COLLATE in a query?
What are the new features in SQL Server 2005?
How do you persist objects, permissions in tempdb
why would you use sql agent? : Sql server database administration
What is use of except clause?
What are actions, how many types of actions are there, explain with example? : sql server analysis services, ssas
What does nvl stand for?