Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.32 KB

known-issues.md

File metadata and controls

34 lines (23 loc) · 1.32 KB
title description author ms.author ms.topic ms.date
Known issues: SQL Server enabled by Azure Arc
Describes current behavior that isn't expected for SQL Server enabled by Azure Arc.
MikeRayMSFT
mikeray
troubleshooting-known-issue
10/08/2024

Known issues: SQL Server enabled by Azure Arc

This article provides information about known issues associated with SQL Server enabled by Azure Arc.

Databases

If a database isn't online and updatable, required permissions won't be assigned to that database. Features requiring permissions to that database will be impacted.

Resolution

  • Verify that the databases are online and updateable. Review Verify state of user databases.

  • Check the error logs. The error log may show Microsoft SQL Server error 945:

    Database cannot be opened due to inaccessible files or insufficient memory or disk space
    

    To resolve, follow the steps at MSSQLSERVER_945.

Related content