Tables [aiowner].[ai_swdef_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
swuuiduniqueidentifier16
No
(newid())
countint4
No
SQL Script
CREATE TABLE [aiowner].[ai_swdef_instcnt_kpi_p]
(
[swuuid] [uniqueidentifier] NOT NULL CONSTRAINT [DF__ai_swdef___swuui__349A2A5F] DEFAULT (newid()),
[count] [int] NOT NULL
) ON [PRIMARY]
GO
Uses