IF exists (
select
*
from
INFORMATION_SCHEMA.ROUTINES
where
ROUTINE_NAME =
'dd_RMHistoricalAgingSummary'
)
begin
DROP
proc dd_RMHistoricalAgingSummary
end
GO
CREATE
proc dd_RMHistoricalAgingSummary
Alguien tiene el procedimiento del detalle que me pudiera ayudar a pasarmelo.
Saludos
Edit 6/24/2021 Does someone have the procedure detail?