InterviewSolution
Saved Bookmarks
| 1. |
Nesting limit OF stored procedure is up to ________level.(a) 30(b) 32(c) 34(d) 36This question was addressed to me in exam.Enquiry is from Built in Stored Procedures topic in section Developing with SQL Server of SQL Server |
|
Answer» RIGHT ANSWER is (b) 32 The explanation is: In Sql Server stored PROCEDURE nesting limit is up to 32 LEVELS, but there is no limit on the number of stored procedures that can be invoked with in a store. |
|