SQL Server Backup and Restore Snippets


/ Published in: SQL
Save to your folder(s)

Backup by using Copy_Only. Use to make a copy of the db with or without a new name. Specifies that the backup is a copy-only backup, which does not affect the normal sequence of backups. Copy_only option is 2005 on.

URL: http://msdn.microsoft.com/en-us/library/ms186865.aspx

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.