SQLServerCentral » Latest topics
CTE - Cursor - Try Catch
Hi,
I am not able figure out how to catch the data conversion error in the select statement. can you please post your thoughts
[code language="sql"]DECLARE @Test TABLE (column1 VARCHAR(256))
I am not able figure out how to catch the data conversion error in the select statement. can you please post your thoughts
[code language="sql"]DECLARE @Test TABLE (column1 VARCHAR(256))
No comments:
Post a Comment