Re: Replicating Binary Data from MS SQL 2000 to PG 8.2

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Replicating Binary Data from MS SQL 2000 to PG 8.2
Дата
Msg-id 45B48A5A.8080402@archonet.com
обсуждение исходный текст
Ответ на Replicating Binary Data from MS SQL 2000 to PG 8.2  ("Mike Poe" <trolling4dollars@gmail.com>)
Список pgsql-general
Mike Poe wrote:
> The designer of the SQL 2000 database decided to store binary data
> (images) directly in this table.  When I attempt to replicate it to my
> PG database, SQL replication agent throws an error:
>
> The process encountered invalid column data in bcp file
> 'path\to\bcpfile.bcp'.
>
> I assume this has to do with the binary data in the table.

Hmm - what are the types involved at the PG end, and how is the data
formatted in the .bcp file?

I'd set up a sixth table with one row and one column and try replicating
that to make it easier to control.

--
   Richard Huxton
   Archonet Ltd

В списке pgsql-general по дате отправления:

Предыдущее
От: Alban Hertroys
Дата:
Сообщение: Re: Installing Postegres side-by-side with M$ SQL server
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: [HACKERS] Autovacuum Improvements