Contains bios portion of Prospect Quick Search business ownership detail results.
Primary Key
| Primary Key |
Field Type |
| ID |
uniqueidentifier |
Fields
| Field |
Field Type |
Null |
Notes |
Description |
| NAME |
nvarchar(100) |
|
Default = '' |
|
| BIO |
nvarchar(max) |
|
Default = '' |
|
| 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. |
| LAST |
nvarchar(35) |
|
Default = '' |
|
| FIRST |
nvarchar(25) |
|
Default = '' |
|
| MIDDLE |
nvarchar(10) |
|
Default = '' |
|
| SUFFIX |
nvarchar(3) |
|
Default = '' |
|
Foreign Keys
Indexes
| Index Name |
Fields |
Unique |
Primary |
Clustered |
| IX_PARTIALINFORMATIONSEARCHRESULT_BUSINESSOWNERSHIPDETAIL_BIOS_DATEADDED |
DATEADDED |
|
|
yes |
| IX_PARTIALINFORMATIONSEARCHRESULT_BUSINESSOWNERSHIPDETAIL_BIOS_DATECHANGED |
DATECHANGED |
|
|
|
| IX_PARTIALINFORMATIONSEARCHRESULT_BUSINESSOWNERSHIPDETAIL_BIOS_PARTIALINFORMATIONSEARCHRESULT_BUSINESSOWNERSHIPDETAILID |
PARTIALINFORMATIONSEARCHRESULT_BUSINESSOWNERSHIPDETAILID |
|
|
|
| PK_PARTIALINFORMATIONSEARCHRESULT_BUSINESSOWNERSHIPDETAIL_BIOS |
ID |
yes |
yes |
|
Triggers