Tables [aiowner].[ai_pwrscheme_prop_rel_p]
Properties
PropertyValue
HeapYes
Row Count52
Created11:24:59 PM Monday, January 10, 2011
Last Modified11:24:59 PM Monday, January 10, 2011
Columns
NameData TypeMax Length (Bytes)Allow NullsDefault
hwuuiduniqueidentifier16
No
(newid())
pwrschuuiduniqueidentifier16
No
(newid())
turn_off_monitor_acint4
Yes
turn_off_hdd_acint4
Yes
standby_acint4
Yes
SQL Script
CREATE TABLE [aiowner].[ai_pwrscheme_prop_rel_p]
(
[hwuuid] [uniqueidentifier] NOT NULL CONSTRAINT [DF__ai_pwrsch__hwuui__6B389437] DEFAULT (newid()),
[pwrschuuid] [uniqueidentifier] NOT NULL CONSTRAINT [DF__ai_pwrsch__pwrsc__6C2CB870] DEFAULT (newid()),
[turn_off_monitor_ac] [int] NULL,
[turn_off_hdd_ac] [int] NULL,
[standby_ac] [int] NULL
) ON [PRIMARY]

GO
Uses