How do we define collation sequence for database and tables?
You can create a database with language specific collation sequence. For instance in the below create statement tblCustomer is created by Latin language collation sequence. Create database tblCustomer collate Latin1_General_BIN You can also create tables with particular collation sequence. Below is the create table syntax for the same.
Related Questions
- Is it possible to exclude from the delete policy some special custom tables not present in the original database schema?
- What is the reference database for the ADT (e.g., source and version for sequence, Minor Allele Frequency [MAF], validation)?
- Can Form Runner automatically create tables in my database?