We walk in the dark places no others will enterWe stand on the bridge and no one may pass
DECLARE @RC intDECLARE @DDVersion varchar(20)-- TODO: Set parameter values here.EXECUTE @RC = [cidne2110].[dbo].[spDDAddFixAll] @DDVersionGO
DECLARE @RC intDECLARE @DDVersion varchar(20) = '2.1.10'-- TODO: Set parameter values here.EXECUTE @RC = [cidne2110].[dbo].[spDDAddFixAll] @DDVersionGO
EXECUTE dbo.spDDAddFixAll '2.1.10'GO