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

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -