Forum Replies Created

Viewing 15 posts - 46 through 60 (of 2,462 total)

  • RE: Scalar UDF different performance on different server

    shahgols (11/7/2013)


    but for some reason today it is very slow.

    There must be any reason.. some immediate action done like

    1 data migration (heavy DML on related tables) which...

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

  • RE: Backup A Table - Structure and Data

    shindle 17293 (11/7/2013)


    I am cutrently using the SELECT INTO... FROM... method but this doesn't create the indexes etc. on the backup table so it would require some extra manual steps...

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

  • RE: What is the correct way to restore a database when users are still connected?

    Maddave (11/7/2013)


    A number of our developers may execute changes within applications and then need to restore a database back to a starting point multiple times on a test system, and...

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

  • RE: "Table Scan Behavior" in NUMA

    Thanks but can you explain how the contention can be avoided by NUMA ?

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

  • RE: Stuck tracking down CXPACKET issue

    dwilliscp (11/5/2013)


    Currently our Cost of THreshold for Parallelism is 5

    you also need to increase value of threshold to avoid early parallelism occurence

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

  • RE: Index/table rebuild

    Carl B. (11/7/2013)


    that may contains several thousand conversion scripts.

    is it ? :pinch:

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

  • RE: Error Restoring Database including Trasaction Log

    Welsh Corgi (11/7/2013)


    Cool script.

    Thanks everyone.

    Did you find the issue ?

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

  • RE: Error Restoring Database including Trasaction Log

    Did you miss colon (:) before your drive letter I it should be

    'I:\MSSQL\log\MyDW.ldf'

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

  • RE: DELETE running for 8 hours need to Stop the process

    chandan_jha18 (11/7/2013)


    sqlnaive (11/7/2013)


    it can do it fast enough plus doing it this way controls your CPU else delete operation is just nasty.

    its also perfect way to manage the...

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

  • RE: Cursor to Delete data

    steven.ensslen (11/6/2013)


    They need a more complex solution that does less IO and doesn't put pressure on their transaction log.

    IF you handle the records in bunches .. it will...

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

  • RE: T-SQL syntax

    JimS-Indy (11/6/2013)


    What does "blocked" mean? Do you mean some sort of deadly embrace? I'm not sure how to react....

    i have experinced it in recent times. that same...

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

  • RE: Compact, fully indexed, archive database

    alex.valen (11/6/2013)


    The database will be used read-only when it's ready.- Alex

    Rebuild all the indexes (preferably clustred ones) just before you are making the database read-only

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

  • RE: T-SQL syntax

    i suspect with large amount of data ..your query might get blocked ..

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

  • RE: Need help on optimizing query

    you need 5 different results from 5 different filter(mentioned above) so your queries will work as expected.

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

  • RE: Stored procedure performance update after index rebuild

    you need to compare exec plan in both the scenarios.

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

Viewing 15 posts - 46 through 60 (of 2,462 total)