BACKUP DATABASE testbackup TO DISK = N'\sofs01\SQL\1.bak'
when i run this sql command, i have error:
Location: mediaWrite.cpp:601
Expression: (m_pWriteBuffer->GetCurrentSize ()% GetBlockSize ()) == 0
SPID: 56
Process ID: 9276
Thread ID: 10672
Msg 3013, Level 16, State 1, Line 1
BACKUP DATABASE is terminating abnormally.
Msg 3624, Level 20, State 1, Line 1
A system assertion check has failed. Check the SQL Server error log for details. Typically, an assertion failure is caused by a software bug or data corruption. To check for database corruption, consider running DBCC CHECKDB. If you agreed to send dumps to Microsoft during setup, a mini dump will be sent to Microsoft. An update might be available from Microsoft in the latest Service Pack or in a Hotfix from Technical Support.
Completion time: 2024-12-17T18:29:23.5033805+07:00
I another sql server. I can run sql command to backup successfully.
this is my sql version
Microsoft SQL Server 2022 (RTM-CU16) (KB5048033) - 16.0.4165.4 (X64) Nov 6 2024 19:24:49 Copyright (C) 2022 Microsoft Corporation Standard Edition (64-bit) on Windows Server 2022 Standard 10.0 <X64> (Build 20348: ) (Hypervisor)
How to fix this bug?