Viewing 15 posts - 106 through 120 (of 283 total)
this is the execution plan i renamed my original tables and columns.
April 14, 2014 at 1:11 am
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...
April 9, 2014 at 8:21 am
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...
April 8, 2014 at 11:54 am
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?
April 8, 2014 at 11:17 am
GilaMonster (4/8/2014)
But, that's not a statistics object (what...
April 8, 2014 at 7:25 am
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...
April 8, 2014 at 7:15 am
I have created insert script for tables.also added table4
is this sufficient
April 8, 2014 at 7:04 am
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...
April 8, 2014 at 6:12 am
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.
April 8, 2014 at 6:10 am
Tab_tadata.txt and plan.sqlplan.sql files are the table insert scipt and execution plans.
April 7, 2014 at 8:43 am
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...
April 7, 2014 at 8:27 am
Those are the existing codes.
i need to modify them.
Yes using dead lock will lead to incorrect reports.
April 7, 2014 at 8:16 am
Viewing 15 posts - 106 through 120 (of 283 total)