[Title credit: Stevie Ray] Like many other people, I’ve been tinkering with ChatGPT this winter (2022-2023). I find the experience fascinating and I hope it remains so for as long as possible. One source of information about ChatGPT is YouTube, where one may learn lots of ways to make money with ChatGPT. While I enjoy …
Continue reading Interview with an AI
Author:Andy Leonard
My 2023 Presentation Schedule
I am presenting! Here’s a partial list of upcoming events at which I am honored and privileged to present: 14 Mar 2023 – SQLBits 2023 – A Day of Azure Data Factory Training Day (full-day) – International Convention Centre, Celtic Manor, Newport, Wales 25 Feb 2023 – SQL Saturday Atlanta 2023 – BI & Data …
Continue reading My 2023 Presentation Schedule
As 2022 Closes, I am Grateful…
I write this 26 Dec 2022, about half a week before the end of 2022. How was 2022 for me – personally and professionally? This year was pretty good. For that, I am grateful. God is good. Personal I am aware of – and pray regularly about – troubles in the world. Some are closer …
Continue reading As 2022 Closes, I am Grateful…
Presenting A Day of Azure Data Factory at SQL Saturday Atlanta 2023 – BI & Analytics Edition
I am honored to present A Day of Azure Data Factory at SQL Saturday Atlanta 2023 – BI & Data Analytics Edition (#1042) 24 Feb 2023! Abstract In this session we provision an Azure Data Factory (ADF) and demonstrate many uses for ADF in the modern data enterprise, including: Editing ADF pipeline JSON Version control integration Copying data …
Continue reading Presenting A Day of Azure Data Factory at SQL Saturday Atlanta 2023 – BI & Analytics Edition
Azure-SSIS Express Custom Setup License Key Textbox Update
Back in June 2022, I was honored to deliver a webinar along with the good people on the SolarWinds Task Factory team. During that presentation, I noticed (and I may have even commented on) the License key textbox not being masked when adding Task Factory to an Azure-SSIS integration runtime. I sent a note to the …
Continue reading Azure-SSIS Express Custom Setup License Key Textbox Update
Join Me at SQLBits 2023!
I am honored to deliver a Training Day session at SQLBits 2023: A Day of Azure Data Factory is a full-day Training Day session scheduled for Tuesday, 14 Mar 2023. In this session I cover version control integration, copying data, using parameters and metadata, design patterns (of course!), and more! I hope to see you …
Continue reading Join Me at SQLBits 2023!
Install and Configure SQL Server 2022 Developer Edition
This post is for people interested in setting up an instance of SQL Server 2022 Developer Edition for personal use. I caution those interested in configuring an instance of SQL Server 2022 for production purposes: You should not use Developer Edition because it’s not for production workloads by design and according to the EULA. In …
Continue reading Install and Configure SQL Server 2022 Developer Edition
Download SQL Server 2022 Developer Edition
This post is for people interested in setting up an instance of SQL Server 2022 Developer Edition for personal use. If you are interested in configuring an instance of SQL Server 2022 for production purposes, you should not use Developer Edition – it’s not for production workloads by design and according to the EULA. SQL …
Continue reading Download SQL Server 2022 Developer Edition
One Way to Install SQL Server 2022 Developer Edition
In this series, I walk through one way to install and configure SQL Server 2022 Developer Edition. This series is not intended as guidance for production environments. This series is simply one way I install and configure SQL Server 2022 for my test and exploration environment. Download SQL Server 2022 Developer Edition Install and Configure …
Continue reading One Way to Install SQL Server 2022 Developer Edition
T-SQL Tuesday #156 – On Production Code
This month’s T-SQL Tuesday is hosted by Tom Zika. Tom’s topic is a good one: “Which quality makes code production grade?” I can hear data minds thinking, “It depends.” I prefer all code to be idempotent, a $3 word that means whenever the code is executed, the post-execution state is predictable (even if the initial …
Continue reading T-SQL Tuesday #156 – On Production Code