Forum Replies Created

Viewing 15 posts - 5,551 through 5,565 (of 9,244 total)

  • RE: 2 node cluster Split-Brain Issue

    Are both VMs on the same host (Cluster in a box) or are they on separate hosts?

    Is this a host based vswitch or a distributed vswitch?

    How is the storage presented...

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

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

  • RE: measure PAE using or not?

    ananda.murugesan (5/22/2012)


    OS - Win 2003 Enterprise Edition

    Database - SQL 2008 Enterprise Edition

    Memory - 4GB

    please tell me, how to measure /PAE really using or not after configured as below boot.ini...

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

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

  • RE: SQL 2012 High Availibility

    derekr 43208 (5/21/2012)


    Is the below possible?

    2 Servers part of the Same Windows Cluster

    SQL Server installed as Clustered Instances on both Nodes

    Seperate Storage

    Would this configuration allow for Availibility Groups(Database Level Protection)...

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

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

  • RE: SQL 2012 High Availibility

    derekr 43208 (5/21/2012)


    This is where I am a bit confused....

    For AG's, all nodes must be part of the same cluster but with seperate storage?

    For HA Instances all nodes must be...

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

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

  • RE: SQL 2012 High Availibility

    This is already detailed in my previous replies, but

    derekr 43208 (5/21/2012)


    does each node need to be part of the same cluster?

    For availability groups, yes, all nodes need to be part...

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

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

  • RE: Cluster Installation

    This seems to have veered drastically from your original request. Your production servers are virtual machines are they?

    You could start by answering my questions and reading the link I posted...

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

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

  • RE: How to use SQLIO for Mount points on cluster

    madhu-686862 (5/16/2012)


    How to use SQLIO for Mount points on cluster to test the IO on SAN?

    Have you read the documentation for SQLIO? Also check the SQL server storage best practices...

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

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

  • RE: Cluster Installation

    deep_kkumar (5/16/2012)


    1) How much space I need to allocate for quorum drive?

    512MB

    deep_kkumar (5/16/2012)


    2) shared disk space depends on the database sizes.

    How much do you think you will need??

    Will you be...

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

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

  • RE: sa_help_rev.erse.sa.login

    Sure, here you go

    SELECT 'CREATE LOGIN ' + name +

    ' WITH PASSWORD = ' + sys.fn_varbintohexstr(password_hash) +

    ' HASHED, SID = ' +...

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

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

  • RE: Shrinking data files for similar database names

    Norm-677551 (5/14/2012)


    from

    ?.dbo.sysfiles a

    ) x

    where [free_space_mb]/[file_size_mb]*100>50

    and NAME like ''wslogdb70_%'''

    ...

    Am I right?

    if you're going to use system catalogs at least use the right one. For file info at database level...

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

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

  • RE: Where can I find the latest releases of SQL Server 2008 R2?

    erm, how about the Microsoft website 😉

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

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

  • RE: connection strings in case of failover

    Automatic failover is only possible with a witness and high safety mode.

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

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

  • RE: Create database DDL VS creating a database in SSMS

    capn.hector (5/14/2012)


    we fixed it by detaching the database with sp_detach_db rename the log file then sp_attach_single_file_db. it worked and we can now shrink the file.

    Bad idea generally.

    A quick check...

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

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

  • RE: Transaction log/Full backup and Recovery

    AK1516 (5/14/2012)


    I have no differential backups running.

    You may not be able to run differentials all week, but you may get away with running 2 full backups per week and differentials...

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

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

  • RE: connection strings in case of failover

    with replication you have a manual failover action, depending upon your mirror session type this will also be either manual or automatic failover. For sessions using a witness you may...

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

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

Viewing 15 posts - 5,551 through 5,565 (of 9,244 total)