| Primary Key | Field Type |
|---|---|
ID |
uniqueidentifier |
| 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) | ![]() |
convert(bigint, TS) | Numeric representation of the timestamp |
| Foreign Key | Field Type | Null | Notes | Description |
|---|---|---|---|---|
ADDEDBYID |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT | |
CHANGEDBYID |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT |
| Index Name | Field(s) | Unique | Primary | Clustered |
|---|---|---|---|---|
IX_REPORTROOTFOLDERLIST_DATEADDED |
DATEADDED | ![]() |
||
PK_REPORTROOTFOLDERLIST |
ID | ![]() |
![]() |
|
UIX_REPORTROOTFOLDERLIST_DISPLAYNAME |
DISPLAYNAME | ![]() |
||
UIX_REPORTROOTFOLDERLIST_FOLDERPATH |
FOLDERPATH | ![]() |
| Trigger Name | Description |
|---|---|
TR_REPORTROOTFOLDERLIST_AUDIT_UPDATE |
|
TR_REPORTROOTFOLDERLIST_AUDIT_DELETE |

ID
FOLDERPATH
TSLONG
ADDEDBYID
IX_REPORTROOTFOLDERLIST_DATEADDED
UIX_REPORTROOTFOLDERLIST_DISPLAYNAME