Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)

  • Reply To: AI Thoughts on the Build Keynote

    The one thing I did not understand is if the Windows Co-Pilot is a trained AI assistant or if it is one we have to train (like correcting chatGPT's answers)....

    • This reply was modified 11 months, 1 week ago by  Raphra.
  • Reply To: How to work with ChatGPT in Visual Studio Code

    So a beginner does not need to care about making mistakes in their code as ChatGPT can correct them? It is so much like Google Search where you type "golemap"...

  • RE: trailing spaces

    Thanks. I have adjusted the font. I did not realize size 7 would be so large.

    Thanks for the reply too. This Microsoft article explains that when two strings are compared,...

  • RE: t-sql 2012 datatype

    I say you could go with varchar(MAX). "max" for varchar(max) indicates a maximum storage of 2^31-1 bytes. SQL 2012 does support text datatype, MSDN recommends using varchar(max) instead.

  • RE: count(null)

    I did not pay closer attention to the error message and it makes sense now. Yes, it is confusing that NULL is the datatype of NULL.

    Thanks for the example too.

Viewing 5 posts - 1 through 5 (of 5 total)