Select from following answers:- CONVERT
- TRY_PARSE
- CAST
- All Above
Translated to the requested data type, or null if the cast fails in SQL Server 2012.
Relies on the presence of the .NET Framework CLR.
SELECT TRY_PARSE('rajesh' AS datetime2 USING 'hi-IN')
return : Null
Show Correct Answer
Source: msdn.com | |
Alert Moderator