rs_ticket_report

Description

Insert ticket to the rs_ticket_history table.

Examples

Example 1

A sample of the customized rs_ticket_report:

alter function string rs_ticket_report
   for rs_sqlserver_function_class
   output language 
      'insert rs_ticket_history(h1,h2,h3,h4,
         pdb,prs,rrs,rdb,pdb_t,exec_t, dist_t,rsi_t,
         dsi_t,exec_b,rsi_b,dsi_tnx,dsi_cmd,ticket)
      values(?h1!param?, ?h2!param?, ?h3!param?,
         ?h4!param?, ?rs_origin_db!sys?, ?prs!param?,
         ?rrs!param?, ?rs_destination_db!sys?,
         ?pdb!param?, ?exec!param?, ?dist!param?,
         ?rsi!param?, ?dsi!param?, ?b!param?,
         ?rsi_b!param?, ?dsi_t!param?, ?dsi_c!param?,
         ?rs_ticket_param!param?)'

Usage

See also

rs_ticket, rs_ticket_history