{"id":17505,"date":"2016-10-25T17:53:23","date_gmt":"2016-10-26T00:53:23","guid":{"rendered":"https:\/\/blogs.technet.microsoft.com\/dataplatforminsider\/?p=17505"},"modified":"2024-01-22T22:50:37","modified_gmt":"2024-01-23T06:50:37","slug":"odbc-driver-13-0-for-sql-server-linux-is-now-released","status":"publish","type":"post","link":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2016\/10\/25\/odbc-driver-13-0-for-sql-server-linux-is-now-released\/","title":{"rendered":"ODBC Driver 13.0 for SQL Server &#8211; Linux is now released"},"content":{"rendered":"<p><em>This post is authored by <a href=\"mailto:andrela@microsoft.com\">Meet Bhagdev<\/a>. <\/em><\/p>\n<p>We are delighted to share the full release of the Microsoft ODBC Driver 13 for Linux \u2013\u00a0 (Ubuntu, RedHat and SUSE). The new driver enables access to SQL Server, Azure SQL Database and Azure SQL DW from any C\/C++ application on Linux.<\/p>\n<h2>What\u2019s new<\/h2>\n<ul>\n<li><strong>Native Linux Install Experience:<\/strong> The driver can now be installed with apt-get (Ubuntu), yum (RedHat\/CentOS) and Zypper (SUSE). Instructions on how to do this is below.<\/li>\n<li><strong>AlwaysOn Availability Groups (AG):<\/strong> The driver now supports transparent connections to AlwaysOn Availability Groups. The driver quickly discovers the current AlwaysOn topology of your server infrastructure and connects to the current active server transparently.<\/li>\n<li><strong>TLS 1.2 support:<\/strong> The driver now supports TLS 1.2 connections to SQL Server.<\/li>\n<\/ul>\n<h2>Install the ODBC Driver for Linux on Ubuntu 15.04<\/h2>\n<pre>1. sudo su\r\n2. sh -c 'echo \"deb [arch=amd64] https:\/\/apt-mo.trafficmanager.net\/repos\/mssql-ubuntu-vivid-release\/ vivid main\" &gt; \/etc\/apt\/sources.list.d\/mssqlpreview.list'\r\n3. sudo apt-key adv --keyserver apt-mo.trafficmanager.net --recv-keys 417A0893\r\n4. apt-get update\r\n5. apt-get install msodbcsql\r\n6. apt-get install unixodbc-dev-utf16 #this step is optional but recommended*<\/pre>\n<h2>Install the ODBC Driver for Linux on Ubuntu 15.10<\/h2>\n<pre>1.\u00a0sudo su\r\n2.\u00a0sh -c 'echo \"deb [arch=amd64] https:\/\/apt-mo.trafficmanager.net\/repos\/mssql-ubuntu-wily-release\/ wily main\" &gt; \/etc\/apt\/sources.list.d\/mssqlpreview.list'\r\n3.\u00a0sudo apt-key adv --keyserver apt-mo.trafficmanager.net --recv-keys 417A0893\r\n4.\u00a0apt-get update\r\n5.\u00a0apt-get install msodbcsql\r\n6.\u00a0apt-get install unixodbc-dev-utf16 #this step is optional but recommended*<\/pre>\n<h2>Install the ODBC Driver for Linux on Ubuntu 16.04<\/h2>\n<pre>1.\u00a0sudo su\r\n2.\u00a0sh -c 'echo \"deb [arch=amd64] https:\/\/apt-mo.trafficmanager.net\/repos\/mssql-ubuntu-xenial-release\/ xenial main\" &gt; \/etc\/apt\/sources.list.d\/mssqlpreview.list'\r\n3.\u00a0sudo apt-key adv --keyserver apt-mo.trafficmanager.net --recv-keys 417A0893\r\n4.\u00a0apt-get update\r\n5.\u00a0apt-get install msodbcsql\r\n6.\u00a0apt-get install unixodbc-dev-utf16 #this step is optional but recommended*<\/pre>\n<h2>Install the ODBC Driver for Linux on RedHat 6<\/h2>\n<pre>1.\u00a0sudo su\r\n2.\u00a0yum-config-manager --add-repo https:\/\/apt-mo.trafficmanager.net\/yumrepos\/mssql-rhel6-release\/\r\n3.\u00a0yum-config-manager --enable mssql-rhel6-release\r\n4.\u00a0wget \"http:\/\/aka.ms\/msodbcrhelpublickey\/dpgswdist.v1.asc\"\r\n5.\u00a0rpm --import dpgswdist.v1.asc\r\n6.\u00a0yum remove unixODBC #to avoid conflicts during installation\r\n7.\u00a0yum update\r\n8.\u00a0yum install msodbcsql\r\n9.\u00a0yum install unixODBC-utf16-devel #this step is optional but recommended*<\/pre>\n<h2>Install the ODBC Driver for Linux on RedHat 7<\/h2>\n<pre>1.\u00a0sudo su\r\n2.\u00a0yum-config-manager --add-repo https:\/\/apt-mo.trafficmanager.net\/yumrepos\/mssql-rhel7-release\/\r\n3.\u00a0yum-config-manager --enable mssql-rhel7-release\r\n4.\u00a0wget \"http:\/\/aka.ms\/msodbcrhelpublickey\/dpgswdist.v1.asc\"\r\n5.\u00a0rpm --import dpgswdist.v1.asc\r\n6.\u00a0yum remove unixODBC #to avoid conflicts during installation\r\n7.\u00a0yum update\r\n8.\u00a0yum install msodbcsql\r\n9.\u00a0yum install unixODBC-utf16-devel #this step is optional but recommended*<\/pre>\n<h2>Install the ODBC Driver for SUSE12<\/h2>\n<pre>1.\u00a0zypper ar https:\/\/apt-mo.trafficmanager.net\/yumrepos\/mssql-suse12-release\/ \"mssql\" #To add the repo\r\n2.\u00a0wget \"http:\/\/aka.ms\/msodbcrhelpublickey\/dpgswdist.v1.asc\"\r\n3.\u00a0rpm --import dpgswdist.v1.asc\r\n4.\u00a0zypper remove unixODBC #to avoid conflicts\r\n5.\u00a0zypper update\r\n6.\u00a0zypper install msodbcsql\r\n7.\u00a0zypper install unixODBC-utf16-devel #this step is optional but recommended*<\/pre>\n<p><strong>Note:<\/strong> Packages for SQL Server command line tools will be available soon. The above mentioned packages only install the ODBC Driver for SQL Server that enable connectivity from any C\/C++ application.<\/p>\n<h2>Try our Sample<\/h2>\n<p>Once you install the driver that runs on a supported Linux distro, you can use this C sample to connect to SQL Server\/Azure SQL DB\/Azure SQL DW. To download the sample and get started, follow these steps:<\/p>\n<p>If you installed the driver using the <a href=\"https:\/\/msdn.microsoft.com\/en-us\/library\/hh568454(v=sql.110).aspx\">manual instructions<\/a>, you will have to manually uninstall the ODBC Driver and the unixODBC Driver Manager to use the deb\/rpm packages. If you have any questions on how to manually uninstall, feel free to leave a comment below.<\/p>\n<p>Please fill bugs\/questions\/issues on our <a href=\"https:\/\/connect.microsoft.com\/SQLServer\/Feedback\">issues page<\/a>. We welcome contributions\/questions\/issues of any kind. Happy programming!<\/p>\n<h2>Survey and Future Plans<\/h2>\n<p>Going forward we plan to expand SQL Server 16 Feature Support (example: Always Encrypted), improve test coverage, and fix bugs reported on our <a href=\"https:\/\/connect.microsoft.com\/SQLServer\/Feedback\">issues page<\/a>.<\/p>\n<p>Please stay tuned for upcoming releases that will have additional feature support and bug fixes. This applies to our wide range of client drivers including <a href=\"http:\/\/github.com\/Azure\/msphpsql\/releases\">PHP 7.0<\/a>, <a href=\"https:\/\/github.com\/Azure\/node-sqlserver\">Node.js<\/a>, <a href=\"https:\/\/www.microsoft.com\/en-us\/download\/details.aspx?id=11774\">JDBC<\/a> and <a href=\"https:\/\/msdn.microsoft.com\/en-us\/vstudio\/aa496123.aspx\">ADO.NET<\/a> which are already available.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This post is authored by Meet Bhagdev. We are delighted to share the full release of the Microsoft ODBC Driver 13 for Linux \u2013\u00a0 (Ubuntu, RedHat and SUSE). The new driver enables access to SQL Server, Azure SQL Database and Azure SQL DW from any C\/C++ application on Linux.<\/p>\n","protected":false},"author":1457,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","footnotes":""},"post_tag":[],"product":[],"content-type":[2424,2448],"topic":[],"coauthors":[2487],"class_list":["post-17505","post","type-post","status-publish","format-standard","hentry","content-type-best-practices","content-type-updates","review-flag-1593580361-1","review-flag-1593580427-503","review-flag-1593580419-556","review-flag-1-1593580431-15","review-flag-2-1593580436-981","review-flag-3-1593580441-293","review-flag-4-1593580446-456","review-flag-5-1593580452-31","review-flag-6-1593580457-144","review-flag-7-1593580462-294","review-flag-8-1593580467-480","review-flag-9-1593580472-173","review-flag-alway-1593580309-407","review-flag-free-1593619513-128","review-flag-new-1593580247-437"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>ODBC Driver 13.0 for SQL Server - Linux is now released - Microsoft SQL Server Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2016\/10\/25\/odbc-driver-13-0-for-sql-server-linux-is-now-released\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ODBC Driver 13.0 for SQL Server - Linux is now released - Microsoft SQL Server Blog\" \/>\n<meta property=\"og:description\" content=\"This post is authored by Meet Bhagdev. We are delighted to share the full release of the Microsoft ODBC Driver 13 for Linux \u2013\u00a0 (Ubuntu, RedHat and SUSE). The new driver enables access to SQL Server, Azure SQL Database and Azure SQL DW from any C\/C++ application on Linux.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2016\/10\/25\/odbc-driver-13-0-for-sql-server-linux-is-now-released\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft SQL Server Blog\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/www.facebook.com\/sqlserver\" \/>\n<meta property=\"article:published_time\" content=\"2016-10-26T00:53:23+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-23T06:50:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2018\/08\/cropped-microsoft_logo_element.png\" \/>\n\t<meta property=\"og:image:width\" content=\"512\" \/>\n\t<meta property=\"og:image:height\" content=\"512\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"SQL Server Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@SQLServer\" \/>\n<meta name=\"twitter:site\" content=\"@SQLServer\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"SQL Server Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 min read\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2016\/10\/25\/odbc-driver-13-0-for-sql-server-linux-is-now-released\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2016\/10\/25\/odbc-driver-13-0-for-sql-server-linux-is-now-released\/\"},\"author\":[{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/author\/sql-server-team\/\",\"@type\":\"Person\",\"@name\":\"SQL Server Team\"}],\"headline\":\"ODBC Driver 13.0 for SQL Server &#8211; Linux is now released\",\"datePublished\":\"2016-10-26T00:53:23+00:00\",\"dateModified\":\"2024-01-23T06:50:37+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2016\/10\/25\/odbc-driver-13-0-for-sql-server-linux-is-now-released\/\"},\"wordCount\":382,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#organization\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2016\/10\/25\/odbc-driver-13-0-for-sql-server-linux-is-now-released\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2016\/10\/25\/odbc-driver-13-0-for-sql-server-linux-is-now-released\/\",\"url\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2016\/10\/25\/odbc-driver-13-0-for-sql-server-linux-is-now-released\/\",\"name\":\"ODBC Driver 13.0 for SQL Server - Linux is now released - Microsoft SQL Server Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#website\"},\"datePublished\":\"2016-10-26T00:53:23+00:00\",\"dateModified\":\"2024-01-23T06:50:37+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2016\/10\/25\/odbc-driver-13-0-for-sql-server-linux-is-now-released\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2016\/10\/25\/odbc-driver-13-0-for-sql-server-linux-is-now-released\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2016\/10\/25\/odbc-driver-13-0-for-sql-server-linux-is-now-released\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"ODBC Driver 13.0 for SQL Server &#8211; Linux is now released\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#website\",\"url\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/\",\"name\":\"Microsoft SQL Server Blog\",\"description\":\"Official News from Microsoft\u2019s Information Platform\",\"publisher\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#organization\",\"name\":\"Microsoft SQL Server Blog\",\"url\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png\",\"contentUrl\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png\",\"width\":259,\"height\":194,\"caption\":\"Microsoft SQL Server Blog\"},\"image\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"http:\/\/www.facebook.com\/sqlserver\",\"https:\/\/x.com\/SQLServer\",\"https:\/\/www.youtube.com\/user\/MSCloudOS\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"ODBC Driver 13.0 for SQL Server - Linux is now released - Microsoft SQL Server Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2016\/10\/25\/odbc-driver-13-0-for-sql-server-linux-is-now-released\/","og_locale":"en_US","og_type":"article","og_title":"ODBC Driver 13.0 for SQL Server - Linux is now released - Microsoft SQL Server Blog","og_description":"This post is authored by Meet Bhagdev. We are delighted to share the full release of the Microsoft ODBC Driver 13 for Linux \u2013\u00a0 (Ubuntu, RedHat and SUSE). The new driver enables access to SQL Server, Azure SQL Database and Azure SQL DW from any C\/C++ application on Linux.","og_url":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2016\/10\/25\/odbc-driver-13-0-for-sql-server-linux-is-now-released\/","og_site_name":"Microsoft SQL Server Blog","article_publisher":"http:\/\/www.facebook.com\/sqlserver","article_published_time":"2016-10-26T00:53:23+00:00","article_modified_time":"2024-01-23T06:50:37+00:00","og_image":[{"width":512,"height":512,"url":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2018\/08\/cropped-microsoft_logo_element.png","type":"image\/png"}],"author":"SQL Server Team","twitter_card":"summary_large_image","twitter_creator":"@SQLServer","twitter_site":"@SQLServer","twitter_misc":{"Written by":"SQL Server Team","Est. reading time":"3 min read"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2016\/10\/25\/odbc-driver-13-0-for-sql-server-linux-is-now-released\/#article","isPartOf":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2016\/10\/25\/odbc-driver-13-0-for-sql-server-linux-is-now-released\/"},"author":[{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/author\/sql-server-team\/","@type":"Person","@name":"SQL Server Team"}],"headline":"ODBC Driver 13.0 for SQL Server &#8211; Linux is now released","datePublished":"2016-10-26T00:53:23+00:00","dateModified":"2024-01-23T06:50:37+00:00","mainEntityOfPage":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2016\/10\/25\/odbc-driver-13-0-for-sql-server-linux-is-now-released\/"},"wordCount":382,"commentCount":0,"publisher":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#organization"},"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2016\/10\/25\/odbc-driver-13-0-for-sql-server-linux-is-now-released\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2016\/10\/25\/odbc-driver-13-0-for-sql-server-linux-is-now-released\/","url":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2016\/10\/25\/odbc-driver-13-0-for-sql-server-linux-is-now-released\/","name":"ODBC Driver 13.0 for SQL Server - Linux is now released - Microsoft SQL Server Blog","isPartOf":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#website"},"datePublished":"2016-10-26T00:53:23+00:00","dateModified":"2024-01-23T06:50:37+00:00","breadcrumb":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2016\/10\/25\/odbc-driver-13-0-for-sql-server-linux-is-now-released\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2016\/10\/25\/odbc-driver-13-0-for-sql-server-linux-is-now-released\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2016\/10\/25\/odbc-driver-13-0-for-sql-server-linux-is-now-released\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/"},{"@type":"ListItem","position":2,"name":"ODBC Driver 13.0 for SQL Server &#8211; Linux is now released"}]},{"@type":"WebSite","@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#website","url":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/","name":"Microsoft SQL Server Blog","description":"Official News from Microsoft\u2019s Information Platform","publisher":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#organization","name":"Microsoft SQL Server Blog","url":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png","contentUrl":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png","width":259,"height":194,"caption":"Microsoft SQL Server Blog"},"image":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#\/schema\/logo\/image\/"},"sameAs":["http:\/\/www.facebook.com\/sqlserver","https:\/\/x.com\/SQLServer","https:\/\/www.youtube.com\/user\/MSCloudOS"]}]}},"msxcm_display_generated_audio":false,"msxcm_animated_featured_image":null,"_links":{"self":[{"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/posts\/17505","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/users\/1457"}],"replies":[{"embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/comments?post=17505"}],"version-history":[{"count":0,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/posts\/17505\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/media?parent=17505"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/post_tag?post=17505"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/product?post=17505"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/content-type?post=17505"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/topic?post=17505"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/coauthors?post=17505"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}