Viewing 10 posts - 1 through 10 (of 10 total)
Hi,
Please find the attached execute plan in .sqlplan format.
Please help me in this regard.
Note : Just now i got the file. Sorry for delayed response.
Thanks,
Syed.
July 7, 2012 at 7:56 am
Please find the attached Execution Plan in excel.
Thanks,
Syed
July 3, 2012 at 11:30 am
Yes I too agree, client cannot view that much record at a slot.
But the requirement which i got is like that.
Thanks,
Syed.
July 3, 2012 at 9:18 am
Please find index definitions.
Thanks,
Syed.
July 3, 2012 at 4:06 am
Two different indexes.
Thanks,
Syed
July 2, 2012 at 4:50 am
Development also giving the same issue.
Thanks,
Syed.
July 2, 2012 at 3:52 am
Hi,
Please find the attached file having Table definition, Index definition, and execution plan (FROM Development server)
Query used,
select col_name1, max(col_name2),max(col_name3),max(date_time)
from tble_candt
where date_time between '2011-01-01' and '2012-06-30'
group by col_name1
order by date_time desc;
The...
July 2, 2012 at 2:01 am
Hi Thanks for your replay,
Please see the attached snapshot will xplain you about the nonclustered index reference.
Thanks,
Syed
June 30, 2012 at 1:41 pm
Thanks for your reply.
Please find the attached screen shots for indexes used.
there is no keys for this tble_candt table.
Table script :
CREATE TABLE tble_candt(
[col_name1] [varchar](10) NULL,
[col_name2] [nvarchar](25) NULL,
[col_name3] [nvarchar](64) NULL,
[col_name4]...
June 30, 2012 at 10:32 am
Thanks for the reply,
Could you please ellaborate on this, I am not getting exactly.
Syed.
June 30, 2012 at 9:40 am
Viewing 10 posts - 1 through 10 (of 10 total)