ChatGPT in Visual Studio tutorial
In this article, you will see how ChatGPT works with a database project.
2023-05-01
11,950 reads
In this article, you will see how ChatGPT works with a database project.
2023-05-01
11,950 reads
Learn how you can connect ChatGPT to VS Code and use it to help you fix your code.
2023-04-10
67,458 reads
See how well ChatGPT works with questions on generating PowerShell code.
2023-03-20
13,978 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,619 reads
Learn how you can use Power BI to forecase the future trends of data.
2023-02-27
45,285 reads
An interesting conversation with the ChatGPT artif...
2023-02-13
13,021 reads
This article shows how you can use an R script to import data into Power BI.
2023-01-23
1,923 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,999 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,949 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,910 reads
This month, I prompted bloggers to discuss whether good enough is perfect. Thank you to all...
By Steve Jones
Recently a customer asked if SQL Compare and SQL Data Compare can be used...
i see this in the definition of a linked server on our wh sql...
Is this even possible ? Tried with grant but to no avail. [sys].[database_role_members] and...
Comments posted to this topic are about the item Stairway to Snowflake Level 5...
What does this code return in SSMS 20 from SQL Server 2019?
select '|' + CHAR(0)+'abc' + '|';See possible answers