Viewing 15 posts - 136 through 150 (of 4,080 total)
I think Whenriksen summed it all up when he said "Writing the expression once was enough for me." While working out calculations to...
October 13, 2016 at 3:43 pm
Jeff Moden (10/13/2016)
ScottPletcher (10/13/2016)
Btw, Thanksgiving is the fourth Thursday of the month not necessarily the last Thursday (see year 2012, for example).
I missed that on the first read. Thanks,...
October 13, 2016 at 3:03 pm
Thanks for the explanation. Without seeing a column for "Barn" we have no way of knowing that. But my previous set of options remains...
October 11, 2016 at 2:01 pm
Not today. 🙂
October 7, 2016 at 4:04 pm
You should be ashamed, Lynn. 😀
October 7, 2016 at 3:24 pm
First I'd make sure that your data was correct and that somebody hadn't fat-fingered a flock number.
You have a number of options as I see...
October 5, 2016 at 4:45 pm
Define cascading please. Output from itvf_1 becomes input to itvf_2 ??
October 4, 2016 at 12:58 pm
WHOA !! THOSE ARE LARGER THAN LIFE !!!!! :w00t:
October 3, 2016 at 4:03 pm
Eirikur Eiriksson (10/3/2016)
Luis Cazares (10/3/2016)
Jeff Moden (10/2/2016)
The Dixie Flatline (9/30/2016)
Fortunately, I only need around 300, not thousands. 😀Thanks guys.
Just curious.... what are you doing that...
October 3, 2016 at 4:02 pm
Hope you get an A....
declare @input table (ID int, Schedule int, ISCI varchar(10), rotationnumber int)
insert into @input
values
(1, 100, 'abc', 9),
(2, 200, 'cod', 5),
(3, 450, 'xay', 1)
select N.*
from @input...
October 3, 2016 at 2:20 pm
While we're on the subject, does anyone know of a reason there could be a performance hit from doing all these cross applies? I'm assuming it makes...
October 3, 2016 at 8:22 am
This is part of an ETL process I'm having to work on replacing. The existing process has rather complicated logic governing when columns can be updated in...
October 3, 2016 at 8:16 am
One more thing. One of the reasons I've always loved SSC as a resource is that you guys went to the trouble of writing the code to...
September 30, 2016 at 2:49 pm
Fortunately, I only need around 300, not thousands. 😀
Thanks guys.
September 30, 2016 at 2:45 pm
Viewing 15 posts - 136 through 150 (of 4,080 total)