Viewing 15 posts - 5,761 through 5,775 (of 26,490 total)
Based on what?
November 24, 2014 at 2:17 am
Sean Lange (11/22/2014)
Lynn Pettis (11/22/2014)
Jeff Moden (11/22/2014)
David Burrows (11/21/2014)
Well Jeff would have to employ GBAG (Glass By Agonizing Glass) or get an Overflow Exception 😀
Heh... I've reached the "Overflow Exception"...
November 22, 2014 at 11:41 pm
It seems that whatever is being done regarding spam posts is effective during the week and then is an epic fail on the weekend. There are 80 posts when...
November 22, 2014 at 3:41 pm
g.britton (11/22/2014)
Lynn Pettis (11/22/2014)
g.britton (11/21/2014)
Lynn Pettis (11/21/2014)
November 22, 2014 at 2:23 pm
Koen Verbeeck (11/22/2014)
g.britton (11/21/2014)
It's not just about efficiency, though cursors are usually the least efficient way to solve a problem.
True, but not always true 😀
Before windowing functions came through...
November 22, 2014 at 11:31 am
Jeff Moden (11/22/2014)
David Burrows (11/21/2014)
Well Jeff would have to employ GBAG (Glass By Agonizing Glass) or get an Overflow Exception 😀
Heh... I've reached the "Overflow Exception" a couple of times...
November 22, 2014 at 12:30 am
g.britton (11/21/2014)
Lynn Pettis (11/21/2014)
November 22, 2014 at 12:27 am
Here is an alternative that does not use a cursor or while loop. You will have to test it yourself to be sure it does what you expect.
create table...
November 21, 2014 at 10:03 pm
roryp 96873 (11/18/2014)
Lynn Pettis (11/18/2014)
November 18, 2014 at 3:05 pm
DataEnthusiast (11/18/2014)
I'm fairly newbie with SQL and have been struggling with this used case. I would appreciate any help.
Table has values:
ID NL1 ...
November 18, 2014 at 2:53 pm
CELKO (11/18/2014)
Google around for the nested sets model for hierarchies. It is a lot faster and easier than your adjacency list model.
Here are two article right here on ssc:
November 18, 2014 at 12:10 pm
mpdillon (11/18/2014)
There is still an error. Notice line 2 and Line 5 are both Item 2. Yet the grid shows a different per item cost $20 and $40, respectively. Line...
November 18, 2014 at 11:52 am
SQLRNNR (11/18/2014)
Lynn Pettis (11/18/2014)
GilaMonster (11/18/2014)
Lynn Pettis (11/17/2014)
November 18, 2014 at 11:46 am
I'm sorry, but there is something wrong with the standings when two teams with identical overall records has the team with a better divisional record ranked below the team with...
November 18, 2014 at 11:34 am
JoseACJr (11/18/2014)
Can I create a PERSISTED computed column where the value (decimal) is get by a Function ?
See the example:
-- Sales
create table sales(
idSale int identity not null primary...
November 18, 2014 at 10:28 am
Viewing 15 posts - 5,761 through 5,775 (of 26,490 total)