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 would you lock a table in sybase? What text command will you use for it?

0 Answers  


Explain 'forcing an index' concept.

0 Answers  


We have lost the sa password, what can we do?

0 Answers  


List the types of locking?

0 Answers  


How do I set a password to be null?

0 Answers  






How does sybase replication work?

0 Answers  


What is the relationship between jdbc and sybase?

0 Answers  


What is open server in sybase?

0 Answers  


How to pad with leading zeros an int or smallint in sybase?

0 Answers  


Can you create your own sps for system wise?

0 Answers  


How do the blocker processes exist internally in sybase?

0 Answers  


Sybase system databases

2 Answers  


Categories