Forum Replies Created

Viewing 15 posts - 5,026 through 5,040 (of 9,244 total)

  • RE: Availability Group Quorum Question

    Kwisatz78 (9/13/2012)


    In any case it seems I am going to have to put a file share quorum (as we have no shared storage between these particular servers) in the primary...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Availability Group Quorum Question

    Perry Whittle (9/13/2012)


    and certainly shouldn't be used for a geo spacial cluster configuration.

    πŸ˜‰

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Availability Group Quorum Question

    Kwisatz78 (9/13/2012)


    The primary node contains both the data and quorum disks

    So you're using Node and disk majority quorum type?

    Kwisatz78 (9/13/2012)


    all is replicated using SRDF to the secondary datacentre with the...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Availability Group Quorum Question

    Kwisatz78 (9/13/2012)


    Hi Perry

    Sorry I am not sure I followed what you have said. If I remove voting from one of the nodes is this not the same as removing...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Finding port numbers

    Sqlism (9/12/2012)


    Hope this link helps you

    http://sqlism.blogspot.com/2012/08/finding-port-number-for-particular-sql.html

    Finding the Port Number for a particular SQL Server Instance

    DECLARE @tcp_port nvarchar(5)

    EXEC xp_regread

    @rootkey = β€˜HKEY_LOCAL_MACHINE’,

    @key = β€˜SOFTWARE\MICROSOFT\MSSQLSERVER\MSSQLSERVER\SUPERSOCKETNETLIB\TCP’,

    @value_name = β€˜TcpPort’,

    @value = @tcp_port OUTPUT

    select @tcp_port

    This is...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Availability Group Quorum Question

    Kwisatz78 (9/13/2012)


    Hi all

    We currently have a geo cluster which spans 2 datacentres which are close together. Not having a 3rd location and as we are wanting to use availability...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: SQL Query Confusion

    SQLSACT (9/13/2012)


    What I'm struggling to grasp is why does SQL Server still worry with the Index if all the pages that it needs is already in memory.

    Thanks

    The index key...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: New Windows 2008 R2 server with SQL 2008 R2 - Hard Drive Setup

    Nater (9/12/2012)


    Now we were talking about what to do with those 8 drives and you said . . .

    2 drives in RAID1 for backups

    2 drives in RAID1 for logs

    4...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Pros and cons of having multiple instances on a Active Passive and Active\Active cluster

    wannabe dba (9/12/2012)


    Hi guys,

    I have a sql 2008 r2 enterprise box which is running on windows 2008 R2 enterprise and the business wants to separate some of the databases from...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: New Windows 2008 R2 server with SQL 2008 R2 - Hard Drive Setup

    Nater (9/12/2012)


    Perry,

    Thank you so much for your response!!! Thank you so much for mentioning backups . . . cant believe i forgot to mention that. We will definitely...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: New Windows 2008 R2 server with SQL 2008 R2 - Hard Drive Setup

    What about backups, you have no provision for these??

    Nater (9/12/2012)


    What we have are (10) 146GB 15,000rpm SAS drives.

    What I was thinking was . . . and please correct me and...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: setting up Clustering - SQL Server 2008 R2

    Jpotucek (9/12/2012)


    one last point for clarification?? :blush:

    tut tut tut, any more of this and you'll be incurring fees πŸ˜€

    Jpotucek (9/12/2012)


    So (if I have this straight) There is one Quorum...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Tempdb : ONE Data File per cpu

    george sibbald (9/12/2012)


    I'll moonlight and undercut these guys by 10% πŸ™‚

    edit: cash only

    :hehe:

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Tempdb : ONE Data File per cpu

    TheSQLGuru (9/12/2012)


    I happen to know of just such a consultancy, btw. 😎

    πŸ˜‰ thanks for recommending me Kevin πŸ˜€

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Mirroring Error 1479, 1474

    it needs to account for network latency so yes change it to whatever you require

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

Viewing 15 posts - 5,026 through 5,040 (of 9,244 total)