home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1999 September
/
CHIPCD_9_99.iso
/
software
/
uaktualnienia
/
OptionPackPL
/
msmqocm.cab
/
PATCH408.CMD
< prev
next >
Wrap
OS/2 REXX Batch file
|
1998-04-07
|
616b
|
23 lines
@echo off
rem -----------------------------------------------------
rem
rem Patch fix when SQL is out of version
rem
rem Whenever SQL displays error 941 - meaning wrong
rem version in MQIS database, run this cmd file.
rem
rem Make sure the SQL binaries are on the path
rem (usually C:\MSSQL\BINN).
rem
rem
rem Notice that this batch file stops and restarts
rem the Microsoft Message Queue service. This can
rem leave open MSMQ applications in unstable stage.
rem
rem -----------------------------------------------------
@net stop msmq
@isql -E -i patch408.sql
@net start msmq