any one can explain
Self mapping
Delegation
Remote Credentials
Answer Posted / 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 |
Post New Answer View All Answers
What happens if null values are involved in boolean operations?
What is the partitioning method?
Why should you use or avoid select * statements?
What are commonly used odbc functions in php?
Where is trigger in sql server?
What you can do to delete a table without the delete trigger firing?
In what sequence sql statement is processed?
Why do we need different type of parameter?
What is transaction server implicit?
How can you hide the sql server instances?
What are the different types of collation sensitivity in sql server?
What is a collation in ms sql server?
What is model database in sql server?
Differentiate between a having clause and a where clause.
How do you send email on SQL Server?