Skip to content

Conversation

@srutzky
Copy link
Contributor

@srutzky srutzky commented May 11, 2020

This fixes #4103 .

  1. Fix "Setting the server collation in SQL Server" section:

    1. Clarify that SQL_Latin1_General_CP1_CI_AS is the default collation when the OS locale is US English (en-US), and not the default regardless of OS locale.
    2. Added anchor to link to "Collation and Unicode Support" page to take user directly to "Server-level collations" section. ( please check to make sure that anchors can be added to URLs that point to an .md file; it does appear to work in the preview, but that link also gets parsed and modified to remove the .md extension and it's unclear if the anchor perhaps poses a potential problem for the parser. )
    3. This fixes Issue #4103.
  2. Add "Note" mentioning server-level collation for SQL Server Express LocalDB.

  3. Improve note recommending changing collation of new DBs:

    1. Clarify that it's the COLLATE clause of the CREATE DATABASE and ALTER DATABASE statements.
    2. This fixes Issue #2524.

Take care,
Solomon...
https://SqlQuantumLift.com/
https://SqlQuantumLeap.com/
https://SQLsharp.com/

1. Fix "Setting the server collation in SQL Server" section:
    1. Clarify that `SQL_Latin1_General_CP1_CI_AS` is the default collation when the OS locale is US English (en-US), and _not_ the default regardless of OS locale.
    1. Added anchor to link to "Collation and Unicode Support" page to take user directly to "Server-level collations" section.
    1. This fixes Issue # 4103.

1. Add "Note" mentioning server-level collation for SQL Server Express LocalDB.

1. Improve note recommending changing collation of new DBs:
    1. Clarify that it's the `COLLATE` clause of the `CREATE DATABASE` and `ALTER DATABASE` statements.
    1. This fixes Issue # 2524.
@PRMerger20
Copy link
Contributor

@srutzky : Thanks for your contribution! The author(s) have been notified to review your proposed change.

@PRMerger20 PRMerger20 requested a review from stevestein May 11, 2020 06:59
@ktoliver ktoliver added the aq-pr-triaged tracking label for the PR review team label May 11, 2020
@stevestein
Copy link

@srutzky - thanks for updating and clarifying this.

#sign-off

@Jak-MS Jak-MS merged commit 389f99d into MicrosoftDocs:live Jun 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Is the default server-level collation specific to the locale settings on that machine?

6 participants