Forum Replies Created

Viewing 15 posts - 421 through 435 (of 612 total)

  • RE: Path to a Database Architect

    LOL! Yep......that one! That also explains why you have scored it out of your signature.....

  • RE: Path to a Database Architect

    I would recommend looking at the traning requirements for the Microsoft Certified Master. If the MCMs on here are anything to go by then with the right experience you...

  • RE: Reporting Services

    Why do you want to rename the database?

  • RE: how to delete a log file?

    Back to my books.....

  • RE: how to delete a log file?

    From Kimberley Tripp.....

    3) Create only ONE transaction log file. Even though you can create multiple transaction log files, you only need one… SQL Server DOES not "stripe" across multiple transaction...

  • RE: how to delete a log file?

    There is no benefit.

    Then I really must wonder why the ability to do it is there. A Microsoft-induced dream of illusional performance enhancement......

  • RE: how to delete a log file?

    GilaMonster (8/30/2013)


    kevaburg (8/30/2013)


    Surely by shrinking the file by moving its contents to another file would be a viable solution.

    The backup with truncate would reduce its size but the...

  • RE: how to delete a log file?

    GilaMonster (8/30/2013)


    kevaburg (8/30/2013)


    2. "Shrink the datafile by migrating the data to other files in the same filegroup" performed from within the file properties dialog box of the SHRINK FILE...

  • RE: how to delete a log file?

    Surely by shrinking the file by moving its contents to another file would be a viable solution.

    The backup with truncate would reduce its size but the proprtional fill...

  • RE: how to delete a log file?

    1. Do a transaction log backup and truncate the log.

    2. "Shrink the datafile by migrating the data to other files in the same filegroup" performed from...

  • RE: Microsoft SQL 2008 R2 Backup and Restore

    Wow....it isn't often I see one person this flamed....!

  • RE: Log LDF file

    OnlyOneRJ (8/14/2013)


    Hi Gail,

    Requirenment here is to track if any update or delete happens by mistake, for which i am asked to take Log backups every 3 hours..

    Execution of the backups...

  • RE: Failover 10,000 databases?

    GilaMonster (8/22/2013)


    Jason.Reeves (8/22/2013)


    Do a alter database or detach/reattach and move all the inactive or offline databases to a disk not part of the cluster.

    A clustered SQL Server's database files must...

  • RE: Shrink does not release space

    Talib123 (8/19/2013)


    Can't believe no one has pointed out that is not a good idea to shrink Production DBs.

    I am not sure it can be said it isn't a good idea.....but...

  • RE: Shrink does not release space

    I was beginning to think I had to rethink everything I thought I knew about indexes.......

    😀

Viewing 15 posts - 421 through 435 (of 612 total)