Tables [dbo].[inv_scapfdccxpfirewall_tree]
Properties
PropertyValue
Row Count0
Created6:12:19 PM Monday, May 04, 2009
Last Modified6:12:19 PM Monday, May 04, 2009
Columns
NameData TypeMax Length (Bytes)Allow Nulls
Cluster Primary Key XPKinv_scapfdccxpfirewall_tree: object_uuid\item_idIndexes inv_rep_idx1: object_uuid\item_id\item_indexIndexes inv_scapfdccxpfirewall_tree_index2: object_uuid\item_parent_id\item_name_id\item_indexIndexes inv_scapfdccxpfirewall_tree_index1: object_uuid\item_root_name_idobject_uuidbinary(16)16
No
Cluster Primary Key XPKinv_scapfdccxpfirewall_tree: object_uuid\item_idIndexes inv_rep_idx1: object_uuid\item_id\item_indexitem_idint4
No
item_root_idint4
Yes
Indexes inv_scapfdccxpfirewall_tree_index2: object_uuid\item_parent_id\item_name_id\item_indexitem_parent_idint4
Yes
Indexes inv_scapfdccxpfirewall_browse: item_root_name_id\item_parent_name_id\item_indent\item_flag\domain_uuid\item_name_iditem_parent_name_idint4
Yes
Indexes inv_scapfdccxpfirewall_browse: item_root_name_id\item_parent_name_id\item_indent\item_flag\domain_uuid\item_name_iditem_indentint4
Yes
Indexes inv_rep_idx1: object_uuid\item_id\item_indexIndexes inv_scapfdccxpfirewall_tree_index2: object_uuid\item_parent_id\item_name_id\item_indexitem_indexint4
Yes
Indexes inv_scapfdccxpfirewall_browse: item_root_name_id\item_parent_name_id\item_indent\item_flag\domain_uuid\item_name_iditem_flagint4
Yes
Indexes inv_scapfdccxpfirewall_browse: item_root_name_id\item_parent_name_id\item_indent\item_flag\domain_uuid\item_name_idIndexes inv_scapfdccxpfirewall_tree_index1: object_uuid\item_root_name_iditem_root_name_idint4
Yes
Indexes inv_scapfdccxpfirewall_tree_index3: auto_rep_version\domain_uuidIndexes inv_scapfdccxpfirewall_browse: item_root_name_id\item_parent_name_id\item_indent\item_flag\domain_uuid\item_name_iddomain_uuidbinary(16)16
Yes
Indexes inv_scapfdccxpfirewall_browse: item_root_name_id\item_parent_name_id\item_indent\item_flag\domain_uuid\item_name_idIndexes inv_scapfdccxpfirewall_tree_index2: object_uuid\item_parent_id\item_name_id\item_indexitem_name_idint4
Yes
Indexes inv_scapfdccxpfirewall_tree_index3: auto_rep_version\domain_uuidauto_rep_versiontimestamp8
Yes
object_typeint4
Yes
Indexes Indexes
NameColumnsUnique
Cluster Primary Key XPKinv_scapfdccxpfirewall_tree: object_uuid\item_idXPKinv_scapfdccxpfirewall_treeobject_uuid, item_id
Yes
inv_rep_idx1object_uuid, item_id, item_index
inv_scapfdccxpfirewall_browseitem_root_name_id, item_parent_name_id, item_indent, item_flag, domain_uuid, item_name_id
inv_scapfdccxpfirewall_tree_index1object_uuid, item_root_name_id
inv_scapfdccxpfirewall_tree_index2object_uuid, item_parent_id, item_name_id, item_index
inv_scapfdccxpfirewall_tree_index3auto_rep_version, domain_uuid
Permissions
TypeActionOwning Principal
GrantDeleteca_itrm_group
GrantInsertca_itrm_group
GrantSelectca_itrm_group
GrantUpdateca_itrm_group
GrantSelectca_itrm_group_ams
GrantSelectams_group
SQL Script
CREATE TABLE [dbo].[inv_scapfdccxpfirewall_tree]
(
[object_uuid] [binary] (16) NOT NULL,
[item_id] [int] NOT NULL,
[item_root_id] [int] NULL,
[item_parent_id] [int] NULL,
[item_parent_name_id] [int] NULL,
[item_indent] [int] NULL,
[item_index] [int] NULL,
[item_flag] [int] NULL,
[item_root_name_id] [int] NULL,
[domain_uuid] [binary] (16) NULL,
[item_name_id] [int] NULL,
[auto_rep_version] [timestamp] NULL,
[object_type] [int] NULL
) ON [PRIMARY]
GO
ALTER TABLE [dbo].[inv_scapfdccxpfirewall_tree] ADD CONSTRAINT [XPKinv_scapfdccxpfirewall_tree] PRIMARY KEY CLUSTERED ([object_uuid], [item_id]) ON [PRIMARY]
GO
CREATE NONCLUSTERED INDEX [inv_scapfdccxpfirewall_tree_index3] ON [dbo].[inv_scapfdccxpfirewall_tree] ([auto_rep_version], [domain_uuid]) ON [PRIMARY]
GO
CREATE NONCLUSTERED INDEX [inv_scapfdccxpfirewall_browse] ON [dbo].[inv_scapfdccxpfirewall_tree] ([item_root_name_id], [item_parent_name_id], [item_indent], [item_flag], [domain_uuid], [item_name_id]) ON [PRIMARY]
GO
CREATE NONCLUSTERED INDEX [inv_rep_idx1] ON [dbo].[inv_scapfdccxpfirewall_tree] ([object_uuid], [item_id], [item_index]) ON [PRIMARY]
GO
CREATE NONCLUSTERED INDEX [inv_scapfdccxpfirewall_tree_index2] ON [dbo].[inv_scapfdccxpfirewall_tree] ([object_uuid], [item_parent_id], [item_name_id], [item_index]) ON [PRIMARY]
GO
CREATE NONCLUSTERED INDEX [inv_scapfdccxpfirewall_tree_index1] ON [dbo].[inv_scapfdccxpfirewall_tree] ([object_uuid], [item_root_name_id]) ON [PRIMARY]
GO
GRANT SELECT ON  [dbo].[inv_scapfdccxpfirewall_tree] TO [ams_group]
GRANT SELECT ON  [dbo].[inv_scapfdccxpfirewall_tree] TO [ca_itrm_group]
GRANT INSERT ON  [dbo].[inv_scapfdccxpfirewall_tree] TO [ca_itrm_group]
GRANT DELETE ON  [dbo].[inv_scapfdccxpfirewall_tree] TO [ca_itrm_group]
GRANT UPDATE ON  [dbo].[inv_scapfdccxpfirewall_tree] TO [ca_itrm_group]
GRANT SELECT ON  [dbo].[inv_scapfdccxpfirewall_tree] TO [ca_itrm_group_ams]
GO
Uses