• We use synonyms to point between our test and production 3-rd party databases.
    It helps when we deploy code between our test and production SQL boxes.

    We've found it also saves typing out the full 4-part table name (we use linked servers to access the base data).

    When we get our databases sorted out properly, we can just repoint our synonyms and not have to change anything else.