Viewing 15 posts - 196 through 210 (of 245 total)
tony28 (10/16/2013)
It is possible that can be...
October 16, 2013 at 8:39 am
Sean Lange (10/16/2013)
October 16, 2013 at 8:28 am
I founded that if I start the select twice, the second select is almost always the good time, but sometimes is same or worst,
It is possible that can be problem...
October 16, 2013 at 12:22 am
or now I tried left join with MASTER table
Table 'Worktable'. Scan count 0, logical reads 0, physical reads 0, read-ahead reads 0, lob logical reads 0, lob physical reads...
July 31, 2013 at 12:38 am
Hi,
I think that you have logical 2instance, but physical 4 - because there are mirrored and in cluster, so you can use just one side - but this is according...
May 21, 2013 at 9:17 pm
tony28 (5/21/2013)
I read that
- number of temp db files like CPU - 16 ? true or false ?
Rule of thumb before we starting getting rediculous amounts of cores. At that...
May 21, 2013 at 5:25 pm
hello guys,
I never talk with someone about this, so now I know, thx for response...
May 21, 2013 at 11:58 am
Can be problem with some convert? char-varchar? or somethink? or that the primary key in table is string ?
I dont know, why the query selected all tables with union...
May 14, 2013 at 3:19 am
here is simple select, I found in little difficult, but here you can see also
select ORDER_DATE from TB_INSPECTION_DETAIL WHERE ORDER_DATE='20130507' and COMMIT_NO='0085'
subtree cost
IX 0,0032838 -...
May 8, 2013 at 12:56 am
hi, thx for reply
I didnt write all about it ..heh
these columns are in PK
when I executed query, in tab of execution plan was the label - MISSING INDEX and...
May 8, 2013 at 12:16 am
yes, for example we have 10 table --- TB_MASTER_CPM01 - 10 and inside each of tables is column LINE_CODE with end of name this table, I dont know why korean...
April 30, 2013 at 6:14 am
I would like use for best one of first three queries
but
first is not good, because there is still recreate ex.plan
second is slowly, because without OPTION(RECOMPILE) the select selected...
April 30, 2013 at 3:51 am
opc.three (4/27/2013)
tony28 (4/26/2013)
I used OPTION(RECOMPILE) and it is ok, but without is wrong,,,---- and in milisecond is little worst, but better than before.
It has to do with how a plan...
April 28, 2013 at 11:00 am
I used OPTION(RECOMPILE) and it is ok, but without is wrong,,,---- and in milisecond is little worst, but better than before. ,
April 26, 2013 at 5:26 pm
Viewing 15 posts - 196 through 210 (of 245 total)