home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP_2_98.iso
/
software
/
pelne
/
optionp
/
msmqocm.cab
/
PATCH408.SQL
< prev
next >
Wrap
Text File
|
1997-10-06
|
211b
|
14 lines
use master
go
sp_configure 'allow updates',1
go
reconfigure with override
go
update sysdatabases set version=408 where name='MQIS'
go
sp_configure 'allow updates',0
go
reconfigure with override
go