Quantcast
Channel: Fórum SQL Server Setup & Upgrade
Viewing all articles
Browse latest Browse all 7627

Backing up a database using T-SQL

$
0
0

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!



Viewing all articles
Browse latest Browse all 7627

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>