Skip to content

Commit 60d010c

Browse files
authored
Added note about collation to requirements.md
1 parent 11e964a commit 60d010c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

15/umbraco-cms/fundamentals/setup/requirements.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ Below you can find the minimum requirements to run Umbraco 15 on your machine:
2121
* Optional: [JetBrains Rider](https://www.jetbrains.com/rider) version 2022.3 and higher
2222
* [.NET Core CLI](install/install-umbraco-with-templates.md)
2323
* [SQL connection string (SQL Server)](../../reference/configuration/connectionstringssettings.md)
24+
25+
{% hint style="info" %}
26+
**MSSQL Collation Note:**
27+
If you are using MSSQL as your database, ensure that the database is created using a case-insensitive (CI) collation variant (for example, `SQL_Latin1_General_CP1_CI_AS`). This is important because the Umbraco Data Access Layer (DAL) does not support case sensitive naming.
28+
Reference on [collation modes](https://learn.microsoft.com/en-us/sql/relational-databases/collations/collation-and-unicode-support?view=sql-server-ver16).
29+
{% endhint %}
30+
2431
* [Node.js version 20.11.0](https://nodejs.org/en/download/prebuilt-installer) and higher
2532

2633
{% hint style="info" %}

0 commit comments

Comments
 (0)