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 |
lr1234
Starting Member
1 Post |
Posted - 2009-11-04 : 22:37:52
|
I just installed the enterprise evaluation version of SQL Server 2008 and I installed all tools.My problem is everytime when I try to use SQL Profiler, I am getting an error that says "Cannot connect to dev-server, Unknown error.(pfutil)", basically I cannot connect to sql profiler.Please help me with this problem.Thank you in advance.R |
|
YellowBug
Aged Yak Warrior
616 Posts |
Posted - 2009-11-05 : 06:28:21
|
At what stage do you get this error message? Please copy and paste the entire error.Is the SQL Server running? |
|
|
behrman
Yak Posting Veteran
76 Posts |
Posted - 2009-12-01 : 05:50:30
|
To start SQL Server Profiler from the Start menu 1. On the Start menu, point to All Programs, point to Microsoft SQL Server 2008, point to Performance Tools, and then click SQL Server Profiler.To start SQL Server Profiler in Database Engine Tuning Advisor 1. On the Database Engine Tuning Advisor Tools menu, click SQL Server Profiler.Starting SQL Server Profiler in Management Studio SQL Server Management Studio starts each profiler session in its own instance and continues to run if you shutdown SQL Server Management Studio. You can start SQL Server Profiler from several locations in SQL Server Management Studio, as illustrated in the following procedures. When SQL Server Profiler starts it loads the connection context, trace template, and filter context of its launch point.To start SQL Server Profiler from the Tools menu 1. In the SQL Server Management Studio Tools menu, click SQL Server Profiler.To start SQL Server Profiler from the Query Editor 1. On the SQL Server Management Studio menu bar, click New Query.2. In Query Editor, right-click and then select Trace Query in SQL Server Profiler.RAQ Report: Web-based Excel-like Java reporting tool |
|
|
|
|
|
|
|