[aiowner].[ai_hfdef_instcnt_kpi_p]
(local)
>
mdb
>
Tables
> aiowner.ai_hfdef_instcnt_kpi_p
Properties
Columns
SQL Script
Uses
Properties
Property
Value
Heap
Row Count
0
Created
11:24:57 PM Monday, January 10, 2011
Last Modified
11:24:57 PM Monday, January 10, 2011
Columns
Name
Data Type
Max Length (Bytes)
Allow Nulls
hfuuid
uniqueidentifier
16
count
int
4
SQL Script
CREATE
TABLE
[aiowner]
.
[ai_hfdef_instcnt_kpi_p]
(
[hfuuid]
[uniqueidentifier]
NOT
NULL
,
[count]
[int]
NOT
NULL
)
ON
[PRIMARY]
GO
Uses
aiowner