If you let SQL decide on your contraint and key names, a lot of times you'll end up with non-intuitive names. This script isolates those non-conventional names and creates a script that will rename them using sp_rename.
If you want to change the naming convention to meet your requirements, change the part of the script that aliases the [ChangeTSQL] column, as well as the 'WHERE' clauses.