Author Archives: way0utwest

Unknown's avatar

About way0utwest

Editor, SQLServerCentral

Moving One File Across Git Branches: #SQLNewBlogger

I was working on some branching and merging with a customer and they wanted to move a file from one branch to another without taking the entire commit. I had to dig in a bit and see how to cherry … Continue reading

Posted in Blog | Tagged , , | 2 Comments

A Kafka Introduction

I’ve heard of Kafka before. I know it’s an Apache project and you can download or read more at https://kafka.apache.org/. I knew it was a way of moving data around, some sort of ETL tool useful for moving things around. … Continue reading

Posted in Editorial | Comments Off on A Kafka Introduction

Less Junior Staff

As I’ve been working with some AI (Artificial Intelligence) technologies, what I’ve often found is that they produce junior-level code. The code I’d expect from someone early in their career or inexperienced in a particular area. That is code that … Continue reading

Posted in Editorial | Tagged | Comments Off on Less Junior Staff

Creating a Synapse Workspace

As part of my job, I needed to research how a few things work with Synapse and Fabric. The latter includes the former, mostly. I decided to setup a workspace and a do some experimentation. My first stop was the … Continue reading

Posted in Blog | Tagged , , | Comments Off on Creating a Synapse Workspace