Chapter 1 Overview
9
Specifying an option type (Option_Type) and a preset value (value)
The following character strings can be specified as an option type.
Table 1-5 Specifying an Option Type and Preset Value
Option type
Description
uid
Specify a user ID for connecting to the Microsoft SQL Server 2000.
pass
Specifies a password for the user ID for connecting to the Microsoft SQL
Server 2000.
input
Specifies for entering a user ID and a password from the input screen.
server
Specify a computer name and an instance name for connecting to a named
instance.
remod
Specify the mode during the database recovery.
Description of this option is effective only during Snapshot Restore execution,
and ignored during Snapshot Backup execution.
refile
Specifies the standby database file.
Description of this option is effective only during Snapshot Restore execution,
and ignored during Snapshot Backup execution.
move
When executing Restore by using a physical file that has a different path from
the backed up physical file, specify the data file path name and the log file path
name.
Description of this option is effective only during Snapshot Restore execution,
and ignored during Snapshot Backup execution.
Specify the following preset values for each option type:
uid:user_Id
Specify a user ID for connecting to the Microsoft SQL Server 2000.
Specify the
pass
option together with this option.
If this option is omitted, the system uses a user name and a
password for the Windows login account.
This option and the
input
option cannot be simultaneously
specified.
pass:[password]
Specify a password for connecting to the Microsoft SQL Server
2000. If the
password
is omitted, the system recognizes that
there is no password. Specify the
uid
option together with this
option.
This option and the
input
option cannot be simultaneously
specified.
input:
Enters a user ID and a password from the input screen when
connecting to the Microsoft SQL Server 2000. This option does