Tables [aiowner].[ai_hfdef_instcnt_kpi_p]
Properties
PropertyValue
HeapYes
Row Count0
Created9:12:23 AM Thursday, November 06, 2008
Last Modified9:12:23 AM Thursday, November 06, 2008
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