Cool. On my system the Linked Server "rpc out" property option had to be True for it to work:
EXEC master.dbo.sp_serveroption
@server=N'linked_server_name',
@optname=N'rpc out',
@optvalue=N'true'
GO
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato