Tables [aiowner].[ai_swdef_hwdef_rel_s]
Properties
PropertyValue
CollationSQL_Latin1_General_CP1_CI_AS
HeapYes
Row Count13843
Created11:24:58 PM Monday, January 10, 2011
Last Modified11:24:58 PM Monday, January 10, 2011
Columns
NameData TypeMax Length (Bytes)Allow Nulls
source_domuuid_charvarchar(36)36
Yes
source_swuuid_charvarchar(36)36
Yes
source_hwuuid_charvarchar(36)36
Yes
source_adomidint4
Yes
source_apidint4
Yes
source_udomidint4
Yes
source_unitidint4
Yes
source_domuuiduniqueidentifier16
Yes
source_swuuiduniqueidentifier16
Yes
source_hwuuiduniqueidentifier16
Yes
swuuiduniqueidentifier16
Yes
hwuuiduniqueidentifier16
Yes
SQL Script
CREATE TABLE [aiowner].[ai_swdef_hwdef_rel_s]
(
[source_domuuid_char] [varchar] (36) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[source_swuuid_char] [varchar] (36) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[source_hwuuid_char] [varchar] (36) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[source_adomid] [int] NULL,
[source_apid] [int] NULL,
[source_udomid] [int] NULL,
[source_unitid] [int] NULL,
[source_domuuid] [uniqueidentifier] NULL,
[source_swuuid] [uniqueidentifier] NULL,
[source_hwuuid] [uniqueidentifier] NULL,
[swuuid] [uniqueidentifier] NULL,
[hwuuid] [uniqueidentifier] NULL
) ON [PRIMARY]

GO
Uses