What is the maximum nesting level of Stored Procedure and
Triggers in Sybase?
Answers were Sorted based on User's Feedback
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 replication server? What is its role in sybase?
What measures are there to increase the db space?
Explain about sybase 365?
What do you mean by asa in sybase?
How do I pipe the output of isql to a file in sybase?
What are the different types of (all page) locks in sybase?
What is the difference between db-lib and ct-lib in sybase?
You need to multiply all values of a single column. How would you do that?
How to take backup in sybase database in sap?
Is sybase a database? Explain.
How do I start sybase control center in windows?
How can we add a column to a table without altering the same?