Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Try Catch doesnt work

$
0
0
Why Try Catch doesnt catch collation exceptions? How can I handle it?[code="sql"]BEGIN TRY IF '1' COLLATE Arabic_CI_AI = '1' COLLATE Arabic_100_CI_AI PRINT 1 SELECT 'ok'END TRYBEGIN CATCH SELECT 'nok'END CATCH[/code]

Viewing all articles
Browse latest Browse all 3145

Trending Articles