Forum Replies Created

Viewing 15 posts - 2,866 through 2,880 (of 4,745 total)

  • RE: 'Near Real Time' Reporting Copy of OLTP database

    only a few dozen tables out of the database - gotta be replication.

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

  • RE: Multiple Mirrors

    ..or you use the new replication model steve has just patented 🙂

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

  • RE: Multiple Mirrors

    bwillsie, you just made my point. You are trying to use log shipping, which is primarily designed as an HA solution. for reporting purposes, which is just a handy byproduct...

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

  • RE: Multiple Mirrors

    steve, I think you just reinvented transactional Replication!

    I think we are in danger of over complicating things. People need to decide whether they want to use their databases copies for...

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

  • RE: resize data files

    dbcc shrinkfile has not been deprecated.

    Not quite sure from your post but if your db has more than one log file get rid of the second one using dbcc shrinkfile...

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

  • RE: Can Read Only Database receiving tranaction log?

    use with standby option

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

  • RE: SQL Server 2005 Log File Affinity

    stoviber (2/22/2010)


    My big gripe at the moment is the size of the database, circa 300GB meaning any recovery wont be quick and when I start looking at replicating the database...

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

  • RE: SQL Server 2005 Log File Affinity

    Stevie, if not already doing so sounds lie you would benefit from cutting down\spreading out the reindexing you are doing. If you search BOL for sys.dm_db_index_ physical_stats that entry comtains...

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

  • RE: Are the posted questions getting worse?

    CirquedeSQLeil (2/21/2010)


    george sibbald (2/21/2010)


    did the points from timewarp get reinstated?- I lost track.

    Nope.

    :crying:

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

  • RE: Are the posted questions getting worse?

    did the points from timewarp get reinstated?- I lost track.

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

  • RE: When use snapshot, mirroring, log shipping or replication

    Rule of thumb -

    snapshots for reporting databases

    mirroring and logshipping for High Availability or DR

    replication for scale-out (data available in more than one place).

    Thats not cast in stone thats what...

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

  • RE: SQL Server 2005 Log File Affinity

    good to hear, it can just be a case of timing sometimes

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

  • RE: SQL Server 2005 Log File Affinity

    If SQL started using the third log file it obviously needed it so perhaps getting rid of it might not be a good idea, SQL might need the space again.

    that...

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

  • RE: Data Cleanup based on CPU utilization

    In SQLAgent you can schedule jobs to run only when CPU is idle (you define what you mean by idle)

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

  • RE: Restore a BAK file without having MDF file

    a restore from a .bak file will create the database files for you, but the directory structure needs to exist.

    run restore filelistonly from disk = 'wherever' to see where the...

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

Viewing 15 posts - 2,866 through 2,880 (of 4,745 total)