USE [documentos_fe] GO DECLARE @return_value int EXEC @return_value = [dbo].[EnviarCorreo_FE_CENFRICO] SELECT 'Return Value' = @return_value GO