DBBackup Script
Jan 6, 2005I have generated an SQL script from a job that does the complete backup of the database.
What does DISK -BkUpDB "M:Backups"? Does it just put the backup file on the M: drive?
Also, I have generated an SQL script that does the Transaction Log backup. When I compare two scripts the Add the job steps for a complete db backup and transaction log backup look identical. The only difference is DISK -BkUpDB in the DBBackup script and DISK -BkUpLog in the Transaction Log backup.
How does SQL Server knows that it has to create a db backup vs. transaction log backup?
I can't find the documentaition that would explain that.
Please help.