SP_ADDUMPDEVICE

Adds a backup device to an Instance of the Microsoft SQL Server 2005 Database Engine.
SP_ADDUMPDEVICE @devtype='disk',
@logicalName='AnyUserDefinedName',
@PhysicalName='E:\TP0001122.BAK'—Path of BackUp file where it is existing.
GO
SELECT * FROM SYS.BACKUP_DEVICES

Comments

Popular posts from this blog

Always On FailOver Events

The transaction log for database is full due to 'OLDEST_PAGE'

SSAS Cube or Database backup with Powershell command "Backup-AsDatabase"