Tables [aiowner].[ai_pubdef_instcnt_kpi_p]
Properties
PropertyValue
HeapYes
Row Count0
Created9:12:24 AM Thursday, November 06, 2008
Last Modified9:12:24 AM Thursday, November 06, 2008
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__32B1E1ED] DEFAULT (newid()),
[count] [int] NOT NULL
) ON [PRIMARY]
GO
Uses