Can't find a solution? Call Digiweb support on 1918

View Articles by Category

There are no sub categories

Category » Managing your SQL Databaserss button

There was 1 article found in this category:

  1. questionChange 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 ...