Forum Replies Created

Viewing 15 posts - 1,501 through 1,515 (of 9,244 total)

  • RE: SQL Cluster failover during DBCC CheckDB operation

    check your storage backing the Tempdb. SQL Server is sending requests to the disk subsystem and they're not returning in a timely fashion

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Clustering

    gorripativ (12/28/2015)


    Will windows cluster name and sql cluster name can be same or should be different?

    Thanks in advance

    Each clustered role will require its own unique Virtual IP address and virtual...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQL Server Geoclustering

    curious_sqldba (12/18/2015)


    Anyone has hands on experience setting up geoclustering in 2012? Are there any gotcha's i should be worried about?

    What exactly are you planning to deploy on a geographical scale.

    A...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: clustering problems

    ???

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: In which scenario will we not use Always on and use Mirroring / Logshipping ?

    rodbloke (12/18/2015)


    You could use log shipping to introduce a restore latency (in addition to the 'natural' latency of Log Shipping) for the Secondary DBs if you don't want it to...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Moving data file from to a new location

    alter database ... modify file is the supported way to move a database file.

    Just be careful what you're typing as the files new location, it will accept whatever you execute...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Cannot add existing clustered instance to new server

    can you provide more information, screenshots maybe?

    What does the failover cluster manager view show

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Configuring SQL always on Availability group and Database Mirroring on same instance

    if TCP port 5022 is already used by the endpoint on the sql 2012 instance you'll need to select another TCP port that's not in use for the sql 2008...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: multi sql-cluster-instances with no default port & no instance name

    sn@ke (12/9/2015)


    instance01/name01 Port: 10000

    instance02/name02 Port: 10001

    please note, connections should be made to

    instance01ame01

    instance02ame02

    it's not recommended to set 1433 on named instances, use a high...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: clustering problems

    gorripativ (12/16/2015)


    Hi,

    Our environment has A-p clustering set up on 2 nodes. when failover occurs sql instance is not failovering to other node.

    What errors were you getting?

    What did you try...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: 8620 VLFs for one of many databases in the Server

    New Born DBA (12/16/2015)


    I am trying to change the Log Auto-Growth setting to 8 GB,

    even with fast disks this will take time to initialise the space.

    You'll likely get timeout issues...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQL HAG crashes SSMS

    what is the exact version of your client tools

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: FCI And Availability Groups

    curious_sqldba (12/15/2015)


    Lets assume N/W band width across two data centers is very good, can i use AAG and FCI from Prod to DR, Prod is in DC1 and DR is...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: In which scenario will we not use Always on and use Mirroring / Logshipping ?

    Dougieson (12/14/2015)


    My mistake, I was thinking about Failover Cluster Instances >.<

    You can configure a Two Node environment with Standard

    This has been possible since sql server 2005 😉

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: 2008 Cluster move to new hardware and upgarde to 2014

    acrutchley (12/10/2015)


    Hi all,

    I am looking for a few pointers with moving and upgrading a 2008 two node cluster to new hardware and upgrading to 2014, which will also include moving...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

Viewing 15 posts - 1,501 through 1,515 (of 9,244 total)