home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1999 September
/
CHIPCD_9_99.iso
/
software
/
uaktualnienia
/
OptionPackPL
/
msmqocm.cab
/
PATCH408.SQL
< prev
next >
Wrap
Text File
|
1998-04-07
|
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