Forum Replies Created

Viewing 15 posts - 871 through 885 (of 2,897 total)

  • RE: Get count while insert is still running

    It's been running 2 hours and I get 0 🙁

  • RE: What's a safe backup?

    It's always good to have multiple options to accomplish a task, but in this case there are several detriments to the proposed method, with no obvious advantages. If you...

  • RE: What's a safe backup?

    halifaxdal (7/25/2011)


    Hi folks,

    I plan to do my backup this way:

    1. stop server

    2. copy all mdf/ldf to another place

    3. restart server

    Is it the best and safest way to run a reliable...

  • RE: Database can't be recovered? Any help would be appreciated!!!

    GilaMonster (7/21/2011)


    halifaxdal (7/21/2011)


    I got this error message:

    Error 5173: Cannot associate files with different databases.

    Could not restart database 'CheckListDB', reverting back to old status.

    ALTER DATABASE statement failed.

    Log file 'D:\Program Files\Microsoft SQL...

  • RE: SQL server shuts off after Backup...any ideas?

    Ninja's_RGR'us (7/20/2011)


    bernard black (7/20/2011)


    Find out what bars you've been at on Sat night. Get someone to monitor your behavior when you leave the bar.

    I don't get it, care to...

  • RE: Moving Terabyte Databases

    detach-attach will be quicker than backup & restore.

  • RE: Transaction Log curosity

    "..... take time to do all the work for just doing a SP upgrade ...."

    What work ? Service Packs are pretty straightforward. I would be hesitant if it...

  • RE: undo changes to a stored procedure

    Ninja's_RGR'us (7/20/2011)


    homebrew01 (7/19/2011)


    Ninja's_RGR'us (7/19/2011)


    homebrew01 (7/19/2011)


    In addition, I run a job to script out objects to a folder every week as another layer of protection. If I need to recover stored...

  • RE: Transaction Log curosity

    Going to Service Pack 3 should fix the problems. You should be on SP3 (or SP4) anyway. SP2 is very old.

  • RE: undo changes to a stored procedure

    mtillman-921105 (7/19/2011)


    GilaMonster (7/19/2011)


    What whitespace where? Can't see anything odd.

    I think he's talking about extra lines in the code block rather than to the right of the code.

    Yes ... maybe specific...

  • RE: database get bigger

    Is the 116 G all .mdf file, or do you have an .ldf growing big because there's no regular t-log backup ?

  • RE: Need help with maintenance plans

    Shrink Database fragments the database and hurts performance. Generally a bad idea, unless you are so low on disk space that you are about to crash the server.

    There are many...

  • RE: Transaction Log curosity

    Ninja's_RGR'us (7/19/2011)


    Are you doing this with sa permissions?

    This screams only 3 things to me :

    #1 Bad install of the gui

    #2 Missing permissions

    #3 Missing patch.

    Could be #3. Many problems with...

  • RE: undo changes to a stored procedure

    Ninja's_RGR'us (7/19/2011)


    homebrew01 (7/19/2011)


    In addition, I run a job to script out objects to a folder every week as another layer of protection. If I need to recover stored procedure code,...

  • RE: undo changes to a stored procedure

    In addition, I run a job to script out objects to a folder every week as another layer of protection. If I need to recover stored procedure code, it's simpler...

Viewing 15 posts - 871 through 885 (of 2,897 total)