Forum Replies Created

Viewing 15 posts - 3,901 through 3,915 (of 9,253 total)

  • RE: Database went into Restoring State for unknown reason

    Grant Fritchey (11/7/2013)


    GilaMonster (11/6/2013)


    Restoring or recovering?

    A DB will go restoring if someone runs BACKUP LOG ... WITH NORECOVERY ....

    In what might be an epic role reversal, don't you mean RESTORE...

  • RE: Disk space gets full and cluster goes offline

    Ryan007 (11/11/2013)


    Thanks Perry

    But disk might get full due to huge transactions. So to prevent this, is there anything that can be done so that LUN does not go offline if...

  • RE: Moving from mirroring to AlwaysOn for SQL Server 2012

    Reg_Mayfield (11/8/2013)


    When I stepped thru the process on the first server (Primary server) when I got to the dialog screen that asked for "Select Servers or a Cluster" I am...

  • RE: Disk space gets full and cluster goes offline

    at the Netapp filer level if the LUN space depletes the LUN goes offline, this in turn will take the disk offline in Windows.

  • RE: Add third node sql cluster

    That is correct

  • RE: Add third node sql cluster

    muthukkumaran Kaliyamoorthy (11/8/2013)


    I did some online searching. Here is the step I have to perform. Am I missing anything.

    > Need a Shared disk

    > Need a Third server/node

    > create a new...

  • RE: Add third node sql cluster

    muthukkumaran Kaliyamoorthy (11/7/2013)


    Thanks Perry Whittle. I understand that, i need to run the wizard on passive node/server or do i need one more server for the third instance.

    No, you dont...

  • RE: Suggest a port other then default

    anoop.mig29 (11/7/2013)


    Perry Whittle (11/6/2013)


    A port in the high end range is usually good, say 50000 - 60000.

    Where firewalls are in place and you wish to connect via the instance name...

  • RE: Add third node sql cluster

    muthukkumaran Kaliyamoorthy (11/7/2013)


    I have a 2 node cluster (2-physical servers) “instance1” is passive for “instance2” & “instance2” is passive for "instance1" vice versa.

    I want to add/install 3rd SQL “instance3”....

  • RE: SqlServer 2008 cluster adding RAW disks VMWARE

    you can use a single one, it's probably easier to store the mapping files with the VM. I have done this in the past.

  • RE: Capture_Login_Auths

    If your procedure only accepts a scalar value why are you dumping the value provided to the sp into a cursor looping through sys.database_principals??

  • RE: Suggest a port other then default

    A port in the high end range is usually good, say 50000 - 60000.

    Where firewalls are in place and you wish to connect via the instance name you'll need the...

  • RE: Issue with Logshipping

    You must grant share permissions on the share itself and ntfs permissions on the folders\files. Where the 2 combine the most restrictive applies, this is the default when creating a...

  • RE: Minimum permission to run exec sp_helpsrvrolemember

    yes i see what you mean, the following shows correctly the server role members but probably shouldnt be granted to ordinary users

    grant VIEW ANY DEFINITION TO [youruser]

  • RE: Logshipping to another server with different drive names

    durai nagarajan (11/4/2013)


    Thanks for you reply

    Are there no other alternative to this.

    You could use a manual log backup instead of a differential and restore WITH NORECOVERY, MOVE.

    The easiest option...

Viewing 15 posts - 3,901 through 3,915 (of 9,253 total)