April 29, 2013 at 10:13 am
We recently migrated our database from SQL 2005 to SQL 2008 R2. Application is performing pretty fast and as expected. However when any queries are called from linked servers then it just hangs. Select top 5 * from linked server takes forever and when killed takes forever to roll back. This impacts the whole system big time. Suggestions?
April 29, 2013 at 10:26 am
apat (4/29/2013)
We recently migrated our database from SQL 2005 to SQL 2008 R2. Application is performing pretty fast and as expected. However when any queries are called from linked servers then it just hangs. Select top 5 * from linked server takes forever and when killed takes forever to roll back. This impacts the whole system big time. Suggestions?
Did you update stats and rebuild indexes are migrating?
_______________________________________________________________
Need help? Help us help you.
Read the article at http://www.sqlservercentral.com/articles/Best+Practices/61537/ for best practices on asking questions.
Need to split a string? Try Jeff Modens splitter http://www.sqlservercentral.com/articles/Tally+Table/72993/.
Cross Tabs and Pivots, Part 1 – Converting Rows to Columns - http://www.sqlservercentral.com/articles/T-SQL/63681/
Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs - http://www.sqlservercentral.com/articles/Crosstab/65048/
Understanding and Using APPLY (Part 1) - http://www.sqlservercentral.com/articles/APPLY/69953/
Understanding and Using APPLY (Part 2) - http://www.sqlservercentral.com/articles/APPLY/69954/
April 29, 2013 at 10:28 am
Yes I did.
April 29, 2013 at 12:45 pm
What has changed except the SQL Server Engine version?
Check this, maybe this is an issue: http://www.benjaminnevarez.com/2011/05/optimizer-statistics-on-linked-servers/
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply