From 60d010c6f29df9ed9d07534795e46a04b298ed6a Mon Sep 17 00:00:00 2001 From: Forevka <32968153+Forevka@users.noreply.github.com> Date: Wed, 12 Feb 2025 12:46:00 +0200 Subject: [PATCH 1/2] Added note about collation to requirements.md --- 15/umbraco-cms/fundamentals/setup/requirements.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/15/umbraco-cms/fundamentals/setup/requirements.md b/15/umbraco-cms/fundamentals/setup/requirements.md index 01606a0a7ac..5f8ad54b8d5 100644 --- a/15/umbraco-cms/fundamentals/setup/requirements.md +++ b/15/umbraco-cms/fundamentals/setup/requirements.md @@ -21,6 +21,13 @@ Below you can find the minimum requirements to run Umbraco 15 on your machine: * Optional: [JetBrains Rider](https://www.jetbrains.com/rider) version 2022.3 and higher * [.NET Core CLI](install/install-umbraco-with-templates.md) * [SQL connection string (SQL Server)](../../reference/configuration/connectionstringssettings.md) + +{% hint style="info" %} +**MSSQL Collation Note:** +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. +Reference on [collation modes](https://learn.microsoft.com/en-us/sql/relational-databases/collations/collation-and-unicode-support?view=sql-server-ver16). +{% endhint %} + * [Node.js version 20.11.0](https://nodejs.org/en/download/prebuilt-installer) and higher {% hint style="info" %} From 3826971a559eb5b5478d3909be0624c56c6c7f73 Mon Sep 17 00:00:00 2001 From: sofietoft Date: Wed, 19 Feb 2025 06:02:59 +0100 Subject: [PATCH 2/2] Structural changes --- 15/umbraco-cms/fundamentals/setup/requirements.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/15/umbraco-cms/fundamentals/setup/requirements.md b/15/umbraco-cms/fundamentals/setup/requirements.md index 5f8ad54b8d5..48343ad4b7e 100644 --- a/15/umbraco-cms/fundamentals/setup/requirements.md +++ b/15/umbraco-cms/fundamentals/setup/requirements.md @@ -21,17 +21,17 @@ Below you can find the minimum requirements to run Umbraco 15 on your machine: * Optional: [JetBrains Rider](https://www.jetbrains.com/rider) version 2022.3 and higher * [.NET Core CLI](install/install-umbraco-with-templates.md) * [SQL connection string (SQL Server)](../../reference/configuration/connectionstringssettings.md) +* [Node.js version 20.11.0](https://nodejs.org/en/download/prebuilt-installer) and higher {% hint style="info" %} -**MSSQL Collation Note:** -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. -Reference on [collation modes](https://learn.microsoft.com/en-us/sql/relational-databases/collations/collation-and-unicode-support?view=sql-server-ver16). +When using Visual Studio as your primary Integrated Development Environment (IDE) we recommend [finding and downloading the Software Development Kits (SDKs) for Visual Studio](https://dotnet.microsoft.com/en-us/download/visual-studio-sdks). {% endhint %} -* [Node.js version 20.11.0](https://nodejs.org/en/download/prebuilt-installer) and higher - {% hint style="info" %} -When using Visual Studio as your primary Integrated Development Environment (IDE) we recommend [finding and downloading the Software Development Kits (SDKs) for Visual Studio](https://dotnet.microsoft.com/en-us/download/visual-studio-sdks). +Are you using Microsoft SQL as your data? +The Umbraco Data Access Layer (DAL) does not support case-sensitive naming. +When you use Microsoft SQL as your database, ensure that the database is created using a case-insensitive (CI) collation variant. For example, `SQL_Latin1_General_CP1_CI_AS`. +Learn more about [collation modes](https://learn.microsoft.com/en-us/sql/relational-databases/collations/collation-and-unicode-support?view=sql-server-ver16) in the official Microsoft documentation. {% endhint %} ## Hosting