How do I capture a process s sql in sybase?
Answer / 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 |
What is an advantage to using a stored procedure as opposed to passing an sql query from an application ?
What is server replication?
How do I correct time slice -201?
Explain locking?
What is ceiling()?
Explain about sybase 365?
How do you use workspace in sybase?
What happen when we delete the table using trigger?
What does –i option do in sybase tools?
What is cis and how can I use it?
How do you troubleshoot if your tempdb gets filled
What is table partitioning in sybase?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)