Page 1 of 1

using costom equiv file with tsql

Posted: Fri Feb 10, 2006 5:40 pm
by basement_addict
How can I tell tsql command line utility to use a custom equiv file?


In vortex I use:
<apicp eqprefix /path/to/customequivs>

using costom equiv file with tsql

Posted: Fri Feb 10, 2006 5:45 pm
by mark
set eqprefix='/path/to/customequivs';
should do it.