Viewing 4 posts - 1 through 5 (of 5 total)
Thanks for your help Chris and John!
I was able to make this work using the code below.
declare @objcursor as cursor
declare @delquery as nvarchar(max)
declare @vsql as...
May 30, 2017 at 6:13 am
The SQL which you are executing dynamically is in a different, inner, session to...
May 25, 2017 at 5:03 am
Yes John. I understand this can be done through a simple DELETE statement. The actual code we had earlier was the same, but now as we are generalizing the process...
May 25, 2017 at 4:49 am
Thanks for your reply!
Not really. As mentioned, there is more code to this script which I might not be able to include here.
I will be passing an ID...
May 25, 2017 at 3:47 am
Viewing 4 posts - 1 through 5 (of 5 total)