Viewing 6 posts - 1 through 6 (of 6 total)
Thanks for showcasing the reality of the accuracy and usefulness of AI. I wish more such posts come into mainstream and reduce the hype caused by the linkedin posts, youtube...
August 26, 2024 at 6:10 am
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)....
May 28, 2023 at 6:10 am
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"...
April 30, 2023 at 6:38 pm
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,...
August 9, 2016 at 4:36 pm
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.
July 12, 2016 at 2:26 pm
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.
July 12, 2016 at 2:16 pm
Viewing 6 posts - 1 through 6 (of 6 total)