sql server 2008 - Any function equivalent to oracle sql's DBMS_UTILITY.get_hash_value() in Transact-SQL? -
on searching msdn, found built-in function called hashbytes(). not sure if can used result dbms_utility.get_hash_value() gives in oracle.i using sql server 2008. in advance.
hashbytes close, uses presets algorithms (e.g. sha1 or md5)
you can't choose base or length can dbms_utility.get_hash_value()
you may have roll own emulate i'd see backwards step...
Comments
Post a Comment