Installing SQL Server on Windows

THE VIDEO https://youtu.be/RzB7An6nDgg THE SYNOPSIS In this video, we will show how to install SQL Server on a machine running Windows. You'll get a walkthrough of the installation process as well as some tips and tricks to make administering this server easier in the future. Along the way, we'll briefly cover editions of SQL Server.…

Advertisement

Getting Started WITHOUT SQL Server

A New Series One of the things I've been working on behind the scenes lately is creating short-form YouTube content. The first video launched this morning, and I have plans to do this every Tuesday for now, and once I build up a few videos in the buffer, will up that to every Tuesday and…

The Next Journey

Today marks a big day for me: this is my last day at ChannelAdvisor, where I've been for the past nine years. I didn't expect that I'd stick around that long. I also didn't expect that my departure wouldn't be of my own accord. One Team Down Late in Q3, CommerceHub acquired ChannelAdvisor. We weren't…

PolyBase and Azure Blob Storage

A long, long time ago (I can still remember) PolyBase used to connect to Azure Blob Storage. Specifically, you could use the wasbs:// protocol and connect to Azure Blob Storage over WebHDFS. Here's an example of an external data source which would work for SQL Server 2016 through 2019: USE MyDB GO CREATE DATABASE SCOPED…