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

What is replication server? What is its role in sybase?

0 Answers  


What measures are there to increase the db space?

0 Answers  


Explain about sybase 365?

0 Answers  


What do you mean by asa in sybase?

0 Answers  


How do I pipe the output of isql to a file in sybase?

0 Answers  


What are the different types of (all page) locks in sybase?

0 Answers  


What is the difference between db-lib and ct-lib in sybase?

0 Answers  


You need to multiply all values of a single column. How would you do that?

0 Answers  


How to take backup in sybase database in sap?

0 Answers  


Is sybase a database? Explain.

0 Answers  


How do I start sybase control center in windows?

0 Answers  


How can we add a column to a table without altering the same?

4 Answers   BNP Paribas,


Categories