Viewing 15 posts - 406 through 420 (of 8,416 total)
Sigh. Ticked all the 'new' data types except 'date' for some reason. Clearly having an off day.
July 3, 2012 at 10:09 pm
Hugo Kornelis (6/27/2012)
July 3, 2012 at 10:04 pm
WayneS (7/1/2012)
July 3, 2012 at 9:59 pm
David Moutray (6/24/2012)
Would this avoid error 539 ("schema changed after the target table was created")?
Yes. Error 539 is specific to SELECT...INTO, and the way it is implemented internally. ...
June 25, 2012 at 6:16 pm
dwain.c (5/24/2012)
I just went to use it today and realized that it only supports 1 character delimiter.
For anyone interested, here's a multi-character SQLCLR splitter based on Adam Machanic's code:
CREATE ASSEMBLY...
June 21, 2012 at 2:51 am
L' Eomot Inversé (6/20/2012)
June 20, 2012 at 3:48 pm
iwaldner (6/13/2012)
The Merge I'll have to look at.. haven't used it before..Thanks
The syntax is a bit weird to start with, but you get used to it eventually 🙂
June 13, 2012 at 5:58 pm
iwaldner (6/13/2012)
June 13, 2012 at 3:31 pm
Jeff Moden (6/9/2012)
I'm not a C# programmer so I don't actually know what the problem is but the CLR is returning NULL for the last column.
I always forget the last...
June 9, 2012 at 11:13 am
MyDoggieJessie (6/7/2012)
June 9, 2012 at 8:33 am
Carla Wilson-484785 (6/8/2012)
There are some subtle format differences that seem very arbitrary to me.
It's often a backward-compatibility thing.
June 8, 2012 at 9:44 am
Viewing 15 posts - 406 through 420 (of 8,416 total)