Forum Replies Created

Viewing 15 posts - 106 through 120 (of 196 total)

  • RE: The Cost of Function Use In A Where Clause

    select * from table_name where dateDiff(d,@varDate,Created_Date) =0

    It seems to me that this test simply wants to compare an element to a static variable to determine if they match (which is...

  • RE: It's In the Details

    On occasions where I've been snowed in (very different definition, based on the amount of snow, than Steve would have) and worked all day from home I have generally accomplished...

  • RE: The Identity Debate

    I personally think that Primary Keys should be enforced by default on "regular" UNIQUE, non-clustered indexes. If it so happens that the PK and the UCI happen to match -...

  • RE: The Identity Debate

    What should the default be? Should all PKs be non-clustered? It has to be one way or the other in the system and I'd like to think that whoever build...

  • RE: The Identity Debate

    Matt,

    Thank you. I did not detect any disrespect, intended or not. But I could see my original train of thought got a little muddied in the way I stated it.

  • RE: The Identity Debate

    Matt,

    Actually I am fully aware of the differences between primary keys and clustered indexes. Having worked with SQL Server since v4.2.1, I've had ample time to explore many of the...

  • RE: The Burden of Proof

    Perhaps we should relegate the testing to Consumer Reports...

  • RE: The Identity Debate

    Like most everybody who has posted, I'm also straddling the fence. And while it could have been put more nicely, I must agree that there is some loss in formal...

  • RE: The Burden of Proof

    Perhaps public view of the code is the last resort.

    I agree that there should be independent expert testing and, generally speaking, the chemistry black box test should be sufficient.

    In some...

  • RE: Feedback

    I can see middle managers not being leaders, but C-levels should be leaders. Especially at the pay rates they demand.

    Yes, Steve, and sad but true, especially in places where those...

  • RE: The January Car Update

    Each morning on CNN at 6:30 or so EST, I hear about how there are 1700+ aircraft in the air over the US and Canada. How many are flying elsewhere...

  • RE: IT Transparency

    Andy,

    What a thought provoking article! I can see the value in my organization immediately. And while I am not a manager, I passed the article on to 2 people who...

  • RE: A Lack of Data Quality

    It is argued, in the example, that the entire responsibility is on the former employee. Now if the employee had gone in and stole that amount of cash, I would...

  • RE: Testing

    Given the level of testing administered to new hires in the US (and not debating the right or wrongs), perhaps we are remiss in not applying the same or tougher...

  • RE: A New MVP

    Steve,

    Congratulations. You certainly deserve the recognition for making SQLServerCentral the one-stop-shopping site and clearinghouse for all this SQL that it is today. A well deserved recognition!

Viewing 15 posts - 106 through 120 (of 196 total)