REPORTROOTFOLDERLIST
The REPORTROOTFOLDERLIST table contains a list of all Report Services root folders that will be displayed by the system.
Primary Key
Primary Key |
Field Type |
ID |
uniqueidentifier |
Fields
Field |
Field Type |
Null |
Notes |
Description |
FOLDERPATH |
nvarchar(1024) |
|
|
The path to the specified folder in Report Services. |
DISPLAYNAME |
nvarchar(255) |
|
|
The user-friendly name to be displayed for the specified folder. |
SEQUENCE |
int |
|
Default = 0 |
The order in which to display the folders. |
DATEADDED |
datetime |
|
Default = getdate() |
Indicates the date this record was added |
DATECHANGED |
datetime |
|
Default = getdate() |
Indicates the date this record was last changed |
TS |
timestamp |
|
|
Timestamp |
TSLONG |
bigint (Computed) |
yes |
convert(bigint, TS) |
Numeric representation of the timestamp |
Foreign Keys
Foreign Key |
Field Type |
Null |
Notes |
Description |
ADDEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT |
CHANGEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT |
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
IX_REPORTROOTFOLDERLIST_DATEADDED |
DATEADDED |
|
|
yes |
PK_REPORTROOTFOLDERLIST |
ID |
yes |
yes |
|
UIX_REPORTROOTFOLDERLIST_DISPLAYNAME |
DISPLAYNAME |
yes |
|
|
UIX_REPORTROOTFOLDERLIST_FOLDERPATH |
FOLDERPATH |
yes |
|
|
Triggers