Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SQL Server Profiler missing after installation

Tags:

Does anyone know if there is some type of bug in the installation of SQL Server 2008 R2? It seems if you have Express edition installed, then upgrade to anything (developer, enterprise, etc.) the SQL Server tools that don't come with Express will never show up because the Express edition is installed on your computer. *Even though you just paid for Enterprise edition

This has happened to me on 3 different computers. I have to copy the binn folder from a computer that actually works. Just today I decided to try to uninstall the Express edition before upgrading - instead of letting Microsoft handling the upgrade and it worked. I'm thinking maybe this is a bug...

like image 206
Scott Selby Avatar asked May 18 '13 23:05

Scott Selby


People also ask

How do I enable SQL Profiler?

Click Start, point to Programs, click Microsoft SQL Server 20xx (your version), click Performance Tools, and then click SQL Server Profiler.

Where SQL Profiler is installed?

You can start SQL Server Profiler from the Windows Start menu, from the Tools menu in Database Engine Tuning Advisor, and from several locations in SQL Server Management Studio.

Is SQL Server Profiler deprecated?

SQL Server Profiler was announced to be deprecated a long time ago, but it is still in the last versions of SQL Server. However, in Azure Data Studio, is just the name. Behind the Scenes, we are calling extended events.

What permission is required to run SQL Profiler?

By default, running SQL Server Profiler requires the same user permissions as the Transact-SQL stored procedures that are used to create traces. To run SQL Server Profiler, users must be granted the ALTER TRACE permission.


1 Answers

When you upgrade from Express version, need to install Management Tools - Complete -

Management Tools - Complete

like image 196
Devart Avatar answered Sep 25 '22 03:09

Devart