Torna al Thread

CREATEPROCEDURE [dbo].[GetNotifiche] ( @Codalbergo Int, @CodComune Int, @Anno Int, @Mese Int ) AS BEGIN SELECT statonotifica,anno,mese FROM dbo.Notifiche Where codalbergo=@codalbergo and codcomune=@codcomune and anno>=@Anno and mese>@mese order by anno,mese,statonotifica END
Copyright © dotNetHell.it 2002-2025
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5