home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo.
- echo This will start SQL Server on an alternate named pipe and Secure on
- echo the default SQL Server named pipe.
- echo.
- echo This file assumes that SQL Server's master database is located in
- echo c:\sql\data. If this is not the case, exit and modify this command
- echo file.
- pause
- echo.
- echo Starting SQL Server in another OS/2 session.
- start "SQLHIDE" sqlservr -pSQLHIDE -dc:\sql\data\master.dat -ec:\sql\log\errorlog
- secure -SSQLHIDE %1 %2
-