Skip to Content
0
Former Member
Feb 05, 2015 at 06:56 AM

dump database dbname using config

1307 Views

Hi,

By using sp_config_dump stored procedure have taken backup of database:

sp_config_dump @config_name='sampleDB',

@stripe_dir = '/sybase/backup' ,

@compression = '101' ,

@verify = 'header'

Have dump the database using following syntax: dump database sample using config = 'sampleDB'

Now what is the syntax for loading database as following syntax is Incorrect:

1)load database from "dump_path" with compression

OR

2)load database from "compress::dump_path"