Torna al Thread

CREATE TABLE [dbo].[Notifiche]( [id] [int] IDENTITY(1,1) NOT NULL, [codalbergo] [int] NOT NULL, [codcomune] [int] NOT NULL, [tiponotifica] [varchar](7) NULL, CONSTRAINT [PK_Notifiche_1] PRIMARY KEY CLUSTERED ( [id] ASC )WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] ) ON [PRIMARY]
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5