What is the maximum nesting level of Stored Procedure and
Triggers in Sybase?
Answer Posted / 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 |
Post New Answer View All Answers
List different types of sybase index.
What are the important features of sybase?
What is the use of sp_helprotect in sybase?
How would you lock a table in sybase? What text command will you use for it?
What are the advantages that you can get from mainframe connect in sybase?
What is cis and how can I use it?
State some of the criticism about sybase iq?
What is replication in sybase?
Can I run any transact-sql command on a partitioned table in sybase?
Explain procedure cache?
Which version of open client works with which ase in sybase?
What is trace flags — 5101 and 5102 in sybase?
Explain about the sybase group?
What is coalesce in sybase?
Differentiate between clustered and non-clustered index.