A place to learn from Little Techie...
Little Techie who is Microsoft Most Valuable Professional (MVP), Most Valuable Contributor (MVC), Most Valuable Member (MVM), Member of the Year..........
Pages
▼
Wednesday, February 25, 2009
NestLevel in SQL Server Stored Procedures
@@NESTLEVEL Returns the nesting level of the current stored procedure execution
Each time a stored procedure calls another stored procedure, the nesting level is incremented. When the maximum of 32 is exceeded, the transaction is terminated.
No comments:
Post a Comment