February 19, 2006 at 9:40 pm
Could not find stored procedure 'ServerB.dbo.SomeProc'.
February 21, 2006 at 7:22 am
Did you grant permission to execute to public for procedure [ServerB].[MyDB].[dbo].[SomeProc]?
February 21, 2006 at 2:43 pm
February 21, 2006 at 8:47 pm
February 22, 2006 at 7:04 am
What kind of problem you had when you set up the linked server using SQL Server?
If you do sp_linkedservers, do you see the linked server you have set up, if you don't see it, that means the linked server did not set up properly.
Have you done sp_addlinkedsrvlogin to to ensure that all logins to the local server connect through to the linked server using their own user credentials?
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply