Forum Replies Created

Viewing 15 posts - 4,756 through 4,770 (of 9,707 total)

  • RE: Are the posted questions getting worse?

    Someone help me. My brain is leaking.

    I think I need to stop answering forum questions for the day. My fingers and my head don't agree with each other, and...

  • RE: Msg 7412, Sev 16, State 1, Line 75

    Are your backups native SQL backups or are they using BizTalk to backup?

  • RE: Msg 7412, Sev 16, State 1, Line 75

    CharlieL (1/27/2012)


    The backup that first failed was at midnight, when the server is quiet, so I don't think it's down to the server being busy.

    Wait. You're using a Linked Server...

  • RE: Effect of Clustered Index Updates

    patrickmcginnis59 (1/27/2012)


    Brandie Tarvin (1/27/2012)


    If your updates are going to cause a lot of fragmentation, and frequent fragmentation at that, then it is advised you check your database maintenance jobs and...

  • RE: Store procedure

    Krasavita (1/27/2012)


    I have a lot of sp and I want provide access to all sp with execute,is there way to select all of them at the same time or I...

  • RE: Are the posted questions getting worse?

    GSquared (1/27/2012)


    Brandie Tarvin (1/27/2012)


    So, question of the day. How do you help people who refuse to be helped? People who are resistant to your suggestions of "test it" or "try...

  • RE: Combining Simple Count Queries

    frfernan (1/27/2012)


    trying to understand and domain some code is like trying to map a room in the dark, extending the hand and discovering a needle because it hurts.

    That is a...

  • RE: Effect of Clustered Index Updates

    If your updates are going to cause a lot of fragmentation, and frequent fragmentation at that, then it is advised you check your database maintenance jobs and verify you are...

  • RE: Store procedure

    I should mention that my response before the edit was completely predicated on the fact that I totally missed the comment "run sp" in the original post. I saw "update...

  • RE: Effect of Clustered Index Updates

    An UPDATE statement really doesn't have any effect except to alter the pointer information and possibly split your index leaves or fragment the indexes (if this causes them to be...

  • RE: Log Shipping

    If the log files are corrupted, chances are that they are corrupted when they are being taken, not when they are being received on the log shipping side.

    But this is...

  • RE: Effect of Clustered Index Updates

    I'm still a little iffy on my sum-total index knowledge, but AFAIK the answer is "no." Updating a clustered index updates the data rows, but does not update the leaf...

  • RE: Store procedure

    FYI: You might want to update the title of this thread to properly reflect your issue, which is security questions.

    Look up Books Online for fixed database roles. Read and Write...

  • RE: Are the posted questions getting worse?

    Kiara (1/27/2012)


    Evil Kraig F (1/27/2012)


    Roy Ernest (1/26/2012)


    Somebody please put the brakes on the THREAD. It keeps moving from one random topic to another. It does not even care who gets...

  • RE: email excel file using sp_send_dbmail

    Be very careful sending excel files through the mail. They tend to be too large for most people to send or receive.

    You can either zip the file and send...

Viewing 15 posts - 4,756 through 4,770 (of 9,707 total)