Hello,
There is a database at work which was backed up using two different methods. The two backup files are very different in size (one is 12MB and one is 91 MB). I am told that the T-SQL code that was used to create the 12MB file is as follows:
BACKUP DATABASE [database1] TO DISK = @FileName WITH COPY_ONLY, NOFORMAT, NOINIT, NAME = N'Full Database Backup', SKIP, NOREWIND, NOUNLOAD, STATS = 10
The other backup file was created in a program called myLittleAdmin.
I did not do the backup but, I am being asked why the files are so different. I know this may be a very difficult question to try and answer remotely but, I would appreciate any help trying to answer this.
Thanks!