Skip to content

Commit 4b593ad

Browse files
committed
Add SQL OPS Studio tool
1 parent 9443711 commit 4b593ad

File tree

2 files changed

+30
-3
lines changed

2 files changed

+30
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Headers:
9696
- [udf_SplitStringByDelimiter](/User_Defined_Function/udf_SplitStringByDelimiter.sql)
9797
- [udf_Tally](/User_Defined_Function/udf_Tally.sql)
9898
- and many others...
99-
- [Utilities](/Utilities) (**Complete list of 254 SQL Server paid and free Utilities and Tools**)
99+
- [Utilities](/Utilities) (**Complete list of 255 SQL Server paid and free Utilities and Tools**)
100100

101101
[*Back to top*](#header01)
102102

Utilities/README.md

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Microsoft SQL Server Utilities and Tools
2-
Useful free and paid Microsoft SQL Server utilities and tools - complete list of **254** SQL Server Utilities
2+
Useful free and paid Microsoft SQL Server utilities and tools - complete list of **255** SQL Server Utilities
33

44
Utility types (main purpose), in braces `{}` current counts:
55
- **[B]**: Backup solutions {6}
@@ -13,7 +13,7 @@ Utility types (main purpose), in braces `{}` current counts:
1313
- **[J]**: Job managers {2}
1414
- **[M]**: Monitoring and alerting Tools {13}
1515
- **[MG]**: Migration tool {22}
16-
- **[MS]**: Management Studio (alternative for SSMS) {21}
16+
- **[MS]**: Management Studio (alternative for SSMS) {22}
1717
- **[REC]**: Recovery tools {7}
1818
- **[S]**: Search tools {3}
1919
- **[SC]**: Structure compare {18}
@@ -25,6 +25,7 @@ Utility types (main purpose), in braces `{}` current counts:
2525
|-----------------------------------------------------------------------|----------------------------------|----------------|------------|---------------------------------------------|--------------|-----------------------|------------|----------------|------:|
2626
| [SSMS](#ssms) | No | No | [MS] | [SSMS] | 2017-10-09 | Microsoft | | Yes | No |
2727
| [bcp Utility](#bcp) | No | No | [I] | [bcp Utility] | 2012-02-11 | Microsoft | | Yes | No |
28+
| [SQL OPS Studio](#sos) | No | Linux, Mac | [MS] | [SQL OPS Studio] | 2017-11-15 | Microsoft | | Yes | No |
2829
| [RML Utilities for SQL Server](#rml) | No | No | [T] | [RML Utilities for SQL Server] | 2014-12-12 | Microsoft | | Yes | No |
2930
| [GraphView](#graphview) | No | No | [?] | [GraphView] | 2016-02-23 | Microsoft | | Yes | No |
3031
| [Baseline Security Analyze](#baseline-security-analyze) | No | No | [?] | [Baseline Security Analyze] | 2015-01-09 | Microsoft | | Yes | No |
@@ -307,6 +308,31 @@ Except when used with the queryout option, the utility requires no knowledge of
307308
To import data into a table, you must either use a format file created for that table or understand the structure of the table and the types of data that are valid for its columns.
308309

309310

311+
<a id="sos"></a>
312+
## SQL OPS Studio
313+
Download page: [SQL OPS Studio]<br/>
314+
Release date: 2017-11-15<br/>
315+
Support Version: 2008/2012/2014/2016/2017/Azure<br/>
316+
Author: Microsoft<br/>
317+
Free version: Yes<br/>
318+
Price: No
319+
320+
SQL Operations Studio is a data management tool that enables working with SQL Server, Azure SQL DB and SQL DW from Windows, macOS and Linux.
321+
322+
- Cross-Platform DB management for Windows, macOS and Linux with simple XCopy deployment
323+
- SQL Server Connection Management with Connection Dialog, Server Groups, and Registered Servers
324+
- Object Explorer supporting schema browsing and contextual command execution
325+
- T-SQL Query Editor with advanced coding features such as autosuggestions, error diagnostics, tooltips, formatting and peek definition
326+
- Query Results Viewer with advanced data grid supporting large result sets, export to JSON\CSV\Excel, query plan and charting
327+
- Management Dashboard supporting customizable widgets with drill-through actionable insights
328+
- Visual Data Editor that enables direct row insertion, update and deletion into tables
329+
- Backup and Restore dialogs that enables advanced customization and remote filesystem browsing, configured tasks can be executed or scripted
330+
- Task History window to view current task execution status, completion results with error messages and task T-SQL scripting
331+
- Scripting support to generate CREATE, SELECT and DROP statements for database objects
332+
- Workspaces with full Git integration and Find In Files support to managing T-SQL script libraries
333+
- Modern light-weight shell with theming, user settings, full screen support, integrated terminal and numerous other features
334+
335+
310336
## RML Utilities for SQL Server
311337
<a id="rml"></a>
312338
Download page: [RML Utilities for SQL Server]<br/>
@@ -3944,6 +3970,7 @@ SQL Cop is a static code analysis tool to automatically detect issues with your
39443970

39453971
[SSMS]:https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms
39463972
[bcp Utility]:https://docs.microsoft.com/en-us/sql/tools/bcp-utility
3973+
[SQL OPS Studio]:https://github.com/Microsoft/sqlopsstudio
39473974
[RML Utilities for SQL Server]:https://www.microsoft.com/en-us/download/details.aspx?id=4511
39483975
[GraphView]:https://github.com/Microsoft/GraphView
39493976
[Baseline Security Analyze]:https://www.microsoft.com/en-us/download/details.aspx?id=7558

0 commit comments

Comments
 (0)