Forum Replies Created

Viewing 15 posts - 34,546 through 34,560 (of 49,552 total)

  • RE: Introduction to Indexes: Part 2 – The clustered index

    Gentlemen, can you drop this please. It's not appropriate for the thread's topic and I'd rather not have Steve come and lock this because it got out of hand.

    Thank you.

  • RE: SSAS Data Source

    Duplicate post. No replies to this thread please. Direct replies to:http://www.sqlservercentral.com/Forums/Topic850692-17-1.aspx

  • RE: HELP me please ....

    I have a feeling that I'm confusing the issue not clarifying it.

  • RE: trace flag 1222 vs deadlock profiler graph

    The trace flag. I've never noticed an impact (though there will obviously be a slight one) and you don't have to worry about whether or not the trace is running....

  • RE: Backup Failed

    That is not a native SQL backup. What tools are you using to do the backups?

  • RE: HELP me please ....

    Ignacio A. Salom Rangel (1/20/2010)


    Good point Lynn, but I still will restart the server first!

    Depends on what the exact error is. Cases like this, where it's a file that is...

  • RE: HELP me please ....

    Lynn Pettis (1/20/2010)


    Having already restored the database, you were in a position to quickly "swap" it if the checkdb had come back bad.

    True, but in general I would...

  • RE: Trigger don't run in SQL2008 but did in SQL2000 en 2005

    Just one question

    h.wijnbergen (1/20/2010)


    select @ordernr=ltrim(rtrim(ordernr)), @selcode=selcode, @fiattering_new=fiattering

    from inserted

    select @fiattering_old=fiattering

    from deleted

    What happens if there's more than one row in...

  • RE: Trigger not working as expected

    Lowell (1/20/2010)


    I'm a little weak on the UPDATE function, but i thought that if the column is included in the update statement, even if it is still the same value,...

  • RE: Help Others, Help Yourself

    My previous boss expected me to spend time (within reason) on the forums. He considered it an investment, His reasoning was that it was 'free' training for me (training that...

  • RE: Modified User

    Paul_Harvey (1/20/2010)


    I think I need two triggers (please correct me if I am wrong) becuase I would like the Created_By field and the Modified_By field to be maintained.

    No, in that...

  • RE: Modified User

    Nabha (1/20/2010)


    Thanks Gail, I just looked at the trigger code and it was just there for 'insert' and thought default would do.

    If it was just insert, it would, but the...

  • RE: cursor performance

    NewID gives a new value per row, so you can just put that in the INSERT .. SELECT statement, exactly as Lutz did in his post.

    If it's something other than...

  • RE: ebook for 70-433

    There are no free training kits that I'm aware of, and we do not support distribution of copyrighted materials on this forum. The books are not expensive, look at them...

  • RE: syntax

    Query sys.dm_exec_requests. It's treated exactly like any other view.

Viewing 15 posts - 34,546 through 34,560 (of 49,552 total)