A tool that reads and analyses event trace information from a database management system.
12
votes
3answers
3k views
Using SQL Profiler on a database that's in production
As a developer, I use SQL Profiler quite often. It's a good debugging tool, both to track what my code is doing and to analyse performance problems.
But I've always used it on my development ...
9
votes
3answers
1k views
SQL Profiler tutorials for newbie
The MSDN documentation tough to understand.
Are there any online tutorials available to learn SQL Profiler? If possible, videos or simple blog posts would be preferred.
4
votes
1answer
805 views
SQL Profiler - Scripting a trace with HostName filter
I have a stock of scripted trace definitions that I use for different levels of diagnostics, none of which filter by HostName. I needed to filter traffic by host today so:
Fired up Profiler
Created ...
2
votes
2answers
315 views
SQL Server Profiler is available for SQL Server 2008 Dev Edition?
I just upgrade from SQL Server 2008 Express with advance services to Dev Edition. I wonder whether SQL Profiler is available for the Dev Edition?
Please let me know how to access that if it is ...