Where is SQL Profiler in my SQL Server 2008?

Sql ServerSql Server-ProfilerProfiling

Sql Server Problem Overview


I downloaded SQL Server 2008 and can't seem to find SQL Profiler anywhere.

I believe I installed the SQL Server Enterprise Express/trial version?

I guess it was Express and not Enterprise after all right?

Sql Server Solutions


Solution 1 - Sql Server

SQL Server Express does not come with profiler, but you can use SQL Server 2005/2008 Express Profiler instead.

Solution 2 - Sql Server

first get the profiler Exe from: http://expressprofiler.codeplex.com

then you can add it simply to the Management studio:

Tools -> External tools... ->

a- locate the exe file on your disk (If installed, it's typically C:\Program Files (x86)\ExpressProfiler\ExpressProfiler.exe)

b- give it a name e.g. Express Profiler

that's it :) you have your Profiler with your sql express edition

enter image description here

Solution 3 - Sql Server

Another very basic free profiler: http://expressprofiler.codeplex.com

Solution 4 - Sql Server

Management Studio->Tools->SQL Server Profiler.

If it is not installed see this link

Solution 5 - Sql Server

Also ensure that "client tools" are selected in the install options. However if SQL Managment Studio 2008 exists then it is likely that you installed the express edition.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionmrblahView Question on Stackoverflow
Solution 1 - Sql ServerMitch WheatView Answer on Stackoverflow
Solution 2 - Sql ServerEslam BadawyView Answer on Stackoverflow
Solution 3 - Sql ServerjonmiddletonView Answer on Stackoverflow
Solution 4 - Sql ServerkeremView Answer on Stackoverflow
Solution 5 - Sql ServerEddie GrovesView Answer on Stackoverflow