यदि आप कोई फ़ंक्शन नहीं बना सकते हैं और कुछ ऐसा उपयोग करना है जो पहले से ही DB में मौजूद है:
sys.fn_repl_hash_binary
सिंटैक्स का उपयोग करके काम करने के लिए बनाया जा सकता है:
sys.fn_repl_hash_binary(cast('some really long string' as varbinary(max)))
से लिया गया:http://www .sqlnotes.info/2012/01/16/generate-md5-value-from-big-data/