Forum Replies Created

Viewing 15 posts - 511 through 525 (of 4,745 total)

  • RE: Database Mirroring

    change the owner as part of a planned failover or do it should the database fail over of its own accord.

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

  • RE: SP4 installation for SQL 2005 fails

    believe me, you need to run it this way to get full admin privileges.

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

  • RE: SP4 installation for SQL 2005 fails

    when you run the installer are you right clicking on it and selecting 'run as administrator'?

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

  • RE: BACKUP WITH NORECOVERY

    please start a new thread

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

  • RE: BACKUP WITH NORECOVERY

    subahan.munthamadugu (7/25/2013)


    Hi All,

    How to move perticuler table from mdf to ndf ..

    Thanks,

    subahan munthamadugu.

    Hi, please post new questions in a new thread, you'll get a better response

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

  • RE: Need a blocking script with specific details

    you can check where blocked != 0 from master..sysprocesses table.

    you can also use profiler now to trap information on blocks.

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

  • RE: BACKUP WITH NORECOVERY

    ooooh, you edited it 🙂

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

  • RE: sql server 2005 sp1 is slow

    GilaMonster (7/22/2013)


    george sibbald (7/19/2013)


    as the message says it is an advanced setting

    sp_CONFIGURE 'show advanced options',1

    RECONFIGURE

    GO

    sp_CONFIGURE ‘optimize for ad hoc workloads’,1

    RECONFIGURE

    GO

    Optimise for ad-hoc was only...

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

  • RE: Sql agent job or Maintainace plan?

    no problem

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

  • RE: Sql agent job or Maintainace plan?

    if your databases are not currently being backed up you need to get that set up immediately so go the easy route and use maintenance plans. You could look at...

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

  • RE: Can't reclaim space on log files

    If the drive is 40GB and your logs only take up 1.5GB, its not the logs causing the problem, so no need to shrink them.

    Ask your server admins to look...

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

  • RE: sql server 2005 sp1 is slow

    as the message says it is an advanced setting

    sp_CONFIGURE 'show advanced options',1

    RECONFIGURE

    GO

    sp_CONFIGURE ‘optimize for ad hoc workloads’,1

    RECONFIGURE

    GO

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

  • RE: Best Index Rebuild/Reorganize and Update Statistics Strategy

    SQL_Surfer (7/19/2013)


    Thank you. Thanks for the query to find out heavily used indexes. Using this, as far as statistics are concerned, we won't be able to capture _WA statistics but...

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

  • RE: sql server 2005 sp1 is slow

    buffer cache and proc cache are separate so I don't think it would affect PLE directly. Are you actually seeing any memory related error messages?

    with such a large CACHESTORE_SQLCP you...

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

  • RE: SSIS in cluster

    that link does not expand for me.

    MachineB (presumed passive node) will not be able to see the disks when passive so will not able to see the file system....

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

Viewing 15 posts - 511 through 525 (of 4,745 total)