Forum Replies Created

Viewing 15 posts - 2,821 through 2,835 (of 6,677 total)

  • RE: Backup Compression Not Working on 2008 R2

    Are you sure the backups are actually setup to use compression? Just setting the default will not override the value in a maintenance plan if that value was specifically...

  • RE: Deleting big data in full recovery mode

    GSquared (8/20/2012)


    Actually, if you're breaking the log chain anyway, you could just set to Simple Recovery for the duration of the delete process, and run a checkpoint after each batch....

  • RE: Deleting big data in full recovery mode

    Do you care about being able to restore the system to a point in time after this delete process? If not, then I don't see a problem - however,...

  • RE: Full vs Transaction Log Backup

    GilaMonster (8/20/2012)


    Yup, the DB will be recreated exactly as it was at the time of backup. Caught me too, had a 50GB backup file that needed 120GB to restore (empty...

  • RE: Netapp snap for files, log shipping for database?

    Gazareth (8/20/2012)


    Indianrock (8/17/2012)


    That makes it sound like DEV database IO would be affecting prod database IO

    To a point, yes. But I'd be impressed if you were hitting the dev server...

  • RE: Netapp snap for files, log shipping for database?

    Indianrock (8/20/2012)


    Would DFS replication actually work where the data resides on our primary Netapp filer and would be replicated to a DR ( mirror ) Netapp filer? Yes we...

  • RE: Separate Accounts

    Michael Valentine Jones (8/10/2012)


    I agree on the having a different account of each SQL Server with a long random password, but I think you need to store the password. ...

  • RE: Netapp snap for files, log shipping for database?

    Indianrock (8/15/2012)


    My impression was that backups done via Netapp's snap manager for sql could be done very often, very fast and that for databases in full recovery, its an either...

  • RE: Find Usage of Column in Related Views

    I would cheat...and download SQL Search from Redgate and let that utility do the searching for me. :w00t:

  • RE: Netapp snap for files, log shipping for database?

    Instead of using Netapp and Snap - you want to implement replication across to the DR site for your image files. This way, all image files are immediately written...

  • RE: Log file shrinking

    Run DBCC LOGINFO for that database. This will show you the number of VLF's defined in the log file for that database.

    If you initially created the log file at...

  • RE: Permissions on Service Account

    The installation grants all of the rights necessary for that service account to run SQL Server.

    That does not mean that service account has full administrator access to the server, or...

  • RE: Windows reserved memory

    Are you running - or going to run either SSIS, SSRS or SSAS on this same box? If not, then 8GB is probably excessive - if you will be...

  • RE: Which is Best to use, #Temp Table or @Table Variable?

    SGT_squeequal (7/20/2012)


    Depending on what your doing what about using a CTE?

    CTE's are not replacements for temp tables or table variables. A CTE will be incorporated into the actual query...

  • RE: Defragging Drives on your SQL Server

    As a one-time process where there is identified fragmentation issues on the drive - I would take the services offline, perform the defrag and bring everything back up.

    As a scheduled...

Viewing 15 posts - 2,821 through 2,835 (of 6,677 total)