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

創作者介紹
創作者 發展遲緩的中年人 的頭像
flywang

發展遲緩的中年人

flywang 發表在 痞客邦 留言(0) 人氣( 47 )