Viewing 15 posts - 1 through 15 (of 18 total)
May 18, 2018 at 7:41 am
SkyNet could have been very buggy and not self aware. How many times have we confused a bug with an indented feature of the program?:Whistling:
July 24, 2015 at 7:09 am
I don’t think we can create true intelligence in a machine, we don’t know why we are intelligent.
All we know is that the brain mass - body mass ratio...
July 24, 2015 at 6:51 am
If you could alter tables the way you suggest, it would appear that you could also change the column order and type.
Accidently changing the column order and type would...
February 27, 2014 at 8:47 am
Here is a problem that SQL Aggregates are good at solving:
I work at a Waste Water Treatment plant and have 30,000 tags/data points that I am monitoring. These tags tell...
February 5, 2014 at 8:24 am
From my point of view, the more SQL aggregates, the better. Most of SQL computations I do involve things like Rolling Averages, Rolling Standard Deviations, Rolling Minimums and Rolling Maximums....
February 5, 2014 at 7:53 am
When we upgrade to 2012, I will not need this statement anymore:
select * from (select *,row_number() over (order by value) row from dailydata where tagname = '<TagName>' and datepart(year,datetime)...
December 6, 2013 at 7:48 am
I am working on a tool, that does some pretty heavy number crunching, too help managers decide if it’s cheaper to repair or replace sludge pumps.
I work at a...
August 23, 2013 at 7:27 am
My current upgrade project will have been running about a year when it’s complete. :unsure: Of course, I am assuming that there are no new surprises.
This is the last...
May 24, 2013 at 8:46 am
As an old programmer, I recommend a .net language. I prefer C#, but VB is closer to English and is used in Microsoft Applications like Access and Excel.
July 6, 2012 at 8:48 am
Viewing 15 posts - 1 through 15 (of 18 total)