Hi,
I'm restoring UAT database to DEV environment, but failed to import. Error message was something like:
The source contains users that rely on an external authentication provider that is not supported by the target. These users will be treated as users without logins.
The transaction log for database 'AxDB_Sept2020' is full due to 'ACTIVE_TRANSACTION'

I figured this is most likely because the MSSQL_LOGS disk is full

Inside the Disk, there are still Logs for already deleted databases, but we cannot delete without administrator privilege.

How can we clear some space so that we can import a new database successfully?
Thank you.