You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tools/sql-server-profiler/sql-server-profiler.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,12 @@ ms.date: 11/27/2018
27
27
> [!NOTE]
28
28
> [!INCLUDE[ssSqlProfiler](../../includes/sssqlprofiler-md.md)] for Analysis Services workloads is NOT deprecated, and will continue to be supported.
29
29
30
+
> [!NOTE] When you try to connect to a SQL Azure database from SQL server profiler, it incorrectly throws a misleading error message as follows:
31
+
32
+
> In order to run a trace against SQL Server, you must be a member of sysadmin fixed server role or have the ALTER TRACE permission.
33
+
34
+
> The message should have explained that SQL Azure Database instances are not supported by SQL Server profiler.
35
+
30
36
## Where is the Profiler?
31
37
32
38
You can start the Profiler in a number of ways from within [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)]. [Here is a topic that lists the ways to start the Profiler.](start-sql-server-profiler.md)
0 commit comments