All the headlines and interesting SQL Server information that we've collected over the past week, and sometimes even a few repeats if we think they fit. These headlines are gathered throughout the week and are posted in real time at the website. Check there for information throughout the week or enjoy this weekly summary of the SQL Server world. WebinarsGene Kim joins Redgate to discuss The 2018 Accelerate State of DevOps Report - Microsoft MVP Steve Jones is joined by acclaimed author and researcher Gene Kim to discuss the latest in all things DevOps. They offer a closer look at the key findings in the 2018 Accelerate State of DevOps Report, and investigates the growing importance of the database in successful DevOps and IT performance....(more) Simplifying SOX Compliance in DevOps - Being compliant shouldn’t have to result in restricting your work or slowing down your release time. Discovering where you fit and how to be compliant can be confusing. Grant Fritchey will explore how IT Teams fit into this story and how to best protect your company and customers....(more) How to create a living SQL Server data catalog - Protecting data can be difficult. With data often spread across a growing number of different environments, it's hard to know what to restrict and where it's located. In this session you’ll learn about practical steps you can take to create a durable and living record of what you hold in your SQL estate....(more) Virtualization and ContainersThe Evolution of Docker Container Security: Part 3 - When it comes to Docker container security, orchestration models favor integrated roles, network scrutiny and small attack surfaces with host protection. ...(more) T-SQLUsing WITH in an IF Condition - One of the most exciting features of SQL Server 2005 was the inclusion of Common Table Expressions (CTE). Code that often needed a tangle of temp tables could be now be done in a single query (Derived tables can be used too, but I can’t remember when derived tables started in SQL Server, but it may have been 2005, or perhaps 2000)....(more) Dates and Times in SQL Server: AT TIME ZONE - Continuing the series on dates and times in SQL Server and Azure SQL Database, this week we look at the hint AT TIME ZONE. In Azure SQL Database, the regional settings of the database are set to UTC by default. It is also advisable to store dates and ......(more) Find the Next Non-NULL Row in a Series With SQL - I’ve stumbled across this fun SQL question on reddit, recently. The question was looking at a time series of data points where some events happened. For each event, we have the start time and the end time ...(more) SQL Server on LinuxSQL Server on Linux: ADAuth issues 2: Common AD Login Issues - AD authentication is a popular mechanism for login and user authentication. It works very well in many scenarios, especially for enterprise applications. AD authentication is a supported scenario on SQL Server on Linux. Imagine a scenario where all ......(more) SQL Server on Linux: ADAuth issues 1: Issues with joining a VM to a domain - AD authentication is a popular mechanism for login and user authentication. It works very well in many scenarios, especially for enterprise applications. AD authentication is a supported scenario on SQL Server on Linux. Configuring the Linux VM to join ......(more) Software DevelopmentConnection String Generator - Start entering your settings and the connection string will appear here...(more) Security news and thoughtsAzure SQL Database – Detecting Threats - At first I was nervous but then I realized it was me triggering “Someone has logged on to your server from an unusual location” message against my Azure SQL database. The process of investigating the “rouge” login didn’t help with … Continue reading ......(more) Ransomware and Cryptomining Malware Remain Near Top of Threat List - In spite of Meltdown, Spectre, and IoT vulnerabilities, ransomware and cryptomining malware remain a real and present danger to IT operations. ...(more) Python in SQL ServerInstalling External Modules into SQL Server’s Python - So Microsoft have integrated Python into SQL Server, from the moment I heard that I thought to myself, “wow, this is exciting stuff” and not just for the machine learning, BI guys that it was marketed at. It’s exciting for us DBAs too, my head was in ......(more) PowerPivot/PowerQuery/PowerBIA Quick Look Some Power BI And SSAS-Related Products And Books - I don’t like writing reviews of books or products here on my blog for a couple of reasons, the main one being that I don’t usually have the time to read/test/understand something properly so I can write a thorough review. That said I do get sent a lot ......(more) Performance Tuning SQL ServerSingle-Column-Key Missing Index Recommendations are Usually Wrong. - When you’re looking at an index recommendation – whether it’s in an execution plan or the missing index DMVs – it helps to understand Clippy’s blind spots. Let’s start with the small StackOverflow2010 database so you can follow along. (It’s just a 1GB ......(more) Does The Order Of Index Columns Matter? - When beginning to learn SQL, at some point you learn that indexes can be created to help improve the performance of queries. Creating your first few indexes can be intimidating though, particularly when trying to understand what order to put your key ......(more) NoSQLWhat is MemSQL - yeah, MemSQL for me its a combination of RDBMS and NOSQL and more of flexibility of both per our choice, most of the RDBMS going with such concept. NOSQL is compromise with ACID property and flexible for developers it has … Continue reading ? ...(more) Microsoft NewsMicrosoft South Central U.S. datacenter outage takes down a number of cloud services - A cooling problem in Microsoft's South Central U.S. data center seems to be causing issues for a number of Microsoft Cloud services users in the U.S. and beyond. ...(more) Microsoft Blames "Severe Weather" for Azure Cloud Outage - Says weather-related voltage spike brought down data center cooling system in San Antonio. ...(more) HA/DR/Always On/ClusteringFix: When an Availability Group listener’s IP is stolen - When you can connect to the individual nodes of a SQL Server Availability Group (AG), but not the AG listener, you may have a duplicate IP situation. Resolving this isn't QUITE as straightforward as I'd hope, so here's our solution. The post Fix: When ......(more) Moving a SQL Server Availability Group to a different Subnet - Over the last few days I have reworked my home network design, and introduced a new subnet for all my SQL Server based VMs that are running in my VMware vSAN powered Home Lab. In this blog posting I want to describe the various steps that are necessary to move a SQL Server Availability Group into a different subnet....(more) ETL/SSIS/ELTCCI Bulk Load Pitfalls 1 – ETL Framework and up-to-date Statistics - Intro I would like to start a miniseries of blogs where I try to summarize lessons learned from large data loading into clustered column store index tables (CCI). In this blog I will describe an issue that would come as no surprise to most SQL experienced ......(more) DBA ToolsThe August release of SQL Operations Studio is now available - We are excited to announce the August release of SQL Operations Studio is now available. Download SQL Operations Studio and review the Release Notes to get started. SQL Operations Studio is a data management tool that enables you to work with SQL Server, ......(more) Getting started with SQL Server Tools - This article is part of the SQL Server Tools series, aimed at giving you an idea of the available tools and techniques to build applications using SQL Server tools. The first article of the series covers the rudimentary DevOps concepts and discusses ......(more) Data VisualisationBuilding Blocks for Visualizing Business Intelligence - Data analysts and business analysts are tasked with making sense of large amounts of data and putting it in useful formats that can help business stakeholders mak ......(more) Data Privacy, Complianace, and GDPRSecurity, Compliance, Data Ethics, and Breaking the “Not My Job” Mindset - Security, compliance, and data ethics are related concepts that everyone who works with software should know about, from the help desk to the C-level office… but almost everyone thinks that worrying about these things is someone else’s problem. ...(more) Questions About HIPAA That You Were Too Shy to Ask - As a data professional or developer, you will likely have questions about how HIPAA impacts you and your day to day responsibilities. Rebecca Edwards answers common questions about HIPAA that you were too shy to ask...(more) Computing in the Cloud (Azure, Google , AWS)How to get started with Azure and .NET - Azure is a big cloud with lots of services, and for even the most experienced user it can be intimidating to know which service will best meet your needs. This blog post is intended to provide a short overview of the most common concepts and services ......(more) Introducing Microsoft Azure Sphere - As we continually see more and more consumer-grade internet devices, like appliances, baby monitors, thermostats, etc., we need a more robust way to manage these devices in a secure way. There are approximately 9 billion of these devices built every ......(more) How to Get Developers Using Azure - You know the talk out there, everyone is moving to the cloud and people are looking at Azure to get there. But many have concerns with going to the cloud or the unknown things around Azure. That’s why we created this blog series. Today, I want to tell ......(more) External Access to Azure Storage - There are multiple ways to allow external access to Azure storage accounts, some better (and more secure) than others. Today, I’d like to share with you 3 methods to access your storage accounts externally, as well as the preferred methods for doing ......(more) Why Separate Your Compute From Your Storage - There are many advantages to using Microsoft Azure. One big reason people look at Azure is the ability to separate storage from compute. This separation of storage and compute allows for cost reduction. If you don’t need to use a service, why should ......(more) Data Governance in the Cloud - IT center, on-premise infrastructure is becoming increasingly complex and costly, and requires highly skilled manpower, so businesses are now moving their IT and Data Science functions to the Cloud. Cloud Computing promises low-cost storage facilities, ......(more) Career GrowthData Professionals at Work – a book-writing adventure - I love to write. It is how I express myself best. During the last fall I was pondering starting on a book, my first one. I’ve heard many people talk of the experience. Some enjoy it, others think it is too much work in return for too little. (We don’t ......(more) Data Professionals at Work – a book-writing adventure - I love to write. It is how I express myself best. During the last fall I was pondering starting on a book, my first one. I’ve heard many people talk of the experience. Some enjoy it, others think it is too much work in return for too little. (We don’t ......(more) Backup and RecoverySQL Homework – September 2018 – Backup and Restore continued. - In the very first SQL Homework post you were asked to take a backup. In fact it asked you to both take a backup and restore it. Because, I’ll be honest with you, if you can’t restore a backup then you might as well not have taken it. That said, it’s ......(more) Azure SQL DatabaseMoving an Azure SQL Database across Resource Groups - In my mind there are a couple of ways to move a database across resource groups. They vary from scripting to just using the Azure portal....(more) Azure SQL Database Read Scale-Out - Read Scale-Out is a little-known feature that allows you to load balance Azure SQL Database read-only workloads using the capacity of read-only replicas, for free. As mentioned in my blog Azure SQL Database high availability, each database in the Premium ......(more) AI/Machine Learning/Cognitive ServicesAnother use for Cortana (and Alexa): Controlling Microsoft's Xbox - Cortana- and Alexa-powered devices soon will enable users to control many of their Xbox One console activities using their voice. ...(more) 7 Ways to Reap the Benefits of AI - Here are seven ways to prepare for your artificial intelligence future and reap the benefits of AI. ...(more) |