Forum Replies Created

Viewing 15 posts - 5,536 through 5,550 (of 9,253 total)

  • RE: Best procedure to introduce clustering in a high OLTP environment

    MysteryJimbo (5/26/2012)


    Theres a risk of accidentally deleting or loosing the files when in a detached state.

    Take a database offline and then try to delete, move or rename one of its...

  • RE: Hung Custered SQL Installation

    Check your cluster validation report. Have you put all related disks for the mount pints into an app group and set the dependencies

  • RE: Orphaned Accounts

    cfradenburg (5/25/2012)


    A user (db level) doesn't work without a login (instance level).

    It does, but you to use EXECUTE AS

  • RE: Best procedure to introduce clustering in a high OLTP environment

    I've never found a detached database difficult to re attach, unless of course some clown moves the files instead of copying them.

    Even with backup and restore you want the...

  • RE: 2 node cluster Split-Brain Issue

    sbaker-757360 (5/24/2012)


    I finished swapping out all of my shared drives on two clusters and was able to run cluster validation without error. 🙂

    I tested complete network failure as described above...

  • RE: Orphaned Accounts

    anthony.green (5/24/2012)


    Only SQL authentication accounts become "orphaned"

    Unless of course you're crossing domains 😉

  • RE: Valid Backup

    Its already been said but actually restoring is the best way, however, you can also use

    RESTORE HEADERONLY

    RESTORE FILELISTONLY

    If you can read the filelist and header details there's an extremely good...

  • RE: Converting DBCC REINDEX into ALTER INDEX

    michael vessey (5/24/2012)


    the syntax for rebuild is as follows

    ALTER INDEX [PK_mytable] ON [dbo].[mytable] REBUILD

    or to defrag

    ALTER INDEX [PK_mytable] ON [dbo].[mytable] REORGANIZE WITH ( LOB_COMPACTION = ON )

    For info, you...

  • RE: Backward Compatibility

    derekr 43208 (5/24/2012)


    Hi all

    I know that SQL Server is backward compatible - I can restore a 2005 Database into a 2008 instance.

    Is this possible between Service Packs?

    Can I restore...

  • RE: 2 node cluster Split-Brain Issue

    Cool!

  • RE: sys.dm_db_index_physical_stats hangs in one of my databases

    GilaMonster (5/23/2012)


    Check your IO throughput. Sounds like the drive is not responding as it should.

    +1

    GilaMonster (5/23/2012)


    Index physical stats doesn't run showcontig, more the other way around. Showcontig is deprecated and...

  • RE: Replace master and model database

    bopeavy (5/23/2012)


    I have run into an issue where i am getting error:

    Error: 17310 Severity: 20 State: 1.

    Which cause SQL Server to reboot 4 times during a backup procedure. What I...

  • RE: SQL Server 2012 Cluster Installation

    is this VM sharing host resources?

    what version vmware?

  • RE: 2 node cluster Split-Brain Issue

    sbaker-757360 (5/23/2012)


    We are attaching a LUN and we create one Data Store per LUN, and then create VMware virtual disks.

    Bingo, thought so 😉

    sbaker-757360 (5/23/2012)


    My concern is that since Persistent Reservations...

  • RE: 2 node cluster Split-Brain Issue

    sbaker-757360 (5/23/2012)


    I have not seen any current ESXi v5 or Microsoft 2008 R2 MSCS documentation saying that our configuration is not supported

    yes, you have, the mere fact your cluster validation...

Viewing 15 posts - 5,536 through 5,550 (of 9,253 total)