Tables [aiowner].[ai_hfdef_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 Nulls
hfuuiduniqueidentifier16
No
countint4
No
SQL Script
CREATE TABLE [aiowner].[ai_hfdef_instcnt_kpi_p]
(
[hfuuid] [uniqueidentifier] NOT NULL,
[count] [int] NOT NULL
) ON [PRIMARY]

GO
Uses