Viewing 15 posts - 106 through 120 (of 133 total)
I probably phrased my original question incorrectly. Is there a way to display the value as 0.00004 instead of 4E-05 while still casting it as a float?
You have missed...
August 25, 2016 at 10:24 am
The discussion I want is about having a column where you have a statement, or an UDF, in a form of a VARCHAR, and with an SProc have that...
August 25, 2016 at 10:16 am
Compare it with a single function reading the data from a single Calendar table having holiday records specific for different locations, and simple user interface which allows users update...
August 25, 2016 at 9:25 am
Back in the 1980'2, when I was on ANSI X3H2, the question of whether or not to require a primary key in the table came up in the committee. Back...
August 20, 2016 at 7:16 pm
BY DEFINITION, a table has to have at least one key. Your narrative is for a deck of punch cards written in SQL. Exactly what is this data?
August 20, 2016 at 12:00 pm
>> I have one table called A. A has dependencies on B. B has dependencies on c. C has dependencies on D. A has dependencies on B,C,D. <<
Please read...
August 20, 2016 at 11:53 am
And I got the back seat cover washed and returned without killing Ms Mya, the quietest, gentlest dog we have ever owned. 🙂 I just got through...
August 17, 2016 at 4:14 pm
I apologize for this half answer, but in some of my books I have an update statement that uses a case expression (not a case statement, please?) To move things...
August 17, 2016 at 12:22 pm
skeleton567 (8/16/2016)
August 17, 2016 at 11:20 am
I used to be a statistician in a former life, but I do not remember ever seeing a really good book/paper/magazine article on all the problems of rounding! Usually all...
August 16, 2016 at 3:54 pm
Me! Me! 😛 But which one? There have been:
1) go up or down from "x5" alternating.
2) go up or down from "x5" in a uniform random distribution.
3) go up...
August 15, 2016 at 3:57 pm
The ANSI/ISO standards define rounding as "implementation defined", so you have to be careful. Google scientific versus commercial rounding (I prefer this because it is more "set oriented" than "single...
August 15, 2016 at 10:12 am
Nusc (7/31/2016)
Year , name, latitude,...
August 4, 2016 at 10:03 am
Adam Mechanic had an improved technique. The only downside was that if the adjacency list had a cycle, it was bitch to find. The old stack algorithms could be written...
August 1, 2016 at 7:18 pm
What you are doing is modeling a hierarchy with an adjacency list model (basically fake pointer chains). Google around for "nested sets model" and use it instead. After all, SQL...
August 1, 2016 at 11:58 am
Viewing 15 posts - 106 through 120 (of 133 total)