15.08.2013 Views

Ektron CMS400.NET Setup Manual

Ektron CMS400.NET Setup Manual

Ektron CMS400.NET Setup Manual

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Backing Up an MSDE2000 Database<br />

NOTE<br />

Upgrading <strong>Ektron</strong> <strong>CMS400.NET</strong><br />

Below are examples of syntax to backup your database and create<br />

a log of your backup. You may need to modify them or add<br />

switches based on the configuration of your database. To find a list<br />

of switches and their definitions, type osql -? at the prompt.<br />

Switches used by OSQL are case sensitive.<br />

To backup an MSDE2000 database, follow these steps.<br />

1. Open a command window.<br />

2. Add the following line after the prompt.<br />

osql -d CMS400Example -E -n -Q "BACKUP DATABASE CMS400Example TO DISK = 'c:\CMS400Example.bak'"<br />

3. Press .<br />

4. To make a log of the backup, add the following line after the<br />

prompt.<br />

osql -d CMS400Example -E -n -Q "BACKUP LOG CMS400Example TO DISK = 'c:\CMS400Example _log.bak'"<br />

5. Press .<br />

Restore an MSDE2000 Database<br />

Below is an example of syntax to restore your database. You may<br />

need to modify it or add switches based on the configuration of<br />

your database. To find a list of switches and their definitions, type<br />

osql -? at the prompt.<br />

To restore an MSDE2000 database, follow these steps.<br />

<strong>Ektron</strong> <strong>CMS400.NET</strong> <strong>Setup</strong> <strong>Manual</strong>, Version 5.0 Revision 9 28

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!