Field |
Field Type |
Null |
Notes |
Description |
VIEWNAME |
nvarchar(128) |
|
Default = '' |
Name of the SQL view. |
DESCRIPTION |
nvarchar(max) |
|
Default = '' |
Description of the SQL view. |
SQLVIEWSPECXML |
xml |
|
|
XML spec that defines the SQL View. |
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. |
MARTKEY |
nvarchar(255) |
 |
|
|