Reputation: 3623
Is there a way to get the profiler without installing Microsoft Sql Server?
If the answer is no, which edition do I need to get the profiler? Do I need the Developer Edition?
Upvotes: 4
Views: 601
Reputation: 13509
You can use the open source AnjLab profiler if you are using an express edition of sql server. It's pretty powerful.
Upvotes: 2
Reputation: 38406
Yes, you will need at least the Developer Edition (Express edition does not include the profiler).
However, you do not have to install the database server itself in order to use the profiler. You will want to look for something called something like "Client tools" in the installer.
Depending on your needs, you might be able to use a third-party profiler instead, such as the open-source SQL Server Express Profiler from AnjLab.
Upvotes: 4