Viewing 15 posts - 121 through 135 (of 302 total)
I agree with you guys, Actually, I was fixing one of the issue on SQL Server called timeout error. All of a sudden my all processes are failing and getting...
March 4, 2009 at 3:52 pm
I know it does not matter but my question is why using rebuild index command does not make logical fragmentation to 0%.
May be it is related to filegroup space...
March 4, 2009 at 3:06 pm
I am extremely sorry about that. Here is the code. I think some user running this old fashion query.
When user runs this query, it returns results pretty quickly. When...
February 23, 2009 at 10:15 am
Debbie, You are right. There are some people in this form are rude and frustrated from there life. I really ignore them and don't pay attention at all.
I think this...
January 29, 2009 at 9:28 am
Created the index which you have recommended , it's really improved the performance. it is now taking 4 sec.
How you came up with this following index. I still cannot see...
January 22, 2009 at 11:34 am
I am sending you the attached text file which has statistics io on query when I run first time and second time.
If you have noticed that when I ran the...
January 22, 2009 at 9:57 am
But in the execution plan , it's taking only clustered index seek. I am sending again attached execution plan.
I also ran the script to check the missing index on this...
January 22, 2009 at 9:48 am
Thanks David,
I don't see any lookup in the execution plan. ?
January 21, 2009 at 6:03 pm
I already did that testing and I did see logical reads are so many but in the execution plan is taking clustered index seek.
I have attached the execution plan....
January 21, 2009 at 5:34 pm
Sorry , I did little mistake in previous reply.
When I run the query with joining view first time it takes around 6 minutes but when I run same query second...
January 21, 2009 at 5:11 pm
I have noticed one more thing. My partition is based on post_pd and the query I am filtering with SER_DT which not partition field.
so when I run the followng query...
January 21, 2009 at 5:08 pm
The wired thing is, when I run the query with joining view first time it takes around 6 minutes but when I run same query second time it takes 33...
January 21, 2009 at 4:45 pm
How can I post the execution plan. ?
If you have noticed , first query is using view, the name of the view is Transac and the secound query is using...
January 21, 2009 at 12:41 pm
Here are both the queries and also IO stats. I have noticed one thing that view is using transac_archive table even the date range does not fall in Transac_Archive table....
January 21, 2009 at 11:23 am
Viewing 15 posts - 121 through 135 (of 302 total)