Tables [aiowner].[ai_hwdef_osinstdate_kpi_p]
Properties
PropertyValue
HeapYes
Row Count136
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())
osinstdatedatetime8
No
SQL Script
CREATE TABLE [aiowner].[ai_hwdef_osinstdate_kpi_p]
(
[hwuuid] [uniqueidentifier] NOT NULL CONSTRAINT [DF__ai_hwdef___hwuui__1A288D4A] DEFAULT (newid()),
[osinstdate] [datetime] NOT NULL
) ON [PRIMARY]

GO
Uses