Forum Replies Created

Viewing 15 posts - 4,936 through 4,950 (of 9,244 total)

  • RE: LOGSHIPPING RE-ESTABLISHMENT

    Jai-SQL DBA (9/26/2012)


    Hi,

    I want to understand the Logshipping reestablishment Scenerio After a Failover.Below Mentioned are the details of the Environment for the Better Understanding.

    Server A: Primary Server

    Server B:...

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

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

  • RE: Active /Active configuration

    saidapurs (9/26/2012)


    Hi Peery,

    I am using 1 cluster & multiple node. You mean multiple clusters are called active/active?

    Please collaborate this one....

    Thanks & Regards

    Satish Saidapur

    Microsoft now prefer the...

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

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

  • RE: SQL Disk to Memory

    thanks I stand corrected

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

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

  • RE: Want to find transaction log size before taking backup

    opc.three (9/25/2012)


    CREATE TABLE #LOGSPACE

    (

    DB SYSNAME,

    LogSize FLOAT,

    SpaceUsed FLOAT,

    Stat BIT

    );

    INSERT INTO #LOGSPACE

    (

    ...

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

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

  • RE: OS Error when configuring Log Shipping

    Normally i would expect an error 5 if the backup couldn't be accessed during the restore part of the wizard. Haven't managed to recreate an error 2 yet.

    What account...

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

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

  • RE: Want to find transaction log size before taking backup

    opc.three (9/25/2012)


    The SpaceUsedMB could be low if you ever switch the DB into the Bulk Logged Recovery Model and perform any minimally logged operations.

    Yes, but bear in mind that log...

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

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

  • RE: SQL Disk to Memory

    to TempDB

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

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

  • RE: OS Error when configuring Log Shipping

    Perry Whittle (9/22/2012)


    One further question,

    When you set the details on the restore tab did you edit the restore options and enter different paths for the target\secondary data and log...

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

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

  • RE: SQL Disk to Memory

    laurie-789651 (9/25/2012)


    Perry Whittle (9/25/2012)


    SQLSACT (9/25/2012)


    Hi all

    I have a quick question regarding pages moving from disk into memory

    If I select * from a table, are all pages that make up the...

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

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

  • RE: Mirror and witness becomes disconnected, won't reconnect

    scogeb (9/25/2012)


    I am going to try to restart the endpoint per Perry's suggestion next time this happens. I will post back the results at that time.

    This should be your...

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

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

  • RE: SQL Disk to Memory

    SQLSACT (9/25/2012)


    Hi all

    I have a quick question regarding pages moving from disk into memory

    If I select * from a table, are all pages that make up the table and indexes...

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

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

  • RE: Question about sys.dm_os_process_memory

    opc.three (9/25/2012)


    I realize that. That is my motivation for adding in the coulmn that implies it is the amount of memory allocated as a locked page, i.e. AWE memory.

    The point...

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

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

  • RE: Question about sys.dm_os_process_memory

    opc.three (9/25/2012)


    I didn't think locked pages were part of the working set which is why Task Manager lies to us but maybe locked_page_allocations_kb is not what I am thinking it...

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

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

  • RE: HA on Active / ACtive and DR on DB Mirroring

    Kishore-132325 (9/25/2012)


    ok, gotcha..

    but after the failover has happened, the Mirroring should establish connection back with New Principal and get synchronised rite?

    What new principal?

    The mirror session is created against the clustered...

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

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

  • RE: HA on Active / ACtive and DR on DB Mirroring

    Kishore-132325 (9/25/2012)


    Yes multi instance cluster...

    DB Mirroring is in Asynch mode and Manual failover...

    If the cluster fails over and the failover time exceeds the mirror timeout (default is 10 seconds) the...

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

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

Viewing 15 posts - 4,936 through 4,950 (of 9,244 total)