On Sat, 2006-10-07 at 13:55 +0800, Ow Mun Heng wrote:
> Hi,
>
> Anyone here familiar with sqsh?
> I'm trying to get bcp going here for replication between a MSSQL
> server(2000) to a MySQL server (5.0).
>
> Since I've not found any "decent" way to do the replication, I'm now
> using sqsh to do i
Hi,
Anyone here familiar with sqsh?
I'm trying to get bcp going here for replication between a MSSQL
server(2000) to a MySQL server (5.0).
Since I've not found any "decent" way to do the replication, I'm now
using sqsh to do it via the CLI.
$sqsh -S Server -U user -i ~/bcp.txt -L bcp_colsep=','