Forum Replies Created

Viewing 15 posts - 31 through 45 (of 59 total)

  • RE: Knock, Knock…Who's There?

    Even though I'm from the U.S., I do enjoy the British comedies that are shown on our public broadcasting system. It is unfortunate that most of them seem to be...

  • RE: Financial Year dates

    Using DATEPART you can get the quarter or week. However, since DATEPART works with the calendar year, if the financial year is not the calendar year, you would have to...

  • RE: IF END statement confusion

    ctics112 (7/21/2008)


    IF EXISTS (SELECT State FROM #temp_Agents WHERE State...

  • RE: Resource Governor

    Lighten up people. Being so stressed out will take years off your life. There's enought stress in our work lives. Is the answer to a QotD worth losing out on...

  • RE: Sparse Columns

    When BOL discusses row size, it refers to in-row data, not the length of all the data in a record. So LOB storage is not included.

  • RE: Transaction

    umailedit (7/16/2008)


    It seems primitive to require locks for any read operation. In Oracle I think readers don't lock/block anything.

    Then why does Google come up with 1,380,000 results for Oracle...

  • RE: Transaction

    To me it sounds like SNAPSHOT transactions issue a shared lock request so that it will wait until the rolled back transaction or database recovery has been completed. Once that...

  • RE: Reformat via query?

    Getting the red error message is easy. Just type SELECT and execute. A red error message will appear which can then be changed to whatever you want and it will...

  • RE: The Value of an MBA in IT

    I don't know much about MBA's. But, Guy Kawasaki of Garage Technology Ventures, a venture capital company, increases his estimate of a company's value for every engineer it employs and...

  • RE: Resource Governor

    The question didn't ask where does the Resource Governor get its information in order to work. It asked at what level does it work. It may get information from the...

  • RE: Moving Files

    Was it a clue that there were three answers since the question was worth three points?

  • RE: Moving Files

    Technically, you can't move a database with sp_attachdb and sp_detachdb since they don't exist.

  • RE: ALL

    I use to worry about the points, but life is too short to worry about such unimportant things like that.

  • RE: Windowed Aggregate functions

    I think the point of the question is that unless you know how windowed aggregation works, it is a gotcha.

Viewing 15 posts - 31 through 45 (of 59 total)