Tables [aiowner].[ai_pubdef_prop_s]
Properties
PropertyValue
CollationSQL_Latin1_General_CP1_CI_AS
HeapYes
Row Count3692
Created11:24:58 PM Monday, January 10, 2011
Last Modified11:24:58 PM Monday, January 10, 2011
Columns
NameData TypeMax Length (Bytes)Allow NullsDefault
source_domuuid_charvarchar(36)36
Yes
source_pubuuid_charvarchar(36)36
Yes
source_domuuiduniqueidentifier16
Yes
source_pubuuiduniqueidentifier16
Yes
source_domidint4
Yes
source_pubidint4
Yes
('')
pubuuiduniqueidentifier16
Yes
pubnamenvarchar(255)510
Yes
SQL Script
CREATE TABLE [aiowner].[ai_pubdef_prop_s]
(
[source_domuuid_char] [varchar] (36) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[source_pubuuid_char] [varchar] (36) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[source_domuuid] [uniqueidentifier] NULL,
[source_pubuuid] [uniqueidentifier] NULL,
[source_domid] [int] NULL,
[source_pubid] [int] NULL CONSTRAINT [DF__ai_pubdef__sourc__61AF29FD] DEFAULT (''),
[pubuuid] [uniqueidentifier] NULL,
[pubname] [nvarchar] (255) COLLATE SQL_Latin1_General_CP1_CI_AS NULL
) ON [PRIMARY]

GO
Uses