What is the maximum nesting level of Stored Procedure and
Triggers in Sybase?
Answer Posted / rinu
Triggers can nest to a depth of 16 levels. The current
nesting level is stored in the @@nestlevel global variable.
Nesting is enabled at installation. A System Administrator
can turn trigger nesting on and off with the allow nested
triggers configuration parameter.
the same is applied for Sp with nesting level with a range
or depth from 0 to 16.
if more than 16 then we get an error as :Maximum stored
procedure nesting level exceeded (limit 16).
| Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
What you need to do is issue an ase kill command on the connection then un-suspend the db?
Explain the advantages of data integration suite in sybase.
What is the difference between replication server and sql remote in sybase?
What is the depth of triggers?
What is replication in sybase?
When should I execute an sp_recompile in sybase?
Who owns sybase?
What is server replication?
What do you mean by deferred update in sybase?
Explanation about replication server software?
When are stored procedures compiled in sybase?
What is the difference between 'dump tran database to physical name' 'dump tran database with truncate_only' and dump tran database with no_log'and in real time when we go to truncate the log?
What is open client in sybase?
What are the catches?
When you change a database option when will it come into effect?