Re: Sqsh + NULL Values

2006-10-07 Thread Ow Mun Heng
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

Sqsh + NULL Values

2006-10-06 Thread Ow Mun Heng
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=','