Tables [dbo].[usp_preferences]
Properties
PropertyValue
CollationSQL_Latin1_General_CP1_CI_AS
Row Count45
Created11:07:45 AM Wednesday, March 07, 2007
Last Modified4:36:15 PM Wednesday, March 24, 2010
Columns
NameData TypeMax Length (Bytes)Allow Nulls
Cluster Primary Key XPKusp_preferences: ididint4
No
Indexes usp_preferences_x0: analyst_idanalyst_idbinary(16)16
Yes
arc_docs_to_displayint4
Yes
user_def_idint4
Yes
authorint4
Yes
statusint4
Yes
ownerint4
Yes
subject_expertint4
Yes
initiatorint4
Yes
assigneeint4
Yes
priorityint4
Yes
doc_typeint4
Yes
creation_dateint4
Yes
modify_dateint4
Yes
start_dateint4
Yes
expiration_dateint4
Yes
review_dateint4
Yes
last_accepted_dateint4
Yes
published_dateint4
Yes
bu_resultint4
Yes
productint4
Yes
itemint4
Yes
sd_rootcauseint4
Yes
sd_priorityint4
Yes
sd_severityint4
Yes
sd_impactint4
Yes
sd_urgencyint4
Yes
sd_accepted_hitsint4
Yes
created_viaint4
Yes
primary_indexint4
Yes
current_actionint4
Yes
doc_templateint4
Yes
wf_templateint4
Yes
doc_versionint4
Yes
custom1int4
Yes
custom2int4
Yes
custom3int4
Yes
custom4int4
Yes
custom5int4
Yes
custom_num1int4
Yes
custom_num2int4
Yes
one_b_docs_to_displayint4
Yes
one_b_search_typeint4
Yes
one_b_doc_view_modeint4
Yes
one_b_hide_detailsint4
Yes
doc_idint4
Yes
hitsint4
Yes
inbox_counterint4
Yes
one_b_word_partsint4
Yes
one_b_match_typeint4
Yes
one_b_search_fieldsint4
Yes
one_b_search_ordernvarchar(255)510
Yes
web_suppress_tourint4
Yes
web_last_loginint4
Yes
web_popup1_heightint4
Yes
web_popup1_widthint4
Yes
web_popup2_heightint4
Yes
web_popup2_widthint4
Yes
web_popup3_heightint4
Yes
web_popup3_widthint4
Yes
web_popup4_heightint4
Yes
web_popup4_widthint4
Yes
web_toolbar_tabint4
Yes
web_preferencesint4
Yes
last_mod_dtint4
Yes
sd_search_fields_crint4
Yes
sd_search_fields_issint4
Yes
globalsd_active_zoneint4
Yes
classic_resultset_contextint4
Yes
kt_report_card_past_daysint4
Yes
kt_report_card_screen_defaultint4
Yes
web_role_idint4
Yes
Indexes usp_preferences_x1: tenanttenantbinary(16)16
Yes
last_mod_bybinary(16)16
Yes
use_default_roleint4
Yes
sa_analyst_localizationint4
Yes
Indexes Indexes
NameColumnsUnique
Cluster Primary Key XPKusp_preferences: idXPKusp_preferencesid
Yes
usp_preferences_x0analyst_id
Yes
usp_preferences_x1tenant
Permissions
TypeActionOwning Principal
GrantDeleteservice_desk_admin_group
GrantInsertservice_desk_admin_group
GrantSelectservice_desk_admin_group
GrantUpdateservice_desk_admin_group
SQL Script
CREATE TABLE [dbo].[usp_preferences]
(
[id] [int] NOT NULL,
[analyst_id] [binary] (16) NULL,
[arc_docs_to_display] [int] NULL,
[user_def_id] [int] NULL,
[author] [int] NULL,
[status] [int] NULL,
[owner] [int] NULL,
[subject_expert] [int] NULL,
[initiator] [int] NULL,
[assignee] [int] NULL,
[priority] [int] NULL,
[doc_type] [int] NULL,
[creation_date] [int] NULL,
[modify_date] [int] NULL,
[start_date] [int] NULL,
[expiration_date] [int] NULL,
[review_date] [int] NULL,
[last_accepted_date] [int] NULL,
[published_date] [int] NULL,
[bu_result] [int] NULL,
[product] [int] NULL,
[item] [int] NULL,
[sd_rootcause] [int] NULL,
[sd_priority] [int] NULL,
[sd_severity] [int] NULL,
[sd_impact] [int] NULL,
[sd_urgency] [int] NULL,
[sd_accepted_hits] [int] NULL,
[created_via] [int] NULL,
[primary_index] [int] NULL,
[current_action] [int] NULL,
[doc_template] [int] NULL,
[wf_template] [int] NULL,
[doc_version] [int] NULL,
[custom1] [int] NULL,
[custom2] [int] NULL,
[custom3] [int] NULL,
[custom4] [int] NULL,
[custom5] [int] NULL,
[custom_num1] [int] NULL,
[custom_num2] [int] NULL,
[one_b_docs_to_display] [int] NULL,
[one_b_search_type] [int] NULL,
[one_b_doc_view_mode] [int] NULL,
[one_b_hide_details] [int] NULL,
[doc_id] [int] NULL,
[hits] [int] NULL,
[inbox_counter] [int] NULL,
[one_b_word_parts] [int] NULL,
[one_b_match_type] [int] NULL,
[one_b_search_fields] [int] NULL,
[one_b_search_order] [nvarchar] (255) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[web_suppress_tour] [int] NULL,
[web_last_login] [int] NULL,
[web_popup1_height] [int] NULL,
[web_popup1_width] [int] NULL,
[web_popup2_height] [int] NULL,
[web_popup2_width] [int] NULL,
[web_popup3_height] [int] NULL,
[web_popup3_width] [int] NULL,
[web_popup4_height] [int] NULL,
[web_popup4_width] [int] NULL,
[web_toolbar_tab] [int] NULL,
[web_preferences] [int] NULL,
[last_mod_dt] [int] NULL,
[sd_search_fields_cr] [int] NULL,
[sd_search_fields_iss] [int] NULL,
[globalsd_active_zone] [int] NULL,
[classic_resultset_context] [int] NULL,
[kt_report_card_past_days] [int] NULL,
[kt_report_card_screen_default] [int] NULL,
[web_role_id] [int] NULL,
[tenant] [binary] (16) NULL,
[last_mod_by] [binary] (16) NULL,
[use_default_role] [int] NULL,
[sa_analyst_localization] [int] NULL
) ON [PRIMARY]
GO
ALTER TABLE [dbo].[usp_preferences] ADD CONSTRAINT [XPKusp_preferences] PRIMARY KEY CLUSTERED ([id]) ON [PRIMARY]
GO
CREATE UNIQUE NONCLUSTERED INDEX [usp_preferences_x0] ON [dbo].[usp_preferences] ([analyst_id]) ON [PRIMARY]
GO
CREATE NONCLUSTERED INDEX [usp_preferences_x1] ON [dbo].[usp_preferences] ([tenant]) ON [PRIMARY]
GO
GRANT SELECT ON  [dbo].[usp_preferences] TO [service_desk_admin_group]
GRANT INSERT ON  [dbo].[usp_preferences] TO [service_desk_admin_group]
GRANT DELETE ON  [dbo].[usp_preferences] TO [service_desk_admin_group]
GRANT UPDATE ON  [dbo].[usp_preferences] TO [service_desk_admin_group]
GO
Uses