azuredatastudio/extensions/profiler
Cheena Malhotra 219bdabfb2
Upgrade xml2js to v0.5.0 + migration to @vscode/vsce + migration to @azure/storage-blob (#22664)
2023-04-11 15:13:43 -07:00
..
images update extension icon (#9542) 2020-03-11 19:25:32 -07:00
src Merge vscode 1.67 (#20883) 2022-10-19 19:13:18 -07:00
.eslintrc.json Remove unnecessary awaits from extensions (#19571) 2022-05-31 15:36:44 -07:00
.gitignore Clean up extension packaging (#5416) 2019-05-07 16:52:00 -07:00
.vscodeignore Webpack Extensions update (#15919) 2021-07-01 09:56:55 -07:00
README.md Update extension privacy statements (#22120) 2023-03-02 16:39:29 -08:00
extension.webpack.config.js Webpack Extensions update (#15919) 2021-07-01 09:56:55 -07:00
package.json Upgrade xml2js to v0.5.0 + migration to @vscode/vsce + migration to @azure/storage-blob (#22664) 2023-04-11 15:13:43 -07:00
package.nls.json added localization for profiler (#16941) 2021-08-30 19:18:56 -07:00
tsconfig.json Additions to sqlLocalizedExtensions (#15490) 2021-05-18 12:21:27 -07:00
yarn.lock Webpack Extensions update (#15919) 2021-07-01 09:56:55 -07:00

README.md

SQL Server Profiler for Azure Data Studio

Welcome to the SQL Server Profiler for Azure Data Studio! The SQL Server Profiler extension provides a simple SQL Server tracing solution similar to SSMS Profiler except built using XEvents. SSMS Profiler is very easy to use and has good default values for the most common tracing configurations. The UX is optimized for browsing through events and viewing the associated T-SQL text. The SQL Server Profiler for Azure Data Studio also assumes good default values for collecting T-SQL execution activities with an easy to use UX.

Common SQL Profiler use-cases taken from https://docs.microsoft.com/en-us/sql/tools/sql-server-profiler/sql-server-profiler.

  • Stepping through problem queries to find the cause of the problem.
  • Finding and diagnosing slow-running queries.
  • Capturing the series of Transact-SQL statements that lead to a problem.
  • Monitoring the performance of SQL Server to tune workloads.
  • Correlating performance counters to diagnose problems.

Getting Started:

To launch SQL Server Profiler, you have to first make a connection to a server.

Open Profiler by pressing Alt+P on Windows, and Ctrl+Alt+P on macOS.

To Start/Stop Profiler, click the Start button or press Alt+S on Windows, or Ctrl+Alt+S on macOS.

Otherwise, open the command palette and type 'Profiler.'

For more info, check out our documentation.

SQL Server Profiler 0.1.1 Release

The SQL Server Profiler for Azure Data Studio Preview extension is now available. This is the initial preview release for a new lightweight XEvent-based profiler. The SQL Server Profiler extension tries to make it simple to quickly trace server activity for troubleshooting and monitoring.

We'll continue to enhance this extension over the next couple releases. Take a look at the below screenshot to see what's currently available.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Privacy Statement

To learn more about our Privacy Statement visit this link.

License

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the Source EULA.