declare @b binary(4), @str varchar(255) select @b = 3455643 exec master..xp_varbintohexstr @b, @str out print @str