Tables [aiowner].[ai_hwdef_cpuperf_kpi_p]
Properties
PropertyValue
HeapYes
Row Count128
Created11:24:55 PM Monday, January 10, 2011
Last Modified11:24:55 PM Monday, January 10, 2011
Columns
NameData TypeMax Length (Bytes)Allow NullsDefault
hwuuiduniqueidentifier16
No
(newid())
earlyavgint4
Yes
earlymaxint4
Yes
earlyminint4
Yes
coreavgint4
Yes
coremaxint4
Yes
coreminint4
Yes
lateavgint4
Yes
latemaxint4
Yes
lateminint4
Yes
SQL Script
CREATE TABLE [aiowner].[ai_hwdef_cpuperf_kpi_p]
(
[hwuuid] [uniqueidentifier] NOT NULL CONSTRAINT [DF__ai_hwdef___hwuui__137B8FBB] DEFAULT (newid()),
[earlyavg] [int] NULL,
[earlymax] [int] NULL,
[earlymin] [int] NULL,
[coreavg] [int] NULL,
[coremax] [int] NULL,
[coremin] [int] NULL,
[lateavg] [int] NULL,
[latemax] [int] NULL,
[latemin] [int] NULL
) ON [PRIMARY]

GO
Uses