Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
lionofdezert
Aged Yak Warrior
885 Posts |
Posted - 2008-11-12 : 05:04:55
|
I need to correlate System Performance Data with Sql Server Profiler data to find out the reason behind slow query, but can't click on Import Performance Data option in File Menu of SQL Server Profiler... Whats missing to enable itThanx in Advance |
|
spirit1
Cybernetic Yak Master
11752 Posts |
Posted - 2008-11-12 : 05:23:02
|
http://www.sqlteam.com/article/integrating-profiler-and-perfmon-log-files_______________________________________________Causing trouble since 1980Blog: http://weblogs.sqlteam.com/mladenpSpeed up SSMS development: www.ssmstoolspack.com <- version 1.1 out! |
 |
|
lionofdezert
Aged Yak Warrior
885 Posts |
Posted - 2008-11-12 : 06:26:23
|
thanx spirit |
 |
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2008-11-12 : 06:43:57
|
check execution plan and analyze with DMV sys.dm_db_missing_index_detailsfor missing index. |
 |
|
|
|
|