Viewing 15 posts - 1,816 through 1,830 (of 3,957 total)
Sorry to disappoint you guys but I wasn't able to come up with anything.
My gut was telling me an rCTE wouldn't do it and the set-based loop I tried wouldn't...
May 15, 2013 at 6:22 am
Cadavre (5/13/2013)
May 15, 2013 at 2:43 am
Reeni-244464 (5/9/2013)
I'm a little late to the party. 🙂 and I'm a little confused - I have used merge in similar instances and it has behaved as was originally intended...
May 9, 2013 at 11:03 pm
rocky_498 (4/22/2013)
April 25, 2013 at 12:10 am
Late to the party it seems but I think what you need is a good delimited string splitter like DelimitedSplit8K[/url] in the linked article.
WITH ComputerRecords (cn) AS (
SELECT 'Sys=Apple Inc.|iMac11,1;SN=QP0261H75RU;OS=Ver:6.1.7601,SP:1,Type:1;Form=Desktop;'
UNION...
April 25, 2013 at 12:03 am
Lynn Pettis (4/23/2013)
L' Eomot Inversé (4/23/2013)
Jeff Moden (4/23/2013)
April 24, 2013 at 4:19 am
Jeff Moden (4/16/2013)
ChrisM@Work (4/16/2013)
Jeff Moden (4/16/2013)
Awesome job, Chris. Well done!
Thanks Jeff! And thank you for the encouragement to put pen to paper. DC's been nagging me for ages. Once...
April 22, 2013 at 6:53 am
L' Eomot Inversé (4/20/2013)
David Burrows (6/20/2012)
vinu512 (6/20/2012)
Cadavre (6/20/2012)
April 21, 2013 at 5:53 pm
ChrisM@Work (4/19/2013)
Sean Lange (4/18/2013)
patrickmcginnis59 10839 (4/18/2013)
Time and again I've read in the news folks absolutely ruin their own lives over dumb forum stuff even when posting under what they perceive...
April 21, 2013 at 5:50 pm
Jeff Moden (4/17/2013)
You're not doing so bad, yourself, Dwain. Ten mostly 5 star articles in a year is freakin' awesome!
Thanks Jeff.
Actually my latest only got 4 stars but on...
April 17, 2013 at 7:54 pm
Jeff Moden (4/16/2013)
ChrisM@Work (4/16/2013)
Jeff Moden (4/16/2013)
Awesome job, Chris. Well done!
Thanks Jeff! And thank you for the encouragement to put pen to paper. DC's been nagging me for ages. Once...
April 16, 2013 at 7:04 pm
michaelhitchin (4/5/2013)
April 10, 2013 at 7:22 pm
Jeff Moden (4/7/2013)
amd.repetto (4/7/2013)
dwain.c (4/7/2013)
amd.repetto (4/5/2013)
The data will be send later as json with a format like ",<id>,<name_of_column>,<value>"
As a sidebar, that format is usually referred to as an "EAV",...
April 7, 2013 at 8:26 pm
amd.repetto (4/5/2013)
"Dwain,
Thanks for the quick answer! Don't worry, answer me when you have enough time,...
April 7, 2013 at 2:58 am
amd.repetto (4/5/2013)
The post was very useful to me, I use it all the time!! just have little question, if you check the insert values statement on msdn, it has...
April 5, 2013 at 6:47 am
Viewing 15 posts - 1,816 through 1,830 (of 3,957 total)