Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)

  • RE: On-Time, or Not

    David:

    I am with you. It is unreasonable to expect people to come to a meeting without plenty of advanced notice and to schedule you for a meeting with no...

  • RE: On-Time, or Not

    Nice post, I will start by saying meetings in general are a waste of time since most spend them texting or checking email on their phone anyway. I agree...

  • RE: A T-SQL Code Testing Guide

    My idea of testing begins at the requirement. You need to have the test data in place and the input and output defined for each phase or unit of...

  • RE: Stunned

    Steve: I think you are actually agreeing with me in that cancer patients (your example) fall into exactly what I was talking about. Cancer patients can come in...

  • RE: Stunned

    Can't imagine who would still be in a position of authority with that attitude but I guess there are still and will probably always be prejudice as you said. ...

  • RE: Hiring Guitarists

    Hiring and firing are the two worst parts of a supervisory position in my opinion. I never really liked doing either for all the reasons pointed out in the...

  • RE: If Update() in a trigger

    Gotcha, not CHANGED just UPDATED.

  • RE: If Update() in a trigger

    Thanks for the reply. So I am clear on the answer, whatever the processing is between the begin and end will be executed because the system is only checking...

  • RE: Difference between datetime

    Based on the data supplied I think the answer is as follows:

    declare @fdatetime datetime, @pdatetime datetime

    Select top 1 @ldatetime=datetime from <yourtablename> where username = <usernameyouare checking> order by datetime...

  • RE: I need help writing a query based off comparing dates in multiple rows of a table.

    Andy, just curious. Wouldn't you want to get any start dates that are 30 days or less than the current date (getdate()) rather than the latest date in the...

Viewing 10 posts - 1 through 10 (of 10 total)