Using Sybase ASE BCP to a Remote Server
问题 I am using BCP to export/import data sometimes to remote servers where i cannot login into the OS, only connect to the DB. I have success with using BCP to connect to a server like this: bcp mytester.dbo.MyTable in MyTable.bcp -S Sybase157 -U sa -P SyAdmin -n This of course only works becuase Sybase157 is defined in my sql.ini. My question: a) Is it possible to sidestep the whole sql.ini thing and just do something like -S mydb.server.com or -S 123.123.123.123 and if not.... b) what do i need