peacemaker1820 Liked 1 Years ago through
Syndicated Blogs | 1 Point
With SQL Server 2012 comes a new set of conversion functions, that will certainly help doing type casts and conversions in t-sql. These functions are:
TRY_PARSE
TRY_CONVERT
PARSE
TRY_PARSE()
Syntax from BOL:
TRY_PARSE ( string_value AS data_ty...