|
Sybernet / Supplied Procedures Reference
Release 3.00 Mar 03, 2005 |
|
This procedure is called from sp_html_cron to send an e-mail in the case your stored procedure did not complete successfully.
For Internal Use Only.
procedure sp_html_cron_mail
(
@ROW_ID VARCHAR(30)
) ;
| Parameter | Description |
|---|---|
row_id |
The ROW_ID of this entry in the CRON table. |