ChatGPT in Visual Studio tutorial

  • Comments posted to this topic are about the item ChatGPT in Visual Studio tutorial

  • Interesting. Perhaps more useful for beginners than seasoned professionals.

    The following sentence is inaccurate:

     This code is using the GETDATE(); function which is not allowed in a stored procedure.

    There is no problem whatsoever using GETDATE() in a stored procedure. The issue with your code is that you cannot include function calls in stored proc parameters.

    The absence of evidence is not evidence of absence.
    Martin Rees

    You can lead a horse to water, but a pencil must be lead.
    Stan Laurel

  • I'm assuming "TextDancini" is an AI language model? I can't find any references to it on either Bing or Google.

    Secondly, how does it know you want it to generate SQL? Because it's a SQL Server project?

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply