ID Number: Q72632
1.10 1.11 4.20
OS/2
Summary:
It is possible to pass command-line switches to SQLSERVR.EXE via
LANMAN.INI. For example, to specify the -m and -r (4.20 and later)
switches, add -m -r after the "executable=" entry in the [sqlserver]
section. This section of the LANMAN.INI file will then look as
follows:
[sqlserver]
database = C:\SQL\master.dat
errorlog = C:\SQL\log\errorlog
executable = C:\SQL\binp\sqlservr.exe
-r
-m