mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
39 lines
2.3 KiB
Markdown
39 lines
2.3 KiB
Markdown
# Database Admin Tool Extensions for Windows *(preview)*
|
|
|
|
The Database Admin Tool Extensions for Windows adds Windows-specific functionality into Azure Data Studio. Currently this
|
|
functionality includes the ability to launch a set of SQL Server Management Studio experiences directly from Azure Data Studio.
|
|
|
|
These experiences include:
|
|
|
|
* SSMS Property dialogs for select object types, such as Databases, Views, Stored Procedures and more
|
|
* The [Generate Scripts Wizard](https://docs.microsoft.com/en-us/sql/ssms/scripting/generate-and-publish-scripts-wizard)
|
|
|
|
### How do I launch these experiences?
|
|
|
|
Both of these are available as menu items on the context menu for nodes in the Object Explorer tree. Right click on a node that supports one of the experiences and select the appropriate item.
|
|
|
|
**Properties** for the property dialogs of supported object types
|
|
|
|

|
|
|
|
**Generate Scripts...** for the Generate Scripts Wizard (only available on Database nodes)
|
|
|
|

|
|
|
|
## Code of Conduct
|
|
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
|
|
|
|
## Telemetry
|
|
|
|
This extension collects telemetry data, which is used to help understand how to improve the product. For example, this usage data helps to debug issues, such as slow start-up times, and to prioritize new features. While we appreciate the insights this data provides, we also know that not everyone wants to send usage data and you can disable telemetry as described in the Azure Data Studio [disable telemetry reporting](https://aka.ms/ads-disable-telemetry) documentation.
|
|
|
|
## Privacy Statement
|
|
|
|
To learn more about our Privacy Statement visit [this link](https://go.microsoft.com/fwlink/?LinkID=824704).
|
|
|
|
## License
|
|
|
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
|
|
Licensed under the [Source EULA](https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/LICENSE.txt).
|