using costom equiv file with tsql

Post Reply
basement_addict
Posts: 78
Joined: Mon Nov 19, 2001 5:20 pm

using costom equiv file with tsql

Post 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>
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

using costom equiv file with tsql

Post by mark »

set eqprefix='/path/to/customequivs';
should do it.
Post Reply