Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
HASHBYTES returns the wrong length on Fabric DW as compared to SqlPool or SqlDbEngine
For example
SELECT len(HASHBYTES('MD5', 'a'))
returns 10 on Fabric which is not as expected but returns 16 on other SQL Editions.
Note that the length issue affects all algorithms not just MD5
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.