home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / msmqocm.cab / PATCH408.SQL < prev    next >
Text File  |  1997-10-06  |  211b  |  14 lines

  1. use master
  2. go
  3. sp_configure 'allow updates',1
  4. go
  5. reconfigure with override
  6. go
  7. update sysdatabases set version=408 where name='MQIS'
  8. go
  9. sp_configure 'allow updates',0
  10. go
  11. reconfigure with override
  12. go
  13.  
  14.