2023-11-20 (first published: 2023-10-02)
3,027 reads
2023-11-20 (first published: 2023-10-02)
3,027 reads
This article will show the basic outline for how Python scripts can access and work with data in SQL Server.
2023-11-06
20,894 reads
See how well the Bard AI does with moving data into SQL Server.
2023-08-28
2,228 reads
Introduction about Bing vs Bard You heard it well Chatbot wars, the war between Bing vs Bard. Ladies and gentlemen, in the Google corner we have the challenger, Bard! And in the Microsoft corner, we have a powerful AI-based in ChatGPT 4, the stupendous, the magnificent…Bing! (applause). These great chatbots will demonstrate their power in […]
2023-08-14
2,126 reads
See how the Google AI, Bard, works and answers questions about data topics.
2023-07-03
3,758 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,229 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
4,014 reads
In this article, you will see how ChatGPT works with a database project.
2023-05-01
12,677 reads
Learn how you can connect ChatGPT to VS Code and use it to help you fix your code.
2023-04-10
68,328 reads
See how well ChatGPT works with questions on generating PowerShell code.
2023-03-20
14,319 reads
By Brian Kelley
Fabiano Amorim has written an excellent article at Simple Talk on securing msdb. Here's...
By Steve Jones
This month we have a new host, which I am grateful for. So many...
I needed to do some research because there is more to #temp tables than...
hi , our business partner is asking s4 sap api's for receivable info and...
I have a really stupid question... Is there an easy way to search for...
Comments posted to this topic are about the item How to Work with On-Premises...
The STRING_ESCAPE() function requires 2 parameters in SQL Server 2025. The first is a string of text and the second is the type of escape rules being used. What are the options for the second parameter?
See possible answers