Viewing 15 posts - 1,276 through 1,290 (of 1,988 total)
djj (10/17/2016)
Ed Wagner (10/17/2016)
Grumpy DBA (10/17/2016)
crookj (10/17/2016)
TragedyGreek
Italian
Dressing
Undressing
October 17, 2016 at 9:22 am
For me music on the radio I start with the 70/80's rock station then progress to alternative then hip hop then country until I find a station not on...
October 10, 2016 at 2:08 pm
Lynn Pettis (10/5/2016)
October 5, 2016 at 11:26 am
Ed Wagner (10/4/2016)
djj (10/4/2016)
Jeff Moden (10/4/2016)
whereisSQL? (10/4/2016)
Manic Star (10/4/2016)
djj (10/3/2016)
Ray K (10/3/2016)
Ed Wagner (10/3/2016)
Revenant (10/3/2016)
Grumpy DBA (10/3/2016)
Ed Wagner (10/3/2016)
QuantityQuality
Life
Family
Guy
Gal
Offspring
Wannabe
Interview
GETDATE()
Fail
CURRENT_TIMESTAMP
October 4, 2016 at 11:54 am
Hmm... the interface for oracle is pretty primitive and very similar to mysql, I hope you like command line 🙂 But on the back end in terms of what the...
October 3, 2016 at 9:52 am
Eirikur Eiriksson (10/2/2016)
Quick thought, I wouldn't expect the optimizer to do anything but abort the optimizing process on a time out when handling queries with hundreds of apply operators.😎
It apparently...
October 3, 2016 at 7:59 am
Well just for fun I tried it with over 2000 cross applies and it runs sort of, it managed to fill up the tempdb just generating the estimated execution plan...
September 30, 2016 at 2:37 pm
I remember in my very first and very simplest DBA job ( a lonnnnnnng time back) I had to send out a morning email basically saying, "All backups fine, all...
September 29, 2016 at 10:51 am
Hugo Kornelis (9/28/2016)
Ed Wagner (9/28/2016)
whereisSQL? (9/28/2016)
crookj (9/28/2016)
Ed Wagner (9/28/2016)
djj (9/28/2016)
TomThomson (9/27/2016)
whereisSQL? (9/27/2016)
djj (9/27/2016)
Ed Wagner (9/27/2016)
djj (9/27/2016)
Ed Wagner (9/27/2016)
whereisSQL? (9/27/2016)
Revenant (9/27/2016)
djj (9/27/2016)
Ed Wagner (9/27/2016)
ThomasRushton (9/27/2016)
Grumpy DBA (9/27/2016)
Ray K (9/26/2016)
Manic Star (9/26/2016)
SaulTigh
Colonel
Mustard
Seed
Weed
Need
Want
Always
Nevermore
Evermore...
September 28, 2016 at 8:22 am
WITH TEMP_CTE AS(
SELECT NameFrequency.Name, NameFrequency.Role, RoleRankLookup.Priority, SUM(NameFrequency.Count) AS TOTAL, RANK() OVER(PARTITION BY NameFrequency.Name ORDER BY SUM(NameFrequency.Count) DESC, RoleRankLookup.Priority ASC) AS RN
FROM (VALUES('Jack', 'Student', 3),
('Jack', 'Teacher', 5),
('Jack', 'Admin', 2),
('Jack', 'Student', 2),
('Sue',...
September 27, 2016 at 9:07 am
I'm also one of those people who learns by doing, I can read a book on a subject cover to cover and retain/understand how to apply none of it. ...
September 23, 2016 at 8:24 am
I don't see data science as something you get a degree or certification in, it's a practical skill acquired through practice not through studying theory. And to actual be...
September 15, 2016 at 10:48 am
Well a couple things, it looks like you have more fields in your select statement than you have fields defined in the file. For the fields are these right...
September 13, 2016 at 12:00 pm
koti.raavi (9/9/2016)
September 9, 2016 at 9:16 am
BenWard (9/9/2016)
September 9, 2016 at 8:04 am
Viewing 15 posts - 1,276 through 1,290 (of 1,988 total)