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 to compute database fragmentation in sybase?

0 Answers  


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

0 Answers  


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

0 Answers  


Is sybase owned by sap?

0 Answers  


What is rollback trigger in a trigger?

0 Answers  






Explain autosys. Why do you need it.

0 Answers  


How would you configure burn factor in sybase?

0 Answers  


What is sybase ?

0 Answers  


How to clear tempdb when the tempdb gets filled in sybase?

0 Answers  


What does –i option do in sybase tools?

0 Answers  


In sybase, we can have multiple users associated to same login ,each corresponds to different databases, right? how can we login to one database with corresponding user id?

3 Answers   ISRO,


How to remove row affected and dashes?

0 Answers  


Categories