home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a025 / 6.ddi / LMSQL.CMD < prev    next >
Encoding:
Text File  |  1992-09-15  |  475 b   |  15 lines

  1. echo off
  2. cls
  3. echo.
  4. echo This will start SQL Server on an alternate named pipe and Secure on 
  5. echo the default SQL Server named pipe.
  6. echo.
  7. echo This file assumes that SQL Server's master database is located in
  8. echo c:\sql\data. If this is not the case, exit and modify this command 
  9. echo file.
  10. pause
  11. echo.
  12. echo Starting SQL Server in another OS/2 session.
  13. start "SQLHIDE" sqlservr -pSQLHIDE -dc:\sql\data\master.dat -ec:\sql\log\errorlog
  14. secure -SSQLHIDE %1 %2
  15.