Forum Replies Created

Viewing 15 posts - 106 through 120 (of 283 total)

  • RE: SQL Server Read ismore

    this is the execution plan i renamed my original tables and columns.

  • RE: SQL Server Read ismore

    is the information provided is sufficient

  • RE: [High Important]Could not continue scan with NOLOCK due to data movement

    Lynn Pettis (4/9/2014)


    Simple, don't use NOLOCK.

    What is the cause of the problem ?

    I have been using this statement for nearly 6 years in prodution i did not get any error...

  • RE: Use of create statistics

    Grant.! Good Point to know.

    What about DTA statistics ?

    are they not statistics?

    How DTA able to do get those details(Statistics), which means that it was missed by Auto Update...

  • RE: Use of create statistics

    GilaMonster (4/8/2014)

    You're mixing up statistics and indexes. They are two very different things.

    what is DTA Statistics ?

    And what is DB With AUTO_CREATE and AUTO_UPDATE for statistics ON?

  • RE: Use of create statistics

    GilaMonster (4/8/2014)


    Someone ran the Database Tuning Advisor against your database and probably accepted all recommendations without doing the testing which they should have done.

    But, that's not a statistics object (what...

  • RE: Use of create statistics

    Why i am asking this is while running the profiler i got some tables saying that

    _dta_index_TABLE1_9_117575457__K4_K30_K1_K6_K9_K21_K16_K13_K12_K17_3_7_8_10_11_14_15_18_19_20_22_23_24_25_26_27_28_29

    SELECT M.* , COL1, COL2, COL3,COL9, COL4, COL5, COL6,COL7,COL8,COL10,COL12,COL11,COL13 FROM TABLE1 M (NOLOCK), TABLE2...

  • RE: SQL Server Read ismore

    I have created insert script for tables.also added table4

    is this sufficient

  • RE: Get the hierarchy orders(top to bottom) of the table

    Jeff Moden (4/5/2014)

    The easiest way would be to open the tables in the design mode of SSMS and look at the FK's.

    This will give about the sigle relationship, i am...

  • RE: SQL Server Read ismore

    Plase find tables.txt, plan.sqlplan.sql(executionplan), Tab_data.txt for inserting into tables.

    Hoping this information will help me in resolve the issue.

  • RE: SQL Server Read ismore

    Tab_tadata.txt and plan.sqlplan.sql files are the table insert scipt and execution plans.

  • RE: SQL Server Read ismore

    Divine Flame (4/7/2014)

    I am not sure if this syntax is supported yet:

    SELECT * FROM TableName WITH (DEADLOCK)

    "DEADLOCK" is not a recognized table hints option in SQL Server.

    So which database you...

  • RE: SQL Server Read ismore

    Here is my tables sample data.

  • RE: SQL Server Read ismore

    Here is my table's sample data.

  • RE: SQL Server Read ismore

    Those are the existing codes.

    i need to modify them.

    Yes using dead lock will lead to incorrect reports.

Viewing 15 posts - 106 through 120 (of 283 total)