ChatGPT in Visual Studio tutorial
In this article, you will see how ChatGPT works with a database project.
2023-05-01
11,920 reads
In this article, you will see how ChatGPT works with a database project.
2023-05-01
11,920 reads
Learn how you can connect ChatGPT to VS Code and use it to help you fix your code.
2023-04-10
67,435 reads
See how well ChatGPT works with questions on generating PowerShell code.
2023-03-20
13,965 reads
Introduction ChatGPT in SQL Server In this article, we will learn some basic examples of ChatGPT in SQL Server. In a previous article, we had an interview with ChatGPT an AI chatbot developed by OpenAI. If you do not know how to use it yet, you can go to that article. We will show some […]
2023-03-06
48,522 reads
Learn how you can use Power BI to forecase the future trends of data.
2023-02-27
44,714 reads
An interesting conversation with the ChatGPT artif...
2023-02-13
13,011 reads
This article shows how you can use an R script to import data into Power BI.
2023-01-23
1,919 reads
In this article, you will learn how you can add the map and image visuals to your Power BI report and have them update as you select different data values.
2023-01-16
1,993 reads
Introduction In this article, we will learn to create a Power BI report using MySQL data. The article will teach us to use the MySQL Workbench (something like the SSMS, but for MySQL). We will do the following in this article. First, we will connect and create a database in MySQL. Secondly, we will create a […]
2023-01-09
3,929 reads
In this article, we will learn how to use a REST API from Power BI to get data for a report.
2022-12-16
21,754 reads
By Steve Jones
It’s been an amazing week here, as well as a long week. I’m tired,...
By Steve Jones
skidding – v. intr. the practice of making offhand comments that sound sarcastic but...
By Brian Kelley
Let’s start with the keynote. The biggest take away was how having to support...
Comments posted to this topic are about the item Step by step guide to...
Comments posted to this topic are about the item Backing up the Database Encryption...
Comments posted to this topic are about the item Technology Fears
In my SQL Server 2022 database, I run this:
USE Sales; GO CREATE DATABASE ENCRYPTION KEY WITH ALGORITHM = AES_256 ENCRYPTION BY SERVER CERTIFICATE MyServerCert; GOThis works, but I want to prepare for the future and potential issues. How do I back up my DEK? See possible answers