Forum Replies Created

Viewing 15 posts - 841 through 855 (of 2,462 total)

  • RE: Buffer Pool

    SQLSACT (11/9/2012)


    Bhuvnesh (11/9/2012)


    SQLSACT (11/9/2012)


    I'm trying to understand the behaviour of clean pages in the buffer pool

    see this

    "Dirty" pages are pages where data has been changed but has not...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: how to find the utilization is high while we are running performance monitor

    naga.rohitkumar (11/7/2012)


    i mean cpu utilization, or physical IO etc

    and another thing

    1.what can as a DBA we can look care for performance improvement of a server which is running sqlserver...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Execution Plan -- Clustered Index Update

    amarendra.sahoo (11/5/2012)


    One of my query execution plan shows 'Clustered Index Update' @ a cost of 152%.

    are you using any third party tool like sql sentry ?

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Huge cost issue with Temp DB using 2008r2 sp2

    Have you tried to repeat same test in new server? see and paste the result here

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Is it "better" to specify the definition of a temporary table, or just define it on the fly?

    worth reading 🙂

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Log backup Fails

    sanket kokane (10/31/2012)


    you have scheduled transactional log backup then why there is job for truncate log file :blink:

    +1

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Buffer Pool

    SQLSACT (11/9/2012)


    I'm trying to understand the behaviour of clean pages in the buffer pool

    see this

    "Dirty" pages are pages where data has been changed but has not yet been...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Buffer Pool

    see these links

    http://www.sqlservercentral.com/blogs/sql_server_dba/2011/11/28/sql-dirty-pages-/

    http://msdn.microsoft.com/en-us/library/aa337560(v=sql.105).aspx

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Text To Decimal Values

    AndrewSQLDBA (11/8/2012)


    1 would need to become 100.00

    HOw can this be possible or yuor are trying to say 1.00

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Efficient Data Deletion Method and Transactional Databases

    apatel62 (11/7/2012)


    Deleting as fast as possible:

    Two suggestions 1) log(ldf) and data(mdf) files on physically separate disks.

    2) Partition the table so that records to be deleted are distributed among several spindles

    if...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Move a clustered index from one filegroup to another on a production database

    sanket kokane (11/7/2012)


    Bhuvnesh (11/7/2012)


    DesmoShane (11/6/2012)


    will the resulting non-clustered indexes will they be rebuilt automaticaly and be an online operation

    YEs. any change to the cluster keys forces all the non-clustered...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: differential backup question

    i had impression that there are two options

    I have a daily full db backup via SQL maintenance plan to file system at 10pm.

    AND

    I also have a daily direct...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Move a clustered index from one filegroup to another on a production database

    DesmoShane (11/6/2012)


    will the resulting non-clustered indexes will they be rebuilt automaticaly and be an online operation

    YEs. any change to the cluster keys forces all the non-clustered indexes to be...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Move a clustered index from one filegroup to another on a production database

    you can also opt SORT_IN_TEMPDB = ON to divert the IO load to tempdb too

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: differential backup question

    @sanket why tuesday full back which is not there (for arcserve )

    see

    I also have a daily direct backup of database via arcserve SQL agent to tape at 11pm:

    Monday to Saturday...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

Viewing 15 posts - 841 through 855 (of 2,462 total)