RE7INTEGRATIONCREDENTIALS
Contains the credentials required for an appuser to access The Raiser's Edge
Primary Key
| Primary Key |
Field Type |
| ID |
uniqueidentifier |
Fields
| Field |
Field Type |
Null |
Notes |
Description |
| RE7USERNAME |
nvarchar(128) |
|
Default = '' |
RE7 user name. |
| RE7PASSWORD |
nvarchar(4000) |
|
Default = '' |
RE7 user password. |
| RE7WINDOWSAUTHENTICATION |
bit |
|
Default = 0 |
Use Windows authentication to log into RE7. |
| 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 |
| ID |
uniqueidentifier |
|
APPUSER.ID
|
Primary Key. |
| ADDEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
| CHANGEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
Indexes
| Index Name |
Fields |
Unique |
Primary |
Clustered |
| IX_RE7INTEGRATIONCREDENTIALS_DATEADDED |
DATEADDED |
|
|
yes |
| IX_RE7INTEGRATIONCREDENTIALS_DATECHANGED |
DATECHANGED |
|
|
|
| PK_RE7INTEGRATIONCREDENTIALS |
ID |
yes |
yes |
|
Triggers