What is the difference between TRY_CONVERT and Convert? 2016 SQL Server Interview Question

Convert: enables you to convert data stored in one data type to another. The conversion might fail if you attempt to convert between data types where conversion is not possible.
TRY_CONVERT: is the same but if conversion fails, a NULL value is written.

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.