65

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?

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
mrblah
  • 99,669
  • 140
  • 310
  • 420

5 Answers5

47

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

Mitch Wheat
  • 295,962
  • 43
  • 465
  • 541
  • I was looking this. its cool that it is free. :) How can I save trace data to text file? File/Save button is disabled – Zviadi Feb 10 '12 at 12:55
  • DataWizard is now only free as time-limited trial, but licences start at just $5 USD for a year for up to 3 servers.Don't be put off by the problems with the DataWizard website (it often takes you round in circles) - the software itself is excellent and I'm assured by Joe at DataWizard.com they are working on improving the website... (fingers crossed!) – Chris Aug 08 '12 at 07:02
  • 3
    It is no longer available from that download link. – fasih.rana Jun 14 '16 at 08:45
24

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

EricP
  • 3,395
  • 3
  • 33
  • 46
Eslam Badawy
  • 533
  • 6
  • 8
8

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

jonmiddleton
  • 1,122
  • 14
  • 16
3

Management Studio->Tools->SQL Server Profiler.

If it is not installed see this link

John
  • 29,788
  • 18
  • 89
  • 130
kerem
  • 55
  • 1
0

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.

Eddie Groves
  • 33,851
  • 14
  • 47
  • 48