Skip to content

Commit 24c57fa

Browse files
authored
Add files via upload
1 parent 74cd18a commit 24c57fa

21 files changed

+5957
-0
lines changed

ADS/README.md

+76
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
# Azure Data Studio (ADS)
2+
[Azure Data Studio](https://github.com/microsoft/azuredatastudio) is a open source cross-platform database tool for data professionals using the Microsoft family of on-premises and cloud data platforms on Windows, MacOS, and Linux.
3+
4+
5+
## Useful Links
6+
7+
- [Official ADS List of Extensions](https://github.com/microsoft/azuredatastudio/wiki/List-of-Extensions)
8+
- [Latest Release](https://github.com/microsoft/azuredatastudio/releases/latest)
9+
10+
## Download the latest Azure Data Studio release
11+
12+
| Platform | Download Link |
13+
|--------------------------|-------------------------------------------------|
14+
| Windows User Installer | https://go.microsoft.com/fwlink/?linkid=2132348 |
15+
| Windows System Installer | https://go.microsoft.com/fwlink/?linkid=2132347 |
16+
| Windows ZIP | https://go.microsoft.com/fwlink/?linkid=2132518|
17+
| macOS ZIP | https://go.microsoft.com/fwlink/?linkid=2132519 |
18+
| Linux TAR.GZ | https://go.microsoft.com/fwlink/?linkid=2132349 |
19+
| Linux RPM | https://go.microsoft.com/fwlink/?linkid=2132351 |
20+
| Linux DEB | https://go.microsoft.com/fwlink/?linkid=2132350 |
21+
22+
23+
## Azure Data Studio extensions
24+
25+
| Extension | Repository Link | Release Date | Version | .vsix download link | Description |
26+
|---------------------------------------|-----------------|--------------|----------|---------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|
27+
| [SQL Server Import] | [Github][1] | 2020-05-15 | 0.15.0 | [GO](https://go.microsoft.com/fwlink/?linkid=2131183) | Streamlines the data import process by providing a wizard that simplifies copying flat files (`.csv`, `.txt`, `.json`) into a SQL Server table |
28+
| [PostgreSQL extension (preview)] | [Github][2] | 2020-03-26 | 0.2.6 | [GO](https://go.microsoft.com/fwlink/?linkid=2099772) | Enables users to connect, query, and manage Postgres databases with Azure Data Studio |
29+
| [Query Editor Boost][3] | [Github][3] | 2020-02-17 | 0.4.1 | [Github][https://github.com/dzsquared/query-editor-boost/releases/] | This extension adds several features helpful with query writing in Azure Data Studio |
30+
| [SQL Server Dacpac] | [Github][1] | 2020-06-04 | 1.5.0 | [GO](https://go.microsoft.com/fwlink/?linkid=2099885) | Provides an easy-to-use wizarding experience to deploy and extract [`.dacpac`] files and import and export `.bacpac` files |
31+
| [SQL Server Profiler] | [Github][1] | 2019-12-18 | 0.11.0 | [GO](https://go.microsoft.com/fwlink/?linkid=2099574) | Provides a simple SQL Server tracing solution similar to SSMS Profiler, allowing users to create and manage traces and analyze and replay trace results |
32+
| [SQL Server Agent] | [Github][1] | 2020-04-16 | 0.47.0 | [GO](https://go.microsoft.com/fwlink/?linkid=2099884) | Helps manage and troubleshoot SQL Server Agent jobs and configuration (early preview) |
33+
| SQL Server Admin Pack | [Github][1] | 2019-03-14 | 0.0.2 | [GO](https://go.microsoft.com/fwlink/?linkid=2099889) | A collection of popular database administration extensions to help manage SQL Server |
34+
| [SQL Server Schema Compare] | [Github][1] | 2020-06-17 | 1.5.0 | [GO](https://go.microsoft.com/fwlink/?linkid=2099886) | Provides an easy-to-use experience to compare the schemas from [`.dacpac`] files and databases and apply the changes from source to target |
35+
| [PowerShell Extension] | [Github][6] | 2020-04-15 | 2020.4.0 | [GO](https://go.microsoft.com/fwlink/?linkid=2099773) | Provides rich PowerShell language support for Azure Data Studio |
36+
| [SandDance for Azure Data Studio] | [Github][7] | 2020-06-24 | 3.0.0 | [Vsix](https://github.com/microsoft/SandDance/releases/latest) | Provides interactive visualizations that help users explore, understand, and present their data |
37+
| [SandDance for VSCode][8] | [Github][7] | 2020-06-24 | 3.0.0 | [Vsix][8] | Provides interactive visualizations that help users explore, understand, and present their data for `.csv` or `.tsv` files |
38+
| [Server Reports][1] | [Github][1] | 2020-04-27 | 0.2.2 | [GO][https://go.microsoft.com/fwlink/?linkid=2099768] | Provides useful information about the server's performance, such as: DB Space Usage, DB Buffer Usage, CPU Utilization, Backup Growth Trend |
39+
| [whoisactive][1] | [Github][1] | 2020-04-27 | 0.1.4 | [GO][https://go.microsoft.com/fwlink/?linkid=2099774] | Displays insights from sp_whoisactive, a useful tool for activity monitoring and troubleshooting, as graphs and tasks inside an Azure Data Studio |
40+
| [SQL Database Projects extension] | [Github][1] | 2020-04-27 | 0.3.0 | [GO][https://go.microsoft.com/fwlink/?linkid=2143820] | Extension for developing SQL databases in a project-based development environment |
41+
42+
43+
## Azure Data Studio Articles
44+
45+
| Title | Author | Modified |
46+
|------------------------------------------------------------|------------------------------------------|------------|
47+
| [Integrating Azure Data Studio with Git and GitHub] | Rajendra Gupta | 2020-07-03 |
48+
| [Working with Git components in Azure Data Studio] | Rajendra Gupta | 2020-07-09 |
49+
50+
[1]:https://github.com/Microsoft/azuredatastudio
51+
[2]:https://github.com/microsoft/azuredatastudio-postgresql
52+
[3]:https://github.com/dzsquared/query-editor-boost/
53+
[4]:https://github.com/dzsquared/query-editor-boost/releases/latest
54+
[5]:https://github.com/microsoft/azuredatastudio-postgresql
55+
[6]:https://github.com/PowerShell/vscode-powershell/
56+
[7]:https://github.com/Microsoft/SandDance
57+
[8]:https://marketplace.visualstudio.com/items?itemName=msrvida.vscode-sanddance
58+
[`.dacpac`]:https://docs.microsoft.com/en-us/sql/relational-databases/data-tier-applications/data-tier-applications
59+
60+
[SQL Server Import]:https://docs.microsoft.com/en-us/sql/azure-data-studio/sql-server-import-extension
61+
[PostgreSQL extension (preview)]:https://docs.microsoft.com/en-us/sql/azure-data-studio/postgres-extension
62+
[SQL Server Dacpac]:https://docs.microsoft.com/en-us/sql/azure-data-studio/sql-server-dacpac-extension
63+
[SQL Server Profiler]:https://docs.microsoft.com/en-us/sql/azure-data-studio/sql-server-profiler-extension
64+
[SQL Server Agent]:https://docs.microsoft.com/en-us/sql/azure-data-studio/sql-server-agent-extension
65+
[SQL Server Compare]:https://docs.microsoft.com/en-us/sql/azure-data-studio/schema-compare-extension
66+
[PowerShell Extension]:https://docs.microsoft.com/en-us/sql/azure-data-studio/powershell-extension
67+
[SandDance for Azure Data Studio]:https://docs.microsoft.com/en-us/sql/azure-data-studio/sanddance-extension
68+
[SQL Database Projects extension]:https://docs.microsoft.com/en-gb/sql/azure-data-studio/extensions/sql-database-project-extension
69+
70+
[Integrating Azure Data Studio with Git and GitHub]:https://www.sqlshack.com/integrating-azure-data-studio-with-git-and-github/
71+
[Working with Git components in Azure Data Studio]:https://www.sqlshack.com/working-with-git-components-in-azure-data-studio/
72+
73+
74+
### TODO Links
75+
76+
- https://github.com/microsoft/azuredatastudio/issues/2752#issuecomment-487315692
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)