home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a025 / 6.ddi / ODSINIT.SQL < prev    next >
Encoding:
Text File  |  1992-09-15  |  100 b   |  8 lines

  1. sp_addserver PROCSRV
  2. go
  3. sp_configure 'remote access', 1
  4. go
  5. reconfigure with override
  6. go
  7. exit
  8.