Data Analyst AI tool
See how ChatGPT can be used to analyze a dataset, produce charts, and train a model.
2025-05-12
384 reads
See how ChatGPT can be used to analyze a dataset, produce charts, and train a model.
2025-05-12
384 reads
See how the Google AI, Bard, works and answers questions about data topics.
2023-07-03
3,737 reads
A comparison of ChatGPT and the Bing Chat AI to see which one might be more useful for a user.
2023-06-05
5,206 reads
Introduction In this article, we will learn how to generate images with AI. This time we will work with DALL·E. DALL·E is an image generator using AI. You just need to provide a description and DALL·E will generate the image: In this article we will learn these topics: First, we will learn what is DALL·E […]
2023-05-22
3,958 reads
In this article, you will see how ChatGPT works with a database project.
2023-05-01
12,552 reads
Learn how you can interact with ChatGPT from PowerShell.
2023-09-06 (first published: 2023-04-24)
7,152 reads
Learn how you can connect ChatGPT to VS Code and use it to help you fix your code.
2023-04-10
68,168 reads
See how well ChatGPT works with questions on generating PowerShell code.
2023-03-20
14,242 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
50,559 reads
An interesting conversation with the ChatGPT artif...
2023-02-13
13,290 reads
By ChrisJenkins
You could be tolerating limited reporting because there isn’t an off the shelf solution...
A while back I wrote a quick post on setting up key mappings in...
By Steve Jones
In 100 years a lot of what we take to be true now will...
Hello, I inherited a number of tables with like 20-30 column using nvarchar(256) in...
Hi, i'm running vs2022. I'm trying out a c# script that i'd like to...
I upgraded a SQL Server 2019 instance to SQL Server 2025. I wanted to test the fuzzy string search functions. I run this code:
SELECT JARO_WINKLER_DISTANCE('tim', 'tom')
I get this error message:Msg 195, Level 15, State 10, Line 1 'JARO_WINKLER_DISTANCE' is not a recognized built-in function name.What is wrong? See possible answers