Forum Replies Created

Viewing 15 posts - 481 through 495 (of 4,745 total)

  • RE: Need advice for best option

    doesn't matter, you can switch between modes.

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

  • RE: Need advice for best option

    Do I restore in norecov, add diff with no recov and logs with no recov, then do standby for applying tran logs

    Thats correct, restore the full backup and any differentials...

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

  • RE: My Favourite Sql Server Book ??

    SQL Server MVP deep dives (various)

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

  • RE: Multi instance SQL 2008 R2 upgrade

    Really 🙂

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

  • RE: 2008 SQL replication

    If you only need data on the reporting server nightly have you considered log shipping? Just hold off on the restores during the day and have the database in standby\read...

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

  • RE: Multi instance SQL 2008 R2 upgrade

    you can upgrade just one instance.

    In this case I would recommend doing the upgrade manually.

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

  • RE: AAG Backup

    you cannot do a log backup on the master database as it can only be in simple mode. That will be why the TLOG backup is failing for system databases...

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

  • RE: Simple Index question

    hard to say on index rebuilds, check the fragmentation daily to see how quickly the indexes fragment.

    You may want to update your stats after the upload though. Presuming you have...

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

  • RE: Would like to add data in table when sql m/c starts or shutdown

    So when you finish for the day you shut down SQL? If this is just to record that then how are you shutting down SQL?

    If just through the services applet,...

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

  • RE: Global Configuration Settings

    of course, if your aim is to save typing, rather than

    EXECUTE sys.sp_configure

    @configname = 'show advanced options'

    ,@configvalue = 1

    type

    exec sp_configure 'show advanced...

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

  • RE: backing up msdb after changes

    no probs. Eddie Vedder is it?

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

  • RE: Lost permissions

    I doubt those two events are related. Sounds like something has happened to your account in AD (maybe recreated) so it no longer matches to the SID SQL holds for...

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

  • RE: backing up msdb after changes

    no, that information is not kept in the msdb database.

    the only thing that would revert the settings is restoring from a backup of the database before the change.

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

  • RE: Failover 10,000 databases?

    recovery time is adversely affected by large number of vlfs in a transaction log file (see here)

    so it is worth checking your databases for this condition (rule of thumb. vlfs...

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

  • RE: Log shipping errror

    yep, thats the classic cause of that type of error in logshipping.

    glad you sorted it.

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

Viewing 15 posts - 481 through 495 (of 4,745 total)