Pokud nemůžete vytvořit funkci a musíte použít něco, co již existuje v DB:
sys.fn_repl_hash_binary
může fungovat pomocí syntaxe:
sys.fn_repl_hash_binary(cast('some really long string' as varbinary(max)))
Převzato z:http://www .sqlnotes.info/2012/01/16/generate-md5-value-from-big-data/