Skip to content

Commit 3826971

Browse files
authored
Structural changes
1 parent 60d010c commit 3826971

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ 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+
* [Node.js version 20.11.0](https://nodejs.org/en/download/prebuilt-installer) and higher
2425

2526
{% 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).
27+
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).
2928
{% endhint %}
3029

31-
* [Node.js version 20.11.0](https://nodejs.org/en/download/prebuilt-installer) and higher
32-
3330
{% hint style="info" %}
34-
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).
31+
Are you using Microsoft SQL as your data?
32+
The Umbraco Data Access Layer (DAL) does not support case-sensitive naming.
33+
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`.
34+
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.
3535
{% endhint %}
3636

3737
## Hosting

0 commit comments

Comments
 (0)