I backup the same database using 2 different method, the file size is dramatically different. I would like your expetise input.
With Sqlserver agent, the file size is about 14 M.
With backup database command, the file size is about 44 M.
osql -E -Sservername -dmaster /Q "BACKUP DATABASE dbname TO DISK = 'filename'
Why the difference?
Thanks!
With Sqlserver agent, the file size is about 14 M.
With backup database command, the file size is about 44 M.
osql -E -Sservername -dmaster /Q "BACKUP DATABASE dbname TO DISK = 'filename'
Why the difference?
Thanks!