I have SQL Server 2008 Developer Edition. My issue is that SQL Profiler is not installed, I've tried to reinstall it several times. SQL Profiler is not under Tools in SQL Server Management Studio. And the "Performance Tools" under Microsoft SQL Server 2008 in the start menu is not there.

Here is the version number: Microsoft SQL Server 2008 (RTM) - 10.0.1600.22 (Intel X86) Jul 9 2008 14:43:34 Copyright (c) 1988-2008 Microsoft Corporation Developer Edition on Windows NT 6.1 (Build 7600:

Is SQL Server Profiler available with SQL Developer edition? And possibly, does anyone have a hint how I can get this fixed?

link|improve this question
feedback

2 Answers

up vote 3 down vote accepted

Indeed SQL Profiler is available in SQL Server 2008 Developer Edition.

The features supported by SQL Server Enterprise, Developer, and Evaluation are the same.

Features Supported on MSDN

Likely you'll have to go back into the SQL 2008 installer and modify the installation options to include the Management Tools - Complete features. If this feature is not selectable, you may have installed a lower edition (such as Express). You'll need to perform an edition upgrade on the shared features, then run the installer again. The feature should now be selectable.

alt text

link|improve this answer
feedback

You show screen from Enterprise Evaluation. Developer Edition on 2008 R2 does not have half of these options. Management Tools are not expandable there at all. So I do not think it is an answer to this question.

P.S It is funny system offers to attach an image to later say you do not have enough pouints to do it. So I can not show you exact screen.

Please delete it as I have Express edition as it turns out.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.