Viewing 15 posts - 706 through 720 (of 728 total)
Best way:
Try to divide the queries and run separately to check which part is taking how much time. Catch the performance of the six cursors one at a time anc...
May 6, 2011 at 5:30 am
A quick look and I can see big usage of dbo.Calendario table. Can you check if statistics are updated and all the indexes are defragmented on this table ?
May 6, 2011 at 4:21 am
You should check any blocking issues. Check the fragmentation of tables involved as well.
May 6, 2011 at 4:09 am
Can you please send the sproc and tables definition ? Also the number of records per table.
May 6, 2011 at 4:03 am
I remember facing same sort of issues. However updating the statistics of tables involved solved the issue. Can you send the function definition ?
May 6, 2011 at 4:00 am
I'm not using any UDFs or table variable It's just simple insert as below:
Insert into dbo.TableA
PageId, col1, col2, col3, col4, col5, col6, col7, col8)
select
(row_number()OVER (ORDER BY col1, col2, col3)...
May 6, 2011 at 2:25 am
Definitely not and i'm having problems. Scratched my head a lotz. There I can see index seek in the execution plan. Still its slow. What can be the possibilities to...
May 5, 2011 at 7:21 am
Is around 50 seconds good time to insert around 2500000 records to a physical table A from another table B with 8000000 records ? There are just 8 columns in...
May 5, 2011 at 6:11 am
With reference to same topic, I created one physical table and trying to inser all the records with page information in it at once. My base table consists of around...
May 5, 2011 at 1:26 am
There is definitely not the proper informaiton. Can you share one example of any query, the time taken, tables involved, data contained within them and result number of records etc...
May 5, 2011 at 12:40 am
Sorry Guys. One of the table had old statistics and updating the same resolved the issue. All the results are coming as expected.
May 4, 2011 at 3:38 am
Can there be downside of this methodology ?
May 4, 2011 at 3:12 am
Jeff, thanks for that idea. However I just gave you one example. Most of our issues involve more than one joins and few left outer joins as well.
These days...
May 3, 2011 at 12:04 am
Jeff, I am awaiting suggestions from you on my thought and your code as well.
April 28, 2011 at 8:36 am
I was thinking of one mechanism. Say we can have one index on the columns participating in pagination [this way these columns will be in sorted manner]. We can set...
April 28, 2011 at 12:33 am
Viewing 15 posts - 706 through 720 (of 728 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy