1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[SQL] SQL Server + convert to text to HEX UTF16 Little Endian

Discussão em 'Outras Linguagens' iniciado por Stack, Outubro 3, 2024 às 13:03.

  1. Stack

    Stack Membro Participativo

    I've done many test and some research but I can't find a solution

    How i can convert in SQL Server a string to HEX Utf16 LittleEndian to have a result like this ?

    SELECT CONVERT(VARBINARY(MAX), 'P384992') as key

    actual result

    0x50333834393932

    needed result

    0x5000330038003400390039003200

    Continue reading...

Compartilhe esta Página