views:

28

answers:

0

I try to connect SQL Profiler to my local SQL Server 2008 instance, and get the following error:

TITLE: Connect to Server
------------------------------

Cannot connect to (local).

------------------------------
ADDITIONAL INFORMATION:

Unknown error. (pfutil)

------------------------------
BUTTONS:

OK
------------------------------

The "Advanced Information" shows little extra:

===================================

Cannot connect to (local).

===================================

Unknown error. (pfutil)

------------------------------
Program Location:

   at CProfilerSqlDbConnection.Open()
   at Microsoft.SqlServer.Management.UI.ConnectionDlg.Connector.ConnectorThread()

Has anyone else encountered this strange issue and found the cause?

UPDATE: I've restarted my PC and am still getting the same error, has anyone else experienced this persistently?

related questions