Tables [aiowner].[ai_pubdef_instcnt_kpi_p]
Properties
PropertyValue
HeapYes
Row Count0
Created11:24:57 PM Monday, January 10, 2011
Last Modified11:24:57 PM Monday, January 10, 2011
Columns
NameData TypeMax Length (Bytes)Allow NullsDefault
pubuuiduniqueidentifier16
No
(newid())
countint4
No
SQL Script
CREATE TABLE [aiowner].[ai_pubdef_instcnt_kpi_p]
(
[pubuuid] [uniqueidentifier] NOT NULL CONSTRAINT [DF__ai_pubdef__pubuu__4BBFE8DE] DEFAULT (newid()),
[count] [int] NOT NULL
) ON [PRIMARY]

GO
Uses