Forum Replies Created

Viewing 15 posts - 4,951 through 4,965 (of 9,253 total)

  • 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...

  • 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...

  • 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...

  • 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...

  • 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...

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

    Kishore-132325 (9/25/2012)


    I have 2 SQL Servers in HA set up in Active / Active cluster where we have one DB - named XYZ. Versions : Windows Server 2008 R2 and...

  • RE: Question about sys.dm_os_process_memory

    No, it's not. This value

    locked_page_allocations_kb

    is a part of

    physical_memory_in_use_kb

  • RE: Active /Active configuration

    saidapurs (9/24/2012)


    Hi All,

    I configured SQL cluster configuration successfully as Active /Passive but i am not understand how do i configure...

  • RE: Move DB from 2008R2 Enterprise to 2008 Standard

    mcopa (9/24/2012)


    Can I use the Copy Database wizard?

    if you use the detach\attach method no you can't.

    If you use the object method trnasfer it might work as it reads the...

  • RE: Local group permissions issues

    Jason Marshall (9/24/2012)


    We restore Production backups to our UAT server nightly to keep data refreshed. The devs are given access through a local server group. When the restores...

  • RE: SQL Server Consolidation Advice

    if it were me i would separate SSRS and SSIS to one box and put SSAS on its own

  • RE: Degree of parallelism in SQL Server

    braju (9/24/2012)


    From what I have seen as reponses, I think we should set the MAXDOP to default to 0 and adjust cost threshold of parallelism if needed or even ahve...

  • RE: Changing Locations of DataFile

    saidapurs (9/24/2012)


    Hi Gila/Perry,

    Thanks for your response even i observed required less down time for this...

    Thanks & Regards

    Satish

    No problem, the main thing is...

  • RE: Degree of parallelism in SQL Server

    look closely at the cost threshold parameter and also check for rogue queries and tune them 😉

  • RE: SQL Server Consolidation Advice

    You could certainly consolidate the database engine instances to one box, whether or not you have a box that's capable of providing the level of performance you'll require from the...

Viewing 15 posts - 4,951 through 4,965 (of 9,253 total)