Convert(int,sys.fn_sqlvarbasetostr(hashbytes('md5','1522521276'))) Official

: SQL Server takes the beginning of that hex string and attempts to fit it into a 4-byte integer. Because the first 4 bytes ( 0xE4F3F000 ) represent a value larger than the maximum positive signed integer (

), it wraps around into a negative value in two's complement notation. : SQL Server takes the beginning of that

The T-SQL expression convert(int,sys.fn_sqlvarbasetostr(HashBytes('MD5','1522521276'))) returns the integer value . Breakdown of the Execution : SQL Server takes the beginning of that