1 Version 4.0 -- 1/15/89 dataserver
______________________________________________________________________
NAME: dataserver
FUNCTION:
The executable form of the SQL Server program.
SYNTAX:
dataserver -ddevicename [ -eerrorlogfile ] [ -m ] [ /rmastermirror ]
PARAMETERS:
-ddevicename - the full path name of the Master Database device.
The Master Database device must be writable by the user who
starts SQL Server. The default Master Database device name
dataserver Version 4.0 -- 1/15/89 2
______________________________________________________________________
is d_master.
-eerrorlogfile - the full path name of the error log file for
SQL Server system-level error messages.
-m - Start SQL Server in single user mode.
-rmastermirror - Start the mirror of the Master Database device.
Use this option to start SQL Server if the Master Database
device has become damaged. Add this option to the
RUN_servername file for use with startserver.
COMMENTS:
o It may be preferable to start SQL Server with the startserver
command rather than by directly executing the dataserver pro-
gram. See the startserver command manual page for details.
o The running environment for SQL Server is derived from values
in the sysconfigures system table. Run the system procedure
sp_configure to see configuration values; use sp_configure and
3 Version 4.0 -- 1/15/89 dataserver
______________________________________________________________________
RECONFIGURE to change configuration.
NOTE __________________________________________________________________
| |
| Note that the names of the Master Database device and the error |
| log file must be attached directly to the option, with no |
| preceding blank. |
|______________________________________________________________________|