Viewing 15 posts - 286 through 300 (of 2,007 total)
meadow0 (3/5/2013)
I'll basically do my best to describe what I'm trying to accomplish, and give you the query I have so far (which isn't correct).
I have several different...
March 5, 2013 at 9:16 am
ScottPletcher (3/5/2013)
March 5, 2013 at 8:50 am
Sounds like an extremely odd requirement, so I doubt we're getting the whole picture. I'd suggest that you think about what Chris stated.
Anyway, I guess that something like this would...
March 4, 2013 at 7:36 am
winmansoft (3/3/2013)
select top 1 [date] from WHERE [date] BETWEEN '01-Jan-2012' and '20-Jan-2013' order...
March 4, 2013 at 4:59 am
Guessed the mind of the creator of the question correctly, so got it right. However, I think there is some ambiguity in how the question is phrased so it should...
March 1, 2013 at 2:31 am
Steve JP (2/28/2013)
March 1, 2013 at 2:26 am
geert.de.vylder (3/1/2013)
Thank you for your help and assistance.
Can you explain me what happens per step. I ask this because the result does not group the columns per interval and...
March 1, 2013 at 2:21 am
geert.de.vylder (2/28/2013)
Hi all,My appologies.
I had the file with the test data ready, but forgot to attach it to the post.
Here it is.
Thank you very much for your help.
Greetz,
Geert
I had to...
February 28, 2013 at 9:49 am
I might have over-complicated this, I feel like I have but haven't really got the time to dig into it any further.
Using the following sample data: -
IF object_id('tempdb..#testEnvironment') IS NOT...
February 28, 2013 at 9:29 am
RZ52 (2/28/2013)
The proposed solution works good. However, we need also to distinguish those samples that are positive but no O15? factor was detected and tag them as "Non-pathogen" (in...
February 28, 2013 at 8:55 am
RZ52 (2/28/2013)
I am working on a project where the resistance to some antibiotics is studied. We have a database of patients checked for resistance. The result of test for each...
February 28, 2013 at 8:20 am
I think that what you're saying is that you entered characters like this on your web interface -- "????" (forgive me if that means something, I was hoping for gibberish...
February 28, 2013 at 8:10 am
spencer_robinson (2/28/2013)
I need some pointers/help in getting this done
I have some data sample below each row has two week numbers yyyyww 201301 or 201352. I need to build a...
February 28, 2013 at 8:04 am
Hello and welcome to SSC,
If you could knock up some sample data and DDL scripts, then your expected results based on the sample data provided that would be extremely useful...
February 28, 2013 at 8:03 am
davidsatz (2/28/2013)
So I am not hearing anyone disagree with my conclusion that there is no way to accomplish this...:ermm:
I do disagree, we have deadlock retry logic on our product. The...
February 28, 2013 at 8:00 am
Viewing 15 posts - 286 through 300 (of 2,007 total)