Torna al Thread

USE [Statistica] GO /****** Oggetto: Table [dbo].[Archivio_mov] Data script: 09/12/2008 11:08:47 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE TABLE [dbo].[Archivio_mov]( [codalbergo] [int] NULL, [codcomune] [int] NULL, [DataArrivo] [smalldatetime] NULL, [DataPartenza] [smalldatetime] NULL, [IdStato] [int] NULL CONSTRAINT [PK_Archivio_mov] PRIMARY KEY CLUSTERED ( [codalbergo] ASC, [codcomune] 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