Click here to Skip to main content
15,888,286 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
What is the Differences Between PARSE (Transact-SQL) And o TRY_PARSE (Transact-SQL) in sql server 2012?
Posted

TRY_PARSE[^] returns a NULL if the input cannot be translated, PARSE[^] raises an error instead.
 
Share this answer
 
Comments
VJ Reddy 26-Apr-12 1:47am    
Nice answer. 5!
 
Share this answer
 
Comments
VJ Reddy 26-Apr-12 1:47am    
Good reference. 5!
sravani.v 26-Apr-12 1:58am    
Thank You VJ

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900