Forum Replies Created

Viewing 15 posts - 1,276 through 1,290 (of 1,988 total)

  • RE: Today's Random Word!

    djj (10/17/2016)


    Ed Wagner (10/17/2016)


    Grumpy DBA (10/17/2016)


    crookj (10/17/2016)


    Tragedy

    Greek

    Italian

    Dressing

    Undressing

  • RE: What do you do or think about on the way to work?

    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...

  • RE: Do you have DBA syndrome?

    Lynn Pettis (10/5/2016)


    I just wish developers would show me the SQL code they are developing whether it is embedded in the application or as stored procedures or views before the...

  • RE: Today's Random Word!

    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)


    Quantity

    Quality

    Life

    Family

    Guy

    Gal

    Offspring

    Wannabe

    Interview

    GETDATE()

    Fail

    CURRENT_TIMESTAMP

  • RE: Difference between MySQL and Oracle? What's better?

    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...

  • RE: Maximum number of CROSS APPLY functions

    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...

  • RE: Maximum number of CROSS APPLY functions

    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...

  • RE: Don't tell the boss

    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...

  • RE: Today's Random Word!

    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)


    Saul

    Tigh

    Colonel

    Mustard

    Seed

    Weed

    Need

    Want

    Always

    Nevermore

    Evermore...

  • RE: Select Max Value of a Summed Column With Priority Assignments

    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',...

  • RE: What Helps You Learn?

    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. ...

  • RE: Data Science Education

    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...

  • RE: Urgent!!Need to write a sql script

    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...

  • RE: Rewriting the code using merge statement

    koti.raavi (9/9/2016)


    I feel like merge will reduce the code length and improve the performace..if that is the case i will avoid merge..or is there any we can rewrite above code...

  • RE: You know what we really need? Better interpersonal communication

    BenWard (9/9/2016)


    Having the will and the capability are 2 different things. With the proper training and experience, a top notch DBA could learn photoshop, study graphic design and become...

Viewing 15 posts - 1,276 through 1,290 (of 1,988 total)