Forum Replies Created

Viewing 15 posts - 1,591 through 1,605 (of 1,988 total)

  • RE: A Clock With Benefits

    I like how xkcd explained it, http://xkcd.com/1425/

  • RE: General question concerning Users and allowing SQL queries on a database

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

  • RE: Today's Random Word!

    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)


    oeuf

    revuelto

    Pistol

    Pete

    Mickey

    Mouse

    Moose

    Rocky

    Stalone

    Schwarzenegger

    Geezer

  • RE: Select top 101

    mariandalalau (8/24/2015)


    If I put max([DateCreated]) in the select the result is the same, actually the DateCreated is the same for all records in the same group. The problem is that...

  • RE: Annual Security Compliance Training

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

  • RE: The Road to Success

    Eric M Russell (8/20/2015)


    Jeff Moden (8/20/2015)


    Iwas Bornready (8/20/2015)


    I just worry about the programmers that want to "fix" something that isn't broken, just to make it more efficient. As often as...

  • RE: Machine needs for developing and running sql

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

  • RE: The Road to Success

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

  • RE: Can this be done without temp tables

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

  • RE: Can this be done without temp tables

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

  • RE: Today's Random Word!

    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)


    Bearing

    Grease

    Seal

    Approval

    Process

    Procedure

    medical

    Costs

    cash

    Johnny

    Country

    Living

    Well

    Water

    Conservation

    Fire

  • RE: Help a newbie with authentication?

    Are you sure this is a SQL Server issue and not an issue with the application?

  • RE: Restricting Sysadmins from adding new sysadmins

    ssk7317 (8/7/2015)


    I understand that genrally making them use one ID is a disaster. But we are doing it along with tool called Cyberark which is the conduit for DBAs to...

  • RE: Amateur Data Analysis

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

  • RE: But we've always done it that way…

    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.

Viewing 15 posts - 1,591 through 1,605 (of 1,988 total)