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.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 SQL Server Profiler - Import Performance Data

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 it

Thanx 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 1980
Blog: http://weblogs.sqlteam.com/mladenp
Speed up SSMS development: www.ssmstoolspack.com <- version 1.1 out!
Go to Top of Page

lionofdezert
Aged Yak Warrior

885 Posts

Posted - 2008-11-12 : 06:26:23
thanx spirit
Go to Top of Page

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.
Go to Top of Page
   

- Advertisement -