Hvis du ikke kan oprette en funktion og skal bruge noget, der allerede findes i DB:
sys.fn_repl_hash_binary
kan fås til at fungere ved hjælp af syntaksen:
sys.fn_repl_hash_binary(cast('some really long string' as varbinary(max)))
Taget fra:http://www .sqlnotes.info/2012/01/16/generate-md5-value-from-big-data/