For a data cleansing process I'm working on, I'm creating a new key, based on a combination of name + address.
I wanted to use something in TSQL that will allow me to create an unique key based on an string.
What's the most modern solution for the question above in SQL 2012?