Whats New in SQL Server Denali : TRY_CONVERT(), a Good Addition

added by lionofdezert
8/10/2011 1:31:40 AM

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