performance - SQL Server - Synonyms Tips & Tricks? -


I have been refactoring a lot of DB lately and have come in a synonymally useful manner when I basically have synonyms I was thinking that they would be very temporary, as long as I am refining now I am thinking that there can be some good reasons to keep some of these synonyms out of words.

  • Has anyone used them as a full shock intact layer?

  • What is the display cost?

  • Any wheat with indexed?

  • Tips or tricks?

My first question is, please be gentle.

Thanks

An abstract to already exist in the form of synonyms / Alternate Name In the case of table object, the database object, index behavior is similar to the built-in object, when the execution plan is prepared, using the table name or using a synonyms, the same scheme arises.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -