-- Schema: wh -- Stored Procedure: p_PL_S88PatrimonioNonConsideratoNelCalcoloDelRendimento CREATE procedure [wh].[p_PL_S88PatrimonioNonConsideratoNelCalcoloDelRendimento] (@Rete char(1), @CodiceFiscale varchar(16)) as select top 999999 ProcedureName,i_rete,i_codiceFiscale,Need_Area,Contratto,Area_O_Nome_Progetto,Descrizione,PartitaViaggiante,Controvalore,DataSottoscrizione from wh.PL_S88PatrimonioNonConsideratoNelCalcoloDelRendimento where i_rete = @rete and i_codiceFiscale = @codiceFiscale ORDER BY Area_O_Nome_Progetto