Field |
Field Type |
Null |
Notes |
Description |
PROFILENAME |
nvarchar(128) |
|
Default = '' |
The name of the profile in msdb.dbo.sysmail_profile used to send alerts. |
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. |
ENABLED |
bit |
|
Default = 0 |
When on, email alerts are enabled. |
APPLICATIONLINKFORMATCODE |
tinyint |
|
Default = 0 |
|
APPLICATIONLINKFORMAT |
nvarchar(21) (Computed) |
 |
CASE [APPLICATIONLINKFORMATCODE] WHEN 0 THEN N'Windows client format' WHEN 1 THEN N'Web client format' END |
|