Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
395 B

  1. -- Script: uddi.v2.update_rc0_to_rc1.sql
  2. -- Author: [email protected]
  3. -- Description: Updates a UDDI Services RC1 database to RC2
  4. -- Note: This file is best viewed and edited with a tab width of 2.
  5. -- =============================================
  6. -- Section: Update Version(s)
  7. -- =============================================
  8. EXEC net_config_save 'Site.Version', '5.2.3663.0'
  9. GO