2024-09-09
2,686 reads
2024-09-09
2,686 reads
Learn how to get started with Git and Visual Studio Code.
2024-08-05
3,651 reads
Learn how you can create and use a Jupyter Notebook in VS Code.
2024-07-22
2,352 reads
Learn about the new Gemini AI from Google and how this can be used for common tasks, as well summarizing content.
2024-07-08
1,876 reads
2024-06-17
4,573 reads
Learn how Daniel Calbimonte is using the AI in Bing to have some fun, write some code, and get help.
2024-05-27
2,806 reads
An experienced DBA asks an AI to perform some common tasks. Read to see how it fairs and if an AI will impact DBA jobs.
2024-03-11
7,360 reads
2024-02-26
5,125 reads
Introduction In this article, we will see how to work with GitHub Copilot. GitHub copilot is an interesting plug-in that generates code using AI. The technology is from Microsoft and OpenAI. We will show how to install Copilot, and how to generate SQL Server code (T-SQL) using Copilot. First, we will answer some FAQs about Copilot […]
2024-02-12
8,092 reads
This article shows how to use Python to access data in SQL Server and produce a K-Means analysis with a chart.
2024-01-08
2,467 reads
By James Serra
The new data governance features in Microsoft Purview are now being made generally available...
Sometimes your Microsoft Entra ID account (formerly known as Azure Active Directory) is added...
By Steve Jones
I saw a post internally that asked this question: Anyone have a handy powershell...
Comments posted to this topic are about the item GIT Configuration and Automated Release...
I'm trying to restore my database into Azure SQL Managed instance from blob storage...
Last night I spent 45 minutes composing a complicated question here. When I finished...
What is the result of this code?
SELECT CONCAT(1, 2, 3) + 4See possible answers