Hello, I have created 2 different backup files of the same database. One was created using T-SQL and the other was created in 3rd party SQL Server Management software (myLittleAdmin). When I try to run the query (below) on either file, the results say **Incomplete**. I googled this issue and most seem to say this is an indication that the backup file is corrupt. My question is, why are they both corrupt? Is there something I am doing in the import? I know it is impossible to answer this question completely without looking at my database, however, some guidance would be greatly appreciated.
RESTORE HEADERONLY FROM DISK='C:\Users\Database\MyDatabase.bak'↧