{"id":24856,"date":"2018-08-30T13:00:21","date_gmt":"2018-08-30T20:00:21","guid":{"rendered":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/?p=24856"},"modified":"2024-01-29T10:34:41","modified_gmt":"2024-01-29T18:34:41","slug":"the-august-release-of-sql-operations-studio-is-now-available","status":"publish","type":"post","link":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2018\/08\/30\/the-august-release-of-sql-operations-studio-is-now-available\/","title":{"rendered":"The August release of SQL Operations Studio is now available"},"content":{"rendered":"
We are excited to announce the August release of SQL Operations Studio<\/a> is now available.<\/strong><\/p>\n Download SQL Operations Studio<\/a> and review the Release Notes<\/a> to get started.<\/p>\n 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. To learn more, visit our GitHub<\/a>.<\/p>\n <\/p>\n SQL Operations Studio was announced for Public Preview on November 15th at Connect(), and this August release is the ninth major update since the announcement. If you missed it, the July release announcement is available here<\/a>.<\/p>\n Highlights for this release include the following.<\/p>\n For complete updates, refer to the Release Notes<\/a>.<\/p>\n It all started from a simple idea: Take the #1 most used wizard in SSMS in the past year and bring this wizard to SQL Operations Studio.<\/strong> When we first released our Wizard and Dialog extensibility API\u2019s in June, this was the perfect candidate to test our wizards and highlight to the community that these UI components are ready to incorporate in community extensions.<\/p>\n To provide some background, the Import Flat File Wizard was first released and announced on October 2017 in SSMS 17.3<\/a> (shameless plug alert: coincidentally my first SQL Server blog post and first project at Microsoft.) Outside of featuring in a Channel9 video<\/a>, the wizard did not receive any additional marketing. Fast forward a few months, and it was suddenly the #1 most used wizard in SSMS. How did this happen?<\/p>\n A very common scenario for SQL Server users is that they simply want to take a .txt or .csv file and import it to their SQL database as a table. As much as we love the ever reliable Import and Export Wizard<\/a>, for users unfamiliar with the wizard, there were many configuration options that can make first experience difficult. If a user simply wants to import a text file, how can we make a simple scenario easier? By creating a whole new wizard of course!<\/p>\n <\/p>\n The Import Flat File Wizard utilizes a Microsoft Research framework known as Program Synthesis using Examples (PROSE)<\/a> to import .txt and .csv files into a SQL table. It is a powerful framework for data wrangling, and it is the same technology that powers Flash Fill in Microsoft Excel<\/a> and featured in many publications and demos led by Sumit Gulwani<\/a>. This technology turns the Import Flat File experience into a 6 click experience to go from selecting a file and importing into your database. Clearly, incorporating PROSE into everyday database tasks is a delighter for our users, and we will continue to put investment into creating experiences with PROSE.<\/p>\n Logically, it made perfect sense to have an AI-powered feature be our first wizard experience in SQL Operations Studio, but our engineers were at full capacity, so we had to be a little creative to make this possible.<\/p>\n Every year since Satya Nadella became CEO, Microsoft holds a global, company-wide hackathon<\/a> where employees spend 3 days working on any project ranging from Hack for Good projects, VP-sponsored challenges, or from a random idea on the drive back home. This was the perfect opportunity to pitch bringing the Import Flat File Wizard to SQL Operations Studio, while also promoting cross-platform and open source development to our fellow co-workers.<\/p>\n By the time of the Hackathon, we had 4 interns and 7 full-time employees signed up for the project. More importantly, we asked why external team members chose our project, and we were blown away by the passion the interns and external team members had for SQL Server, and how they wanted to work on projects to improve SQL Server user experience.<\/p>\n Starting from mockups featured on PowerPoint slides, we shared the vision of the project while quickly onboarding new team members to our tech stack. It was not the most productive first day, but we did end up finding our rhythm. Using this momentum, we iterated quickly and were nailing our checkpoint sync-ups throughout the day, but there was still a lot to get done. However, with one hour to go before the Hackathon tents closed, we completed the first SQL Server Import experience in SQL Operations Studio end-to-end. Very proud of this team for getting a shippable deliverable within the allocated Hackathon time.<\/p>\n <\/p>\n Our intern, Amir Omidi, worked on the fit and finish for the wizard for the remainder of his internship, and we are grateful for his hard work.<\/p>\n Now, we are ready to share this extension with the community. You can get this extension from the Extensions Manager<\/a>. This feature not only brings the same simplicity as the SSMS wizard, but also brings this experience cross-platform to our macOS and Linux users. You can start the wizard with the same right click experience or press Ctrl + I.<\/strong><\/p>\n Overall, this project taught us several things:<\/p>\n If you have ideas of what you would like to see in this extension, let us know through our community feedback<\/a>. We look forward to bringing more PROSE experiences into SQL Operations Studio in the future.<\/p>\n Since the June release, we have been making improvements with SQL Server Profiler. We are excited to announce the Profiler extension now supports session management. With session management, you can now configure your most popular sessions as you can in SSMS.<\/p>\n <\/p>\n To try out this feature, you will need to make an active connection to a SQL Server instance<\/a>. You can then launch Profiler by clicking on a server or database in the Object Explorer and pressing Alt + P<\/strong>.<\/p>\n This will pop up a New Session dialog as shown in the gif. Here you can give an easy to remember name like Profiler<\/strong> and hit create. If you don\u2019t want to create a new profiler session, simply press Cancel.<\/p>\n To select the session you just created, simply click on the dropdown next to Start\/Stop and select Profiler<\/strong>.<\/p>\n You can now start profiling your SQL Server events. Note that there is also a new Create<\/strong> button where you can pop up the Create Session dialog.<\/p>\n With template support released last month and session support in this release, we hope to continue to improve the Profiler extension for all the avid Profiler users in the SQL world. A big thank you to Madeline MacDonald for her hard work in shipping Profiler over the course of her internship.<\/p>\n Continuing our extensibility story, our marketplace now includes Brent Ozar\u2019s First Responder Kit<\/a>. For those unfamiliar with the First Responder Kit, this toolkit helps users understand why their SQL Server is down or slow. Specifically, there are five main scripts featured:<\/p>\n To leverage these features, you will first need an internet connection. Then, open the command palette with Ctrl+Shift+P<\/strong> and type > first responder kit: import<\/strong> to see a list of scripts to import. Then select the script with arrow keys and press enter.<\/p>\n Once the scripts are loaded to the database, you can run the scripts by again opening command palette and type > first responder kit: run<\/strong> to view the list of available scripts to run. Then select the script with arrow keys and press enter.<\/p>\n A big thank you to Drew Skwiers-Koballa for using our extensibility API\u2019s to create a SQL Operations Studio extension<\/a>. Also thank you to Brent Ozar Unlimited team for having these awesome scripts easily available for the community.<\/p>\n In addition to having a great new extension, Drew shared his story for creating a SQL Operations Studio extension through a detailed blog post<\/a>. If you are interested in leveraging extensions API\u2019s or have a great idea for an extension, we would highly recommend checking out his blog.<\/p>\n Drew also wanted to let the community know about his extension authorship experience:<\/p>\n “I want everyone to understand that in 1-2 hours you can go through an extension writing tutorial and start working on crafting your own solutions. The development platform is just as accessible as the application itself – Windows, Mac, and Linux. Building a SQL Operations Studio extension is a great way to be a data community contributor, especially for someone who might not be keen on giving talks or writing blog posts. I’m extremely excited for the future possibilities in SQL Operations Studio as more APIs are created each month.”<\/em><\/p>\n As requested by the community, we have also made it easier for you to handle connection strings in SQL Operations Studio.<\/p>\n If you need to quickly generate a connection string, you can follow these three steps:<\/p>\n Note: Password will be removed from the returned string.<\/p>\n You can now use or share the connection string.<\/p>\n <\/p>\n If you have a valid connection string such as from the Azure Portal, you can now copy your connection string and paste the string into the connection dialog and it will auto-populate the fields based on the connection string.<\/p>\n In addition to the new features, we dedicated time to fix many of the top user reported bugs.<\/p>\n If you have any feature requests or issues, please submit to our GitHub issues page<\/a>. For any questions, feel free to comment below, message us on Gitter<\/a>, or tweet us @SQLOpsStudio<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":" UPDATE: SQL Operations Studio is now GA and renamed to Azure Data Studio. For the most up to date information please visit our monthly Azure Data Studio blog post and download and install the latest release here. We are excited to announce the August release of SQL Operations Studio is now available. Download SQL Operations<\/p>\n","protected":false},"author":5562,"featured_media":24499,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ep_exclude_from_search":false,"_classifai_error":"","footnotes":""},"post_tag":[],"product":[5226,2542,5227,2521,2406,2409,2418],"content-type":[2448],"topic":[2466],"coauthors":[2487],"class_list":["post-24856","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","product-azure","product-azure-data-studio","product-sql","product-sql-operations","product-sql-server-2017","product-sql-server-2017-on-linux","product-sql-server-on-linux","content-type-updates","topic-developer"],"yoast_head":"\n\n
Announcing the SQL Server Import extension<\/h2>\n
\n
SQL Server Profiler Session management<\/h2>\n
New community extensions: First Responder Kit<\/h2>\n
\n
Quality of Life improvements: Connection Strings<\/h2>\n
Generate Connection String<\/h3>\n
\n
Populate info from Connection String<\/h3>\n
Bug bash galore<\/h2>\n
To highlight high impact ones:<\/h3>\n
\n
All fixed customer reported issues:<\/h3>\n
\n
Contact us<\/h2>\n