Share via

erreur sql 448 azure devops server 2022

Diallo Ahmadou Baba 0 Reputation points
2026-01-26T17:11:01.77+00:00

I get erreur sql 448 azure devops server 2022, when trying to create a team

Azure DevOps

3 answers

Sort by: Most helpful
  1. Siddhesh Desai 5,845 Reputation points Microsoft External Staff Moderator
    2026-01-26T17:22:19.55+00:00

    Hi @Diallo Ahmadou Baba

    This issue occurs because Azure DevOps Server 2022 requires a specific SQL Server collation, and the error appears when the Azure DevOps databases use an unsupported or newer SQL collation (commonly after upgrades to SQL Server 2022 or Azure DevOps Server 2022). When creating a team, Azure DevOps executes internal SQL operations that depend on this required collation. If the collation does not match what Azure DevOps expects, SQL Server returns Error 448, causing team creation to fail. This is not related to user permissions and can happen even to Project Collection Administrators.

    Resolution:

    • Azure DevOps Server 2022 supports only the SQL collation SQL_Latin1_General_CP1_CI_AS.
    • Manually changing the collation of existing Azure DevOps databases is not supported and can cause data corruption.
    • Take a full backup of all Azure DevOps databases.
    • Install or rebuild SQL Server using the supported collation SQL_Latin1_General_CP1_CI_AS.
    • Reinstall and configure Azure DevOps Server 2022.
    • Restore the databases after reconfiguration.

    You can post your issue with Azure Devops Server Developer community to get assistance from Devops team here: https://developercommunity.visualstudio.com/AzureDevOpsServerTFS?ftype=problem&preview2=true

    If the resolution was helpful, kindly take a moment to click on User's imageand click on Yes for was this answer helpful. And, if you have any further query do let us know.

    0 comments No comments

  2. Diallo Ahmadou Baba 0 Reputation points
    2026-01-26T17:13:54.67+00:00

    I have databases with diferent collation

    0 comments No comments

  3. Q&A Assist
    2026-01-26T17:11:39.72+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The error SQL 448 in Azure DevOps Server 2022 typically indicates that there is an issue with the database configuration or permissions. This error can occur when trying to create a team if the necessary permissions are not set correctly for the service account or if there are issues with the database connection.

    To troubleshoot this issue, consider the following steps:

    1. Check Database Permissions: Ensure that the service account used by Azure DevOps has the necessary permissions to access and modify the database. You may need to grant the appropriate roles or permissions.
    2. Verify Database Connection: Make sure that the connection to the SQL database is properly configured and that the database is accessible from the Azure DevOps Server.
    3. Review Logs: Check the Azure DevOps Server logs for any additional error messages or details that might provide more context about the SQL 448 error.
    4. Consult Documentation: Refer to the Azure DevOps documentation for any specific requirements or configurations needed for your version.

    If the issue persists, consider reaching out to Azure DevOps support for further assistance.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.