

Database Administration for Specific Platforms › SQL Server/Windows Routine Procedures › Backing Up Your Database › Create a Database Dump Device for Each CSE Database
Create a Database Dump Device for Each CSE Database
See the following illustrations and the SQL Server documentation for the exact procedure:
- Create a database dump device for the <DBCSE> database using Management Studio, for example:
sp_addumpdevice 'disk', 'DBCSE_DB_DUMP', 'D:\DBCSE.DMP', 2
- Create a database dump device for the <DBDIR> database using Management Studio, for example:
sp_addumpdevice 'disk', 'DBDIR_DB_DUMP', 'D:\DBDIR.DMP', 2
Copyright © 2013 CA.
All rights reserved.
 
|
|