January 31, 2025 at 12:00 am
Comments posted to this topic are about the item JSON in Microsoft SQL Server: A Comprehensive Guide
January 31, 2025 at 11:43 am
This is a good round-up of what is possible with JSON and SQL Server. Well done on putting it together.
My one non-JSON comment would be regarding the following:
Always implement proper error handling when working with JSON data:
While this is, of course, sound advice, it is followed by a code fragment where the CATCH block contains a SELECT of the errors occurring. Selecting errors in a CATCH block is not good practice, instead, use should be made of RAISERROR or THROW to make sure any errors do not get missed.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy