Viewing 15 posts - 1,591 through 1,605 (of 1,988 total)
I like how xkcd explained it, http://xkcd.com/1425/
August 26, 2015 at 8:47 am
No.
In general it raises some potentially bad issues.
1. General users will likely not know how to write proper queries, this can lead to 2 things, first performance hits and second...
August 25, 2015 at 2:15 pm
whereisSQL? (8/24/2015)
DonlSimpson (8/24/2015)
Ed Wagner (8/24/2015)
djj (8/24/2015)
Ed Wagner (8/24/2015)
Luis Cazares (8/24/2015)
whereisSQL? (8/24/2015)
Ed Wagner (8/24/2015)
TomThomson (8/24/2015)
SQLRNNR (8/24/2015)
oeufrevuelto
Pistol
Pete
Mickey
Mouse
Moose
Rocky
Stalone
Schwarzenegger
Geezer
August 24, 2015 at 1:55 pm
mariandalalau (8/24/2015)
August 24, 2015 at 9:49 am
/shrug it's a compliance issues, it's not supposed to be useful and the vast majority of it can be summarized as use common sense.
We have to go through a bunch...
August 21, 2015 at 8:24 am
Eric M Russell (8/20/2015)
Jeff Moden (8/20/2015)
Iwas Bornready (8/20/2015)
August 20, 2015 at 1:20 pm
Hmm.. depending on the query 8GB memory for a 100GB DB could be an issue. Improving the query might help some but if possible can you just work with...
August 20, 2015 at 11:25 am
Mistakes happen anytime you're developing something new that's just part of development, and the more radical the new development is the more likely you'll find odd and potentially critical issues....
August 20, 2015 at 7:38 am
cwatson 81945 (8/19/2015)
Closer but it's missing job/task 13000188/500. This job has a two holds and because it has another hold beside MATL, it needs to be in the list.
ah...
August 19, 2015 at 1:46 pm
What about something like?
SELECT week_id, jobnbr, tasknbr FROM @data WHERE item_type = 'TASK' OR (item_type = 'HOLD' AND item_id != 'MATL')
GROUP BY week_id, jobnbr, tasknbr
HAVING SUM(CASE WHEN item_id = 'MATL'...
August 19, 2015 at 1:36 pm
whereisSQL? (8/19/2015)
BL0B_EATER (8/19/2015)
Ed Wagner (8/19/2015)
djj (8/19/2015)
whereisSQL? (8/19/2015)
Luis Cazares (8/19/2015)
BL0B_EATER (8/19/2015)
Ed Wagner (8/19/2015)
BL0B_EATER (8/19/2015)
crookj (8/19/2015)
Ed Wagner (8/19/2015)
Ed Wagner (8/19/2015)
djj (8/19/2015)
Eirikur Eiriksson (8/18/2015)
DonlSimpson (8/18/2015)
BearingGrease
Seal
Approval
Process
Procedure
medical
Costs
cash
Johnny
Country
Living
Well
Water
Conservation
Fire
August 19, 2015 at 9:04 am
Are you sure this is a SQL Server issue and not an issue with the application?
August 17, 2015 at 12:07 pm
ssk7317 (8/7/2015)
August 7, 2015 at 10:30 am
There really is no one size fits all solution to data analysis or reporting. Data analysis is supposed to answer question and reporting is supposed to deliver those in...
August 6, 2015 at 1:21 pm
Hmm... what's fun is when good processes get built around bad processes and then the bad processes can't be fixed without redoing a lot more things.
August 3, 2015 at 8:55 am
Viewing 15 posts - 1,591 through 1,605 (of 1,988 total)