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.
Author |
Topic |
cindi
Starting Member
3 Posts |
Posted - 2008-12-04 : 07:29:48
|
I want to create a linked server in one sql server to another using the sp_addlinkedserver procedure. When i access the remote server I would like it to logon as me (i.e. using my windows account). How do I do this? |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-12-04 : 08:29:32
|
see this:-http://msdn.microsoft.com/en-us/library/aa259581(SQL.80).aspx |
 |
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2008-12-04 : 08:35:17
|
You have to setup Security Account Delegation and it has to be trusted. If you don't wanna take hassle, use SQL Login. |
 |
|
|
|
|