Viewing 15 posts - 286 through 300 (of 3,047 total)
OK, had to look it up. I didn't know anything about U-SQL. Still don't really.
September 27, 2016 at 6:44 am
We are a small shop with half a dozen programmers and as many other IT personnel. We develop software that we only use in house, do not sell. We have...
September 27, 2016 at 6:40 am
chrisn-585491 (9/27/2016)
September 27, 2016 at 6:38 am
Thanks for the script. I'll give it a try.
September 27, 2016 at 6:31 am
Thanks for another good article in the series.
September 27, 2016 at 6:29 am
Comparing goals of creator to consumer? This makes it sound like the creator creates his own goals. From my experience the creator doesn't set the goal of what he is...
September 26, 2016 at 7:26 am
Nice script. I will have a use for this. Thanks.
September 26, 2016 at 7:13 am
You're too modest. It's not just for newcomers. Us old folks forget the simple things and can use reminders now and then.
September 26, 2016 at 7:12 am
Pictures. I like pictures. If you can draw me a map of the big picture, then break down each section into smaller pictures, that helps me a lot and I...
September 26, 2016 at 7:09 am
Sorin Petcu (9/26/2016)
You should use if..begin..else..end or case..end instead of iif because iif is used only for versions of sql server upper of 2012.
Good suggestion.
September 26, 2016 at 7:06 am
Jeff Moden (9/23/2016)
paolo.bert (9/23/2016)
http://www.sqlservercentral.com/articles/T-SQL/63681/
For an introduction in...
September 26, 2016 at 7:04 am
Should be something like "is null" for the compare. Another gotcha would be to do something like CASE X WHEN NULL, which fails.
September 26, 2016 at 7:00 am
Stewart "Arturius" Campbell (9/26/2016)
Nice question, thanks Thomas.The ANSI NULLS setting, will, of course, impact the final outputs.
Didn't know that. Makes sense.
September 26, 2016 at 6:58 am
Viewing 15 posts - 286 through 300 (of 3,047 total)