Backup

Published on May 2016 | Categories: Types, Presentations | Downloads: 51 | Comments: 0 | Views: 456
Download PDF   Embed   Report

SQL Server 2008 backups can be performed during normal database activity. There is no need to disconnect users or shut down any services. Backups can be sent to disk. To send backups to tape, the tape device must be locally attached to the database server.--Full database backup of SmallWorks to a drive locationBACKUP DATABASE SmallWorksTO DISK = ‘C:\SQLBackups\FullSmallWorks.BAK’WITH DESCRIPTION = ‘SmallWorks DB Full Backup’;

Comments

Content

SQL Server 2008 backups can be performed during normal database activity. There is no need to disconnect users or shut down any services. Backups can be sent to disk. To send backups to tape, the tape device must be locally attached to the database server.--Full database backup of SmallWorks to a drive locationBACKUP DATABASE SmallWorksTO DISK = ‘C:\SQLBackups\FullSmallWorks.BAK’WITH DESCRIPTION = ‘SmallWorks DB Full Backup’;

Sponsor Documents

Or use your account on DocShare.tips

Hide

Forgot your password?

Or register your new account on DocShare.tips

Hide

Lost your password? Please enter your email address. You will receive a link to create a new password.

Back to log-in

Close