mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-24 09:35:37 -05:00
57 lines
3.5 KiB
Markdown
57 lines
3.5 KiB
Markdown
# SQL Operations Studio
|
|
|
|
SQL Operations Studio is a data management tool that enables you to work with SQL Server, Azure SQL DB and SQL DW from Windows, macOS and Linux.
|
|
|
|
**Download SQL Operations Studio January Public Preview**
|
|
|
|
Platform | Link
|
|
-- | --
|
|
Windows Setup Installer | https://go.microsoft.com/fwlink/?linkid=866480
|
|
Windows ZIP | https://go.microsoft.com/fwlink/?linkid=866479
|
|
macOS ZIP | https://go.microsoft.com/fwlink/?linkid=866481
|
|
Linux TAR.GZ | https://go.microsoft.com/fwlink/?linkid=866482
|
|
Linux DEB | https://go.microsoft.com/fwlink/?linkid=866484
|
|
Linux RPM | https://go.microsoft.com/fwlink/?linkid=866483
|
|
|
|
Go to our [download page](https://aka.ms/sqlopsstudio) for more specific instructions.
|
|
|
|
Try out the latest insiders build from `master` at https://github.com/Microsoft/sqlopsstudio/releases.
|
|
|
|
**Feature Highlights**
|
|
|
|
- Cross-Platform DB management for Windows, macOS and Linux with simple XCopy deployment
|
|
- SQL Server Connection Management with Connection Dialog, Server Groups, Azure Integration and Registered Servers
|
|
- Object Explorer supporting schema browsing and contextual command execution
|
|
- T-SQL Query Editor with advanced coding features such as autosuggestions, error diagnostics, tooltips, formatting and peek definition
|
|
- Query Results Viewer with advanced data grid supporting large result sets, export to JSON\CSV\Excel, query plan and charting
|
|
- Management Dashboard supporting customizable widgets with drill-through actionable insights
|
|
- Visual Data Editor that enables direct row insertion, update and deletion into tables
|
|
- Backup and Restore dialogs that enables advanced customization and remote filesystem browsing, configured tasks can be executed or scripted
|
|
- Task History window to view current task execution status, completion results with error messages and task T-SQL scripting
|
|
- Scripting support to generate CREATE, SELECT, ALTER and DROP statements for database objects
|
|
- Workspaces with full Git integration and Find In Files support to managing T-SQL script libraries
|
|
- Modern light-weight shell with theming, user settings, full screen support, integrated terminal and numerous other features
|
|
|
|
Here's some of these features in action.
|
|
|
|
<img src='https://github.com/Microsoft/sqlopsstudio/blob/master/docs/overview_screen.jpg' width='800px'>
|
|
|
|
## Contributing
|
|
If you are interested in fixing issues and contributing directly to the code base,
|
|
please see the document [How to Contribute](https://github.com/Microsoft/sqlopsstudio/wiki/How-to-Contribute), which covers the following:
|
|
|
|
* [How to build and run from source](https://github.com/Microsoft/sqlopsstudio/wiki/How-to-Contribute#Build-and-Run-From-Source)
|
|
* [The development workflow, including debugging and running tests](https://github.com/Microsoft/sqlopsstudio/wiki/How-to-Contribute#development-workflow)
|
|
* [Submitting pull requests](https://github.com/Microsoft/sqlopsstudio/wiki/How-to-Contribute#pull-requests)
|
|
|
|
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.
|
|
|
|
## Privacy Statement
|
|
The [Microsoft Enterprise and Developer Privacy Statement](https://privacy.microsoft.com/en-us/privacystatement) describes the privacy statement of this software.
|
|
|
|
## License
|
|
|
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
|
|
Licensed under the [Source EULA](LICENSE.txt).
|