Groups | Blog | Home
all groups > sql server connect > february 2007 >

sql server connect : No Security Account Delegation


Nick nkw
2/22/2007 2:38:34 PM
I don't have Security Account Delegation for two SQL server so I cannot
create a linked server. Any other ways to select tables from server A
Nick nkw
2/22/2007 2:42:17 PM
BTW, I am using Windows authentication.

[quoted text, click to view]
Nick nkw
2/22/2007 3:12:54 PM
[quoted text, click to view]

In fact, I want to query the 2000 server from 2005 so I can use the
Nick nkw
2/22/2007 4:12:23 PM
I tried

SELECT *
FROM OPENROWSET('SQLOLEDB',
'Trusted_Connection=yes;Integrated Security=SSPI;Data
Source=DBS-004;Initial Catalog=Db1',
'select * from db1.dbo.Parts'
) as result

However, always got error:

OLE DB provider "SQLNCLI" for linked server "(null)" returned message
"Deferred prepare could not be completed.".
Msg 8180, Level 16, State 1, Line 1
Statement(s) could not be prepared.
Msg 208, Level 16, State 1, Line 1
AddThis Social Bookmark Button