INF: Passing SQL Command-Line Parameters with LANMAN.INI

ID: Q72632


The information in this article applies to:

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 

Keywords          : kbnetwork SSrvLAN 
Version           : 4.2
Platform          : OS/2 
Issue type        : 

Last Reviewed: March 11, 1999