Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Friday, November 3, 2017

CTE - Cursor - Try Catch

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))

No comments: