Showing archive results for 2020

Aug 21, 2020
Post comments count1
Post likes count0

Developing in the cloud with SQL Server Big Data Clusters: Run and Monitor Apps

Melony Qin

As the last part of the series of working with big data analytics solutions in Kubernetes, we learned about how to work with cloud-native applications with BDC. Operating and testing are also essential parts as an enterprise-grade solution. This article will walk you through how to run and monitoring apps to SQL Server Big Data Clusters (BDC). ...

Big Data ClustersAzure SQLDevOps
Aug 14, 2020
Post comments count0
Post likes count0

Developing in the cloud with SQL Server Big Data Clusters: Develop and Deploy Apps

Melony Qin

Kubernetes is designed to support an open platform to support a diverse variety of containerized workloads including both stateless and stateful and data-processing workloads. Technically any application can be containerized, it can be up and running in Kubernetes. As a cloud-native platform, Kubernetes is available to deploy cloud-native applicati...

Big Data ClustersAzure SQLDevOps
Aug 13, 2020
Post comments count0
Post likes count0

Azure SQL for Beginners – Video Playlist

Davide Mauri

Easily translate your SQL Server skills and experience to Azure SQL - using familiar tools and techniques. Insiders Bob Ward and Anna Hoffman walk you through configuring, monitoring, and troubleshooting database security, performance, and availability in this Azure SQL video series on more than 60 topics.

Azure SQL
Aug 6, 2020
Post comments count0
Post likes count0

Developing in the cloud with SQL Server Big Data Clusters: Getting Started

Melony Qin

When it comes to innovation, we realized that the world’s most valuable resource is no longer oil, but data. One of the biggest challenges we’re having today is how to integrate disparate data sources from many different places. If you're looking into how to work on Big Data Analytics solutions in Kubernetes, that's where Big Data Clusters (BDC) co...

Azure SQLBig Data Clusters
Jul 22, 2020
Post comments count0
Post likes count0

Architecting REST API with Python, Flask and Azure SQL

Davide Mauri

Creating REST API with Azure SQL is never been easier thanks to its native JSON support. Let's see how we can use Python and Flask to create an elegant and modern solution to serve REST API to the world

PythonAzure SQL
Jul 2, 2020
Post comments count0
Post likes count0

Preview of Azure Arc enabled SQL Server is now available

Alexander (Sasha) Nosov

The preview allows you to track the inventory of your SQL Server instances across on-premises, edge sites, and multi-cloud in a single view. You can also use Azure Security Center and Azure Sentinel to protect your SQL server using advanced data security features.

Azure SQL
Jun 30, 2020
Post comments count2
Post likes count0

Querying and visualizing data using SQLPad

Davide Mauri

SQLPad is an amazing free, open source, tool to run SQL Queries against a broad spectrum of popular databases, without the need to install and run something on-premises. It's lightweight, simple and just perfect if you need a no-frills tool to query and visualize data, to do some data exploration.

Azure SQL
Jun 24, 2020
Post comments count0
Post likes count0

Use Linked server to Synapse SQL to implement Polybase-like scenarios in Managed Instance

Jovan Popovic

Serverless Synapse SQL pool enables you to query files on Azure Data Lake Storage. Azure SQL Managed Instance can use linked servers to query data on Azure Storage using Synapse Analytics serverless SQL query endpoint. This technique linked server may be good solution for some Polybase-like scenarios.

Azure SQLBig Data
Jun 19, 2020
Post comments count13
Post likes count0

Microsoft.Data.SqlClient 2.0.0 is now available

Davide Mauri

Microsoft.Data.SqlClient version 2.0.0 has been released, with several interesting features. Make sure you check it out if you are a .NET developer and you are using Azure SQL or SQL Server in your solutions. Microsoft.Data.SqlClient is the new, open source, official data access library that replaces System.Data.SqlClient

Azure SQL
Jun 16, 2020
Post comments count0
Post likes count0

Go Azure SQL!

Silvano Coriani

Go is a very popular programming language for developing microservices, Web APIs and other server-side applications, and Azure SQL can definitely be an option where to persist data for these applications in a scalable, reliable and modern way leveraging Microsoft SQL Server Driver for Go and ORM packages like Gorm. Give it a try!

Azure SQL