Viewing 2 posts - 1 through 2 (of 2 total)
Hi Dev,
I checked by removing "NOLOCK". error still there. issue seems to be somewhere else.
Thanks
Harish
February 7, 2012 at 8:37 am
#1443844
Thanks.
exec RetrievingNode @Keys='one,two,three'
This stored proc takes a key path and returns node as well its children.
here are the database table
CREATE TABLE [dbo].[KeyedNodes](
[Id] [int] IDENTITY(1,1) NOT...
February 7, 2012 at 8:20 am
#1443819