Forum Replies Created

Viewing 15 posts - 1,876 through 1,890 (of 4,745 total)

  • RE: One data file vs multiple data file on the same drive

    Craig Farrell (3/17/2011)


    Rem70Rem (3/17/2011)


    What are the steps to rollback if needed?

    Generate a new filegroup, move *everything* into the new filegroup. Rebuild the original Primary as desired, move everything back,...

    ---------------------------------------------------------------------

  • RE: One data file vs multiple data file on the same drive

    Craig Farrell (3/18/2011)


    alexus8888 (3/18/2011)


    We got a 20% improvement in an ETL process by creating the filegroup with 4 files all on the same drive. didn't believe it myself till I...

    ---------------------------------------------------------------------

  • RE: One data file vs multiple data file on the same drive

    rollback -

    dbcc shrinkfile with the emptyfile option, followed by alter database command to remove the file.

    - or restore from the backup you would of course take before doing this, but...

    ---------------------------------------------------------------------

  • RE: One data file vs multiple data file on the same drive

    Craig Farrell (3/17/2011)


    george sibbald (3/17/2011)


    Userdb.

    don't quite understand why myself, but as disk technology moves forward old truths can become outdated.

    I still would not recommend it as a default approach to...

    ---------------------------------------------------------------------

  • RE: One data file vs multiple data file on the same drive

    Userdb.

    don't quite understand why myself, but as disk technology moves forward old truths can become outdated.

    I still would not recommend it as a default approach to file layout, and have...

    ---------------------------------------------------------------------

  • RE: How to install SQL Server SP4 on a Cluster environment???

    please don't hijack threads. start a new thread with your question if you want help.

    nice answer on the SP application by the way. I would add ensure any server level...

    ---------------------------------------------------------------------

  • RE: One data file vs multiple data file on the same drive

    Is this on a SAN? Are you looking for performance improvements in reads or writes? speak to your Storage people. Depending on the exact configuration you can see improvements because...

    ---------------------------------------------------------------------

  • RE: how to find out the sp query in the middle of execution

    here's some code what I pinched from somewhere -

    --How to isolate the current running commands in SQL Server. This query isolates the SQL in the batch

    -- actually running...

    ---------------------------------------------------------------------

  • RE: error 823

    root cause -

    After speaking with Diskeeper they advised us to install Diskeeper 10 version 14.0.913 which it the latest build, we have installed this and retested and we have...

    ---------------------------------------------------------------------

  • RE: error 823

    thank you Gail, some definite similarities there, especially in the 823, 8966 errors and apparent EOF conditions. Main difference was my databases WERE actually corrupted.

    I will pass this on to...

    ---------------------------------------------------------------------

  • RE: error 823

    thought I would feed back on the root cause of this.

    Investigations of the disk showed no errors on the disks, which is unusual for an 823 error but there you...

    ---------------------------------------------------------------------

  • RE: Shrink Database in Simple Recovery Mode

    make sure you use shrinkfile not shrink database

    try the truncateonly clause first

    other than that you have no choice but to do it in chunks, best to do that anyway as...

    ---------------------------------------------------------------------

  • RE: How to do you install service pack 3 on SQL Server 2005 in cluster environment?

    run this search on http://www.google.com/microsoft

    service pack 3 sql2005 cluster

    and select instructions that apply to you.

    basically stop connections, backup databases, disable ddl triggers, apply to active node from a location both...

    ---------------------------------------------------------------------

  • RE: Logshpping

    yes you can.

    logshipping is at the database level and the database is not changes by 32bit or 64bit.

    ---------------------------------------------------------------------

  • RE: SQL Script to check SQL Server cluster Nodes.

    question specifically mentions SQL2011 (if it will be called that.)

    SELECT * FROM ::fn_virtualservernodes() is only there for backward compatibility and should not be used. It works all the way up...

    ---------------------------------------------------------------------

Viewing 15 posts - 1,876 through 1,890 (of 4,745 total)