Viewing 15 posts - 16 through 30 (of 32 total)
Dear Friend..
Ok now u check the below attached the Excel sheet..
July 13, 2009 at 7:35 am
Dear Friend...
Please check attached the Excel...
thanx for the article...
Replay ASAP
July 13, 2009 at 7:26 am
Dear Friend...
Please check attached the Excel...
thanx for the article...
July 13, 2009 at 7:25 am
Dear Friend
check attached the execution plan here..
please replat ASAP
thanks
July 13, 2009 at 7:14 am
select ID,AuditMaster_ID,CallTo,CallTypeTag from auditdata
where AuditData.TATCallType = 'null' and Calltolen=12 and AuditData.CallTo like '91%'
put index on calltolen
now the above query taking 1.02 minutes
July 13, 2009 at 6:54 am
No trigger used in the Query
as u say i m, adding new column in the Table where i update the Callto len
and adding index to that column..
July 13, 2009 at 6:50 am
Dear Fried
without insert
this below SQL Query takes 59 secods with index on Tatcalltype column
select ID,AuditMaster_ID,CallTo,CallTypeTag into callto from auditdata
where AuditData.TATCallType = 'null' and len(AuditData.CallTo)=12 ...
July 13, 2009 at 6:26 am
ok..here i m attached the Execution plan JPG file for the below query.
insert into Auditdata_callto select ID,AuditMaster_ID,CallTo,CallTypeTag from auditdata
where AuditData.TATCallType = 'null' and len(AuditData.CallTo)=12 ...
July 13, 2009 at 6:06 am
ok i will attache the execution plan with a 5 minutes...
July 13, 2009 at 5:58 am
Dear Friends,
Thanks for your replay..
as u say if i m using function in where clause then no use of index
then now
i removeed index on the that both columns ...
July 13, 2009 at 5:44 am
Dear Friends,
Thanks for your replay..
i remove index on the that both columns...but now its take more that 10 minutes to run
July 13, 2009 at 5:23 am
Hi,
Even when i execute below Simple Query its take more than 20 minutes
update Auditdata set tatcalltype = 'null' where tatcalltype is null
tatcalltype datatype is varchar
i put the...
July 13, 2009 at 1:40 am
Dear Friends
Thanks for your reply
if i run below query its take more than 35 minutes
insert into sms_tatcalltype Select distinct AuditData.ID,'12','1','null' from Auditdata...
July 13, 2009 at 12:26 am
Viewing 15 posts - 16 through 30 (of 32 total)