vote up 1 vote down star
1

I want to use SQL Profiler to trace the queries executed agains my database, track performance, etc. However it seems that the SQL Profiler is only available in the Enterprise edition of SQL Server 2005. Is this the case indeed, and can I do something about it?

flag

75% accept rate

3 Answers

vote up 6 vote down check

You don't need any SQL license to run the client tools (Management Studio, Profiler, etc). If your organization has a copy of the installation media for Developer, Standard, or Enterprise, you can install the client tools on your local machine under the same license.

If you're working solo, I would recommend purchasing SQL Developer edition, it's only $50.

link|flag
I always assumed the use of the client tools required some kind of license, and I'm excited at the prospect that it doesn't! Do you have a link to a MS licensing statement that confirms this? – rwmnau Jun 26 at 16:24
download.microsoft.com/download/1/… – Portman Jun 28 at 1:57
vote up 0 vote down

The SQL Profiler tool is only available with the Standard and Enterprise version of SQL Server, however, all version can be profiled using the tool.

Source: http://www.microsoft.com/sql/prodinfo/features/compare-features.mspx

link|flag
vote up 0 vote down

If you are open to using third party profilers, I have used xSQL Profiler and it performed well enough.

link|flag

Your Answer

Get an OpenID
or

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