>>>Would I just execute the stored procedure using the SQL script, or, would I have to get all the code from the >>stored procedure and copy it into the SQL script, in otherwords, the stored procecedure becomes redundant on the >>server.
There is no need to get all all the code from stored procedure.
script below will execute the procedure
EXEC AccntCalcClearSplitShares_regent
GO
Best regards,
Mike