Re: Data migration to sql server 2008

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: Data migration to sql server 2008
Дата
Msg-id 502499FC.6050505@ringerc.id.au
обсуждение исходный текст
Ответ на Data migration to sql server 2008  (karthi keyan <karthi2itnet@gmail.com>)
Список pgsql-admin
On 08/10/2012 12:35 PM, karthi keyan wrote:


Actually my need is import data from PostgreSQL  , and the same process into sql server.

I'm guessing you didn't see what I wrote in reply to your message, where I said:

You haven't really shown enough information. In particular, where does this 'Postgre' variable/table/whatever come from? What is it?

You should look at the PostgreSQL server logs to see if PostgreSQL is sending an error when you attempt the connection and if so, what it is. Consider also setting log_statement = 'all' in postgresql.conf so you can see exactly what queries this "openquery" tool runs against PostgreSQL.


By the way, the easiest way to do this sort of thing is usually to

    COPY tablename TO '/some/file.csv' CSV

from PostgreSQL, then load that file into MS SQL server. That's trivial to script with vbscript or whatever you prefer, using psql to get the data out of PostgreSQL.

--
Craig Ringer

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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: Question about ALTER TABLE DROP CONSTRAINT on 9.1 -- psql crashes
Следующее
От: Haifeng Liu
Дата:
Сообщение: JDBC keep alive issue