Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

backup database

Status
Not open for further replies.

minyu1234

Technical User
Jun 30, 2003
2
US
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!
 
When you say you are using SQLServer Agent, are you using a Maintenance Plan or did you create a Job?

-SQLBill
 
I use Maintenance Plan to create the job and then manually run the job at the time of comparison.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top