- Knowledgebase Home > Hosting and Domains > Web Hosting > Windows Shared Hosting > Managing your SQL Database
Glossary | | Favorites | Login
View Articles by Category
There are no sub categoriesCategory » Managing your SQL Database
There was 1 article found in this category:
Change your database collation
You can modify the default collation of your SQL database using a simple SQL query in your SQL management software of choice. The query you should run is as follows: ALTER DATABASE yourdatabase_name COLLATE collation_of_choice If you were to run this on a database named, winuser_mydb to change t ...
