Viewing 15 posts - 6,961 through 6,975 (of 9,399 total)
crookj (11/18/2014)
WotD - juxtaposition
Relative
November 18, 2014 at 2:00 pm
The reason is that the two parts of your CASE statement return different data types. SUM returns an integer and 'No data available' returns a varchar. If you...
November 18, 2014 at 1:40 pm
Jack Corbett (11/18/2014)
Evil Kraig F (11/18/2014)
Steve... can you convince the powers that be to put up a 'board of shame' or something on...
November 18, 2014 at 1:36 pm
Jeff Moden (11/18/2014)
ahfb (11/18/2014)
Hi FirendsHow to remove Character From Column,Just Character.
I want to work with number.
Tnx For Help
Do you mean you want to remove all non-numeric-digits from the column? ...
November 18, 2014 at 8:54 am
Eric M Russell (11/18/2014)
November 18, 2014 at 8:35 am
In SQL, a calculation can be performed as an expression in the column list of the SELECT statement. I'm not sure of what your question is either. Could...
November 18, 2014 at 8:25 am
Gary Varga (11/18/2014)
Stefan Krzywicki (11/18/2014)
BWFC (11/18/2014)
Stefan Krzywicki (11/18/2014)
cackalackian (11/18/2014)
Would you want aspects of your life, perhaps data outside of your health (think driving, finance, etc) to be part of the...
November 18, 2014 at 7:14 am
BWFC (11/18/2014)
Stefan Krzywicki (11/18/2014)
cackalackian (11/18/2014)
Would you want aspects of your life, perhaps data outside of your health (think driving, finance, etc) to be part of the evaluation (or negotiation) process...
November 18, 2014 at 6:51 am
I don't know that I'm qualified to make decisions about how people live their lives and the impact that will have on their costs in the future. All the...
November 18, 2014 at 5:38 am
Another wrinkle is that the databases could be installed in different directories. I don't have mine that way, but it could be done. If you query sys.master_files, it...
November 18, 2014 at 5:24 am
I'd recommend DelimitedSplit8K as well. If you want to split on the carriage return, split by CHAR(10). Splitting by a comma is simply ','.
November 18, 2014 at 5:14 am
To remove one character, use the REPLACE function. I suspect there's slightly more to it than that, so like Gianluca said, please post an example. It's best if...
November 18, 2014 at 5:12 am
Steve Jones - SSC Editor (11/17/2014)
Ed Wagner (11/17/2014)
Steve Jones - SSC Editor (11/15/2014)
We're still tuning stuff.believe me, it's as much a pain for me as anyone else.
Steve, let me...
November 17, 2014 at 10:47 am
Really nice question. Good way to get the brain moving on a Monday morning.
November 17, 2014 at 6:25 am
Viewing 15 posts - 6,961 through 6,975 (of 9,399 total)