Forum Replies Created

Viewing 15 posts - 181 through 195 (of 209 total)

  • RE: Logging with SQL Server

    ... or even easier than that:

    raiserror("something to log",0,0) with log

    Not ideal cos it clutters the sql and application logs, but very simple and reliable.

  • RE: Women in Technology

    Surely the point is that people should do what they enjoy and (hopefully) what they're good at, not be persuaded because of some strange belief that everything should be gender...

  • RE: Logging with SQL Server

    Very often logging needs to be done within a transaction and be made available even if the transaction is rolled back. Aren't SB messages rolled back, so in that situation...

  • RE: How can we standardize SQL Server Data Deployments?

    Adam Gojdas (12/16/2009)


    I never really cared for this method using a drop. When one has any auditing of the DDL that takes place this always has the extra drop...

  • RE: SQL Server Jobs

    david.wright-948385 (11/30/2009)


    kevin.l.williams (11/27/2009)


    I don't think I learned anything useful by getting this question wrong. Who cares if you can create a job in express if it can't be used?

    It wouldn't...

  • RE: SQL Server Jobs

    kevin.l.williams (11/27/2009)


    I don't think I learned anything useful by getting this question wrong. Who cares if you can create a job in express if it can't be used?

    It wouldn't be...

  • RE: SQL Server Jobs

    I think this is one for Steve (Jones):

    There have been a number of QoDs lately that appear to be designed deliberately to mislead, on the pretext that everyone will...

  • RE: ^ : T-SQL

    I'm pretty sure the '^' character is a caret, not a carot 🙂

  • RE: T-SQL

    Lynn Pettis (11/17/2009)


    david.wright-948385 (11/17/2009)


    Just wondering... did you write the QOD Lynn?

    Nope, but I got the answer right without reading the discussion or running the code. I guess the force...

  • RE: T-SQL

    Just wondering... did you write the QOD Lynn?

  • RE: T-SQL

    Lynn Pettis (11/17/2009)


    I don't expect getdate() and gtutcdate() to return the same time. They return the same equivalent time. Again, 8:00 AM MST == 3:00 PM UTC.

    Exactly. So...

  • RE: T-SQL

    Lynn Pettis (11/17/2009)


    Dietmar Weickert (11/17/2009)


    ... finally trying to argue that the whole thing were for educational purposes is even more cynical. I hope nobody ever had or will have a...

  • RE: T-SQL

    Can the QOD be changed then please? If not to change the answer (which is my preference) then to explain why the answer given is as it is.

  • RE: T-SQL

    Lynn Pettis (11/17/2009)


    Toreador (11/17/2009)


    Lynn Pettis (11/17/2009)


    Yes, getdate() and getutcdate() return different values, just look at what they return when you run them. However both functions return values that are...

  • RE: T-SQL

    Here is Steve Jones article about the QOD

    http://www.sqlservercentral.com/articles/SQLServerCentral/62764/

    And quoting from the article here is the objective of the QOD

    The Question of the Day is just what it's titled: a daily...

Viewing 15 posts - 181 through 195 (of 209 total)