• You could open a query window in SQLCMD mode and then use the following syntax

    :CONNECT Server\InstanceName

    USE DATABASE

    GO

    EXEC STORED PROC...

    [font="Verdana"]Markus Bohse[/font]