[aiowner].[ai_osdef_instcnt_kpi_p]
(local)
>
mdb
>
Tables
> aiowner.ai_osdef_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
osuuid
uniqueidentifier
16
count
int
4
SQL Script
CREATE
TABLE
[aiowner]
.
[ai_osdef_instcnt_kpi_p]
(
[osuuid]
[uniqueidentifier]
NOT
NULL
,
[count]
[int]
NOT
NULL
)
ON
[PRIMARY]
GO
Uses
aiowner