阅读背景:

Creating recurive stored procedures in T-SQL.

来源:互联网 
In SQLServer, I tried to define a stored procedure to recursively invoke itself (See the following T-SQL statements). However, the maximum nesting level of recursion is 30 (Tested under SQL Server 2000). Once the nesting level is exceeded, an error will occur. Another thing I'd like to mention here is that, there would be a warning message prompted by SQL Server as 'Cannot add rows to sysdepends for the current stored procedure because it depends on the missing object 'test_recursion'. The stored procedure will still be created.'. In SQLServer, I tried to define a stored proced



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: