Tables [cohesion].[QCALENDARS]
Properties
PropertyValue
CollationSQL_Latin1_General_CP1_CI_AS
Row Count0
Created11:18:10 AM Friday, April 20, 2007
Last Modified11:18:10 AM Friday, April 20, 2007
Columns
NameData TypeMax Length (Bytes)Allow Nulls
Cluster Primary Key PK__QCALENDARS__2BFE89A6: CALENDAR_NAMECALENDAR_NAMEvarchar(90)90
No
CALENDARimagemax
No
Indexes Indexes
NameColumnsUnique
Cluster Primary Key PK__QCALENDARS__2BFE89A6: CALENDAR_NAMEPK__QCALENDARS__2BFE89A6CALENDAR_NAME
Yes
SQL Script
CREATE TABLE [cohesion].[QCALENDARS]
(
[CALENDAR_NAME] [varchar] (90) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
[CALENDAR] [image] NOT NULL
) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
GO
ALTER TABLE [cohesion].[QCALENDARS] ADD CONSTRAINT [PK__QCALENDARS__2BFE89A6] PRIMARY KEY CLUSTERED ([CALENDAR_NAME]) ON [PRIMARY]
GO
Uses