What is the maximum nesting level of Stored Procedure and
Triggers in Sybase?

Answers were Sorted based on User's Feedback



What is the maximum nesting level of Stored Procedure and Triggers in Sybase?..

Answer / 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

What is the maximum nesting level of Stored Procedure and Triggers in Sybase?..

Answer / jayakumar

If more than 16 levels, it will degrade your performance.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Sybase Interview Questions

How do I find the oldest open transaction in sybase?

0 Answers  


How to check database size in sybase iq?

0 Answers  


State some of the products of sybase?

0 Answers  


How do I tell which tables have identities in sybase?

0 Answers  


How to connect to sybase database from linux?

0 Answers  






What is the depth of triggers?

0 Answers  


How do I connect to sybase?

0 Answers  


What is sybase replication server?

0 Answers  


What is the role of replication server in sybase?

0 Answers  


Why place tempdb and log on low numbered devices?

0 Answers  


What is the difference between replication server and sql remote in sybase?

0 Answers  


What is a coalesce? What is the equivalent of oracle/db2 coalesce function in sybase?

0 Answers  


Categories