Viewing 15 posts - 1 through 15 (of 22 total)
ok no issue i try this ...
before i explain something in my process ..
BCP happens in both table (A1,A2) .. A1 ( key column ) has identity ......
May 28, 2008 at 12:54 am
if i replicate the table i have to do modify the whole application .. that is hard ... in one sp i have one select qry . this sp executed...
May 27, 2008 at 11:29 pm
if i create index after BCP , further i do deletion and updation .. so it will reduce performance due to cluster index creation .
May 27, 2008 at 10:23 pm
barry solution :
CREATE [UNIQUE] INDEX idxTablenameKeyDT
ON TableName ( Key, DT )
with only column KEY and selected a column in multiple place .. for that and...
May 27, 2008 at 5:53 am
IS IT POSSIBLE TO ANALYZING ABOUT RAID , FILEGROUP IN DATABASE ... I AM NOT AWARE OF THAT ... SO ONLY ASKING ???
May 27, 2008 at 5:26 am
INDEX :
=============
NC_INDEX1_A1 > nonclustered located on PRIMARY > KEY, QNBR, TIMESTAMP, BUS_CNTR
Table definition is difficult .. that has 1030 columns ... also...
May 27, 2008 at 5:07 am
this result is without hint .. hint shown 25 % sort cost .. so i dropped ...
wud like to solve without hint ..
May 27, 2008 at 3:32 am
Table 'A1'. Scan count 8, logical reads 160572, physical reads 0, read-ahead reads 128208.
Table 'A2'. Scan count 8, logical reads 305858, physical reads 3, read-ahead reads 320673.
i am not aware...
May 27, 2008 at 2:51 am
ss the sort cost newly add to 25 %..
to run statistics on .. without giving the qry output can we take the statistics output ??.. like execution plan can...
May 27, 2008 at 1:45 am
if i use the option ( merge join ) .. one of the table goes index scan .. another one is table but cost is reduced from 24...
May 27, 2008 at 12:28 am
i cannot use index on DT column .. if i try to create index , have to create in lot places ... in one place with this same join select...
May 26, 2008 at 11:12 pm
DT is not a index column . can i force index ??? if so what is the syntax ??
May 26, 2008 at 10:47 pm
this both table has 1020 columns ...
there is no relation ship .. constraint .. only this 2 column is having non cluster index .. nothing else ..
and...
May 24, 2008 at 9:32 am
Viewing 15 posts - 1 through 15 (of 22 total)