FACT_SMARTQUERYSECURITY
Stores permissions for smart queries.
Primary Key
| Primary Key | Field Type |
|---|---|
| SMARTQUERYSECURITYFACTID | int |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| PERMISSIONSYSTEMID | uniqueidentifier | yes | dbo.[SYSTEMROLEPERM_SMARTQUERY].[ID] | |
| SMARTQUERYCATALOGID | uniqueidentifier | yes | dbo.[SYSTEMROLEPERM_SMARTQUERY].[SMARTQUERYCATALOGID] | |
| SYSTEMROLEDIMID | int | yes | Surrogate key for the system role dimension, derived from dbo.[SYSTEMROLEPERM_SMARTQUERY].[SYSTEMROLEID] | |
| GRANTORDENY | bit | yes | dbo.[SYSTEMROLEPERM_SMARTQUERY].[GRANTORDENY] | |
| ISINCLUDED | bit | yes | Flag indicating when data should be included in results. | |
| SOURCEDIMID | int | yes | Source system used. | |
| ETLCONTROLID | int | yes | ID generated through the ETL process. |
Indexes
| Index Name | Fields | Unique | Primary | Clustered |
|---|---|---|---|---|
| PK_FACT_SMARTQUERYSECURITY | SMARTQUERYSECURITYFACTID | yes | yes | yes |