Forum Replies Created

Viewing 15 posts - 4,681 through 4,695 (of 9,241 total)

  • RE: Logs

    runal_jagtap (11/1/2012)


    Ok fine.. willl see to it 🙂

    thank you everyone for quick response n help 🙂

    I will like to add one more thing

    We have one Rack Space server & other...

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

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

  • RE: Logs

    runal_jagtap (11/1/2012)


    Thanks Gila, but reagrding SQL SERVER Error Log, will this will a file stored on any location???

    coz if DB wont start how to check Error logs then??

    More over coming...

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

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

  • RE: Availability Group Listener not routing ApplicationIntent=Readonly to secondary replica

    can you supply the results of this query please against primary and secondaries

    selectar.replica_server_name

    , ar.endpoint_url

    , ar.replica_server_name

    , ar.availability_mode_desc

    , ar.failover_mode_desc

    , ar.session_timeout

    , ar.primary_role_allow_connections_desc

    , ar.secondary_role_allow_connections_desc

    , ar.backup_priority

    , ar2.read_only_routing_url

    from sys.availability_replicas ar

    inner join sys.availability_read_only_routing_lists avr

    on ar.replica_id =...

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

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

  • RE: Cluster Quorum - Node and Disk

    you're welcome 😉

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

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

  • RE: Cluster Quorum - Node and Disk

    check your event logs for more info, there'll be some errors there that will be relative.

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

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

  • RE: Principal Disconnected, In Recovery... on both servers after restart

    normally stopping and restarting the endpoints will cure the issue

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

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

  • RE: Cluster Quorum - Node and Disk

    SQLSACT (10/31/2012)


    Perry Whittle (10/31/2012)


    SQLSACT (10/31/2012)


    Hi Guys

    Please help me understand something the Cluster Quorum and specifically Node and Disk Majority

    I understand that if you have an even amount on nodes on...

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

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

  • RE: What credentials are used for mirroring connections between partners?

    scogeb (10/30/2012)


    I know when I configure security for a new mirror, the wizard prompts me for credentials to connect to the mirror and witness. I don't think those credentials...

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

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

  • RE: Cluster Quorum - Node and Disk

    SQLSACT (10/31/2012)


    Hi Guys

    Please help me understand something the Cluster Quorum and specifically Node and Disk Majority

    I understand that if you have an even amount on nodes on your cluster, it's...

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

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

  • RE: Database Level Clustering in SQL 2008

    raheelr 63130 (10/29/2012)


    I think sql 2012 provides redundancy at DB level as well?

    SQL Server 2012 also supports database mirroring although this feature is now deprecated and marked for removal in...

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

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

  • RE: Hexadecimal to Binary Conversion in SQL Server 2008 R2

    you asked why you were getting the error, i told you 😉

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

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

  • RE: SQL Server Agent will not start after upgrade

    check the windows application log for more detail

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

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

  • RE: Can't remove DB mirroring

    yes, mirror is switched off when indicated to do so under SQL Server 2008 but the mirror partner thinks that the mirror relationship is still in place under 2012

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

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

  • RE: Database Level Clustering in SQL 2008

    raheelr 63130 (10/28/2012)


    Hi Techs, is it possible to have DB level clustering in sql 2008? if so how can we achieve this?

    I know DB levek mirroring does work.

    Regards

    Raheel

    Database mirroring offers...

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

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

  • RE: Hexadecimal to Binary Conversion in SQL Server 2008 R2

    guerillaunit (10/28/2012)


    Hello, I am using the following code to try to convert my hexadecimal string to binary format:

    DECLARE @MYHEX AS VARCHAR(MAX)

    SET @MYHEX = '0000C180880810010000'

    SELECT CONVERT(VARBINARY(MAX), @MYHEX, 1)

    I get this error...

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

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

Viewing 15 posts - 4,681 through 4,695 (of 9,241 total)