Viewing 15 posts - 3,316 through 3,330 (of 5,394 total)
Jeff Moden (3/28/2011)
Gianluca Sartori (3/28/2011)
GilaMonster (3/28/2011)
Not trying to start any bashing or pile-ons, but this has to rate high on the list of most useless replies: http://www.sqlservercentral.com/Forums/FindPost1084783.aspx
Sounds like "OK, just...
March 28, 2011 at 7:35 am
GilaMonster (3/28/2011)
Not trying to start any bashing or pile-ons, but this has to rate high on the list of most useless replies: http://www.sqlservercentral.com/Forums/FindPost1084783.aspx
Sounds like "OK, just do it".
Totally useless....
March 28, 2011 at 5:51 am
WayneS (3/25/2011)
Fill up a "group queue" with two groups, in order of the routeCode column.
Return one row from each group, in order of the routePos column.
If one...
March 25, 2011 at 8:17 am
Brandie Tarvin (3/25/2011)
Gianluca Sartori (3/25/2011)
We have to pull out data taking one row from group 1, one...
March 25, 2011 at 8:04 am
Let me try to rephrase this: we have X groups with Y elements each.
We have to pull out data taking one row from group 1, one row from group 2,...
March 25, 2011 at 7:25 am
What about a CLR Assembly?
March 25, 2011 at 7:19 am
Totally different topic: can anybody help with this?
http://www.sqlservercentral.com/Forums/FindPost1083865.aspx
I'm stuck and I can't think of a set-based solution, but I would like to see how you would solve it.
March 25, 2011 at 7:10 am
I'm sorry, I can't come up with a set-based solution for this problem.
I'll call for help.
March 25, 2011 at 7:08 am
Fal (3/25/2011)
March 25, 2011 at 7:06 am
I hope this is not overcomplicating your problem:
DECLARE @test-2 TABLE (
[HOLEID] char(1),
[FROM] int,
[TO] int,
[PR]...
March 25, 2011 at 5:17 am
I think you should clarify what business logic produces the expected output.
Without an explanation, I guess nobody will be able to help.
March 25, 2011 at 4:23 am
GilaMonster (3/25/2011)
Gianluca Sartori (3/25/2011)
Couldn't resist....AHHHHHHH!!!!! You beat me of a couple of seconds!!!
That's cause I cheated. Hit quote and post, then went back and added something meaningful. 😀
That's not fair....
March 25, 2011 at 3:12 am
GilaMonster (3/25/2011)
Koen Verbeeck (3/25/2011)
Maybe a blog post that Microsoft has purchased MySQL from Oracle and that it is integrating it with SQLServer.\
I like that....
Edit: The index maintenance suggestion gives me...
March 25, 2011 at 3:01 am
Koen Verbeeck (3/25/2011)
Maybe a blog post that Microsoft has purchased MySQL from Oracle and that it is integrating it with SQLServer.
... or the other way round :w00t:
(5)
March 25, 2011 at 2:52 am
Viewing 15 posts - 3,316 through 3,330 (of 5,394 total)