• Ramon,

    I told you I was confusing myself.

    USE TEST

    GO

    CREATE PROCEDURE dbo.sp_ControlStock AS SELECT 'ONE', 'TWO', 'THREE'

    GO

    SELECT *

    FROM OPENROWSET('SQLNCLI', 'Server=.;Trusted_Connection=yes;',

    'exec TEST.dbo.sp_ControlStock');

    GO

    That works fine for me. Maybe you should start over, or go another route.

    Tom Garth
    Vertical Solutions[/url]

    "There are three kinds of men. The one that learns by reading. The few who learn by observation. The rest of them have to pee on the electric fence for themselves." -- Will Rogers