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

  1. use master
  2. set nocount on
  3. select phyname from sysdevices where name='mqisdata'
  4. select phyname from sysdevices where name='mqislog'
  5. go
  6.