adspace
Answer Posted / Naveen Dev Verma
Sybase provides the sp_procoption system stored procedure to set options for stored procedures. One of these options is 'capture startup' which allows you to capture the SQL used to start a stored procedure. Here's an example:
EXECUTE sp_procoption proc_name, 'capture startup', 'true'
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category