Viewing 6 posts - 1 through 6 (of 6 total)
Thanks so much. Very tidy solution.
December 31, 2012 at 11:33 am
Hi Lowell,
This will solve a problem I am having.
Are you able to share your WebReader.zip again?
Thanks in advance.
December 30, 2012 at 6:19 pm
Thanks for the detailed and METHODICAL analysis. I once was troubleshooting a performance problem in a large, complicated application and it came down to a "set quoted identifer on"...
August 1, 2012 at 6:59 am
Quick question regarding ignore_dup_key option:
If the attempted insert includes multiple "duplicates", how do you control which one succeeds.
From trial and error, it looks like if my set...
January 6, 2012 at 3:19 pm
YES!!!!!
This does the trick. Thanks so much, I hope it addresses the original question as well.
December 13, 2011 at 5:19 pm
I think I have a very similar need:
a) I have an "input" xml document that carries the input specifications for multiple tests:
declare @xmlInput xml
set @xmlInput = '<Tests>
<Test>
<Id>1</Id>
<Name>Test1</Name>
<Inputs>
<Input1>17</Input1>
...
December 13, 2011 at 2:47 pm
Viewing 6 posts - 1 through 6 (of 6 total)