185 Views
While working with different type of data, I have not found a single day, without data type conversion error. Sometime error could be just because of a single row, out of million of correct rows.To avoid such error, with out writing long quires, SQL Server Denali has introduced a new function TRY_CONVERT().
0 comments