5 pts.
 collation
what is simple deffination and example of collation

Software/Hardware used:
ASKED: May 22, 2008  12:28 PM
UPDATED: May 22, 2008  3:59 PM

Answer Wiki:
Things like this are easily found using the define:collation search in Google. Check out the Wikipedia entry on <a href="http://en.wikipedia.org/wiki/Collation">collation</a> Collation is simply the character set and ordering rules with the database uses. For example the Collation Greek_CI_AI uses the Greek alphabet, with case insensitivity, and accent insensitivity. What this means is that case is not taken into account when sorting data, and accents are not taken into account when sorting data. This also means that when deciding if the data is unique or not case and accents will not be taken into account.
Last Wiki Answer Submitted:  May 22, 2008  3:58 pm  by  Labnuke99   32,645 pts.
All Answer Wiki Contributors:  Labnuke99   32,645 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Check out my SQL Server blog “SQL Server with Mr Denny” for more SQL Server information.

 64,520 pts.