Forum Replies Created

Viewing 15 posts - 3,616 through 3,630 (of 6,041 total)

  • RE: Cloud Security Issues

    I've heard about denial of service attacks against Amazon's AWS databases that resulted in downtime and possibly loss of data. I guess denial of service attacks will always be a...

  • RE: Hide a column from select

    adonetok (8/3/2015)


    I rand code below but got an error said

    ORDER BY items must appear in the select list if SELECT DISTINCT is specified

    select distinct ORDERID from ORDER where ORDERID =...

  • RE: How To Keep Up with SQL Server

    Andy Warren (8/1/2015)


    Eric, I'm cautious about "advocating". Too often we in IT push version next "just because", where the because is often more about our own worry of falling behind...

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

    But we've always done it that way…

    Often times organizations will worship at the alter of process without focussing on how that process relates to outcomes. Instead, however, process should be...

  • RE: How To Keep Up with SQL Server

    I wonder how long it will be before folks start posting questions regarding how to hand code C procedures for use in Heckaton?

  • RE: Be Professional

    "The tower is saying it's our choice to continue to Yakima or turn around," he yelled over the din of the engines, "But I think we're gonna give it a...

  • RE: How To Keep Up with SQL Server

    Jeff Moden (7/31/2015)


    It used to be bad enough just to keep up with the new features and when to use them. Lately, a new wrinkle has been added to...

  • RE: How To Keep Up with SQL Server

    chrisn-585491 (7/31/2015)


    Do you need to keep up with the latest features of the latest SQL Server? Why would I ask such a question?

    Many organizations are conservative and budget conscience....

  • RE: Hiring for Culture

    Don't think like a Man or a Woman.

    Don't think like an American or an Asian.

    When you walk through the door at work, think like an Professional.

    Professionalism is...

  • RE: What We Want and What We'll Pay For

    Markus (7/30/2015)


    IT here let go about 15 people last year and then created about 20 new positions mostly in the Mobile space. The direction and technology changes so IT...

  • RE: Rewrite query to improve performance

    Before going any further, we'll need you to provide DDL for this LogData table and it's indexes. Also give an estimate on number of rows.

  • RE: The Security Payoff

    scoan (7/30/2015)


    andrew_dale (7/30/2015)


    reminds me of this Dilbert cartoon

    http://dilbert.com/strip/1995-11-13

    Exactly. Fun cartoon.

    I pride myself in the average number of bug free lines of code I write per day. My productivity really shot...

  • RE: Rewrite query to improve performance

    ramrajan (7/30/2015)


    even after creating clustered or non clustered it is not giving considerable performance gain, So is there any possible solution to rewire the same query without changes the output.

    You're...

  • RE: Rewrite query to improve performance

    You definately need some form of index on logDate column. Not only is that column determining the final sorted output, but it is also the key for the self referencing...

  • RE: Query performance extremely poor

    Have you applied all the firmware patches from the vendor and also run a diagnostic check on the SSD, looking at error rate?

    After you figure this mystery out,...

Viewing 15 posts - 3,616 through 3,630 (of 6,041 total)