--TEST-- Verify the Binary and Char encoding output --DESCRIPTION-- Verify the Binary and Char encoding output when binding output string with SQLSRV SQL TYPE option with different size Will not convert this test for AE testing because the goal of this test is to deliberately use a different size for SQLSRV SQL TYPE from the designated output param in the stored procedure --SKIPIF-- --FILE-- --EXPECT-- NVARCHAR(32) ---------Encoding char----------- The actual result is the same as the expected one ---------Encoding binary--------- The actual result is the same as the expected one NVARCHAR(50) ---------Encoding char----------- The actual result is the same as the expected one ---------Encoding binary--------- The actual result is the same as the expected one NVARCHAR(1) ---------Encoding char----------- Statement should fail The actual result is the same as the expected one ---------Encoding binary--------- Statement should fail The actual result is the same as the expected one NCHAR(32) ---------Encoding char----------- The actual result is the same as the expected one ---------Encoding binary--------- The actual result is the same as the expected one NCHAR(0) ---------Encoding char----------- Statement should fail The actual result is the same as the expected one ---------Encoding binary--------- Statement should fail The actual result is the same as the expected one NCHAR(50) ---------Encoding char----------- The actual result is the same as the expected one ---------Encoding binary--------- The actual result is the same as the expected one NCHAR(1) ---------Encoding char----------- The actual result is the same as the expected one ---------Encoding binary--------- The actual result is the same as the expected one