How to execute a stored procedure against linked server?
问题 We currently execute a stored procedure against a linked server using: EXECUTE [LinkedServer].[DatabaseName].[dbo].[MyProcedure] For example: EXECUTE Screwdriver.CRM.dbo.GetCustomer 619 And this works fine; querying through a linked server works fine. Disabling the deprecated "Remote Access" feature There is apparently a little known, seldom used, feature known as remote access . Microsoft has very little to say about what this feature is , except to say here: This configuration option is an