Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Practical Uses for Synonyms in SQL Server

    Synonyms are useful for emulating operating system environment variables.

    Just as you might assign 'sales' to be 'sales2016_q3.dat' at the OS level, you can do the equivalent in SQL by synonyms.

    They...

Viewing post 1 (of 2 total)