March 18, 2008 at 1:01 am
Hello All,
I've configured Transactional publication with updatable subscriptions(with push subscription) using SQL Server 2005 in our development environment to test some scenarios, after configuration the initial snapshot was successfully subscribed by the subscriber, but the users and the object level permissions were missing, apart from this when I'm updating a row in publisher, I'm getting below error.
Maximum stored procedure, function, trigger, or view nesting level exceeded (limit 32)
Can anyone help me as why this is happening?
Thanks in advance...!
Rohit
March 18, 2008 at 1:01 pm
The error indicates that you have nested level over 32 either or stored procedures, functions, ...
May the following links help.
http://forums.databasejournal.com/showthread.php?t=6805
http://www.sqlservercentral.com/articles/Basic+Querying/nestingstoredprocedures/998/
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply