Re: mdf

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: mdf
Дата
Msg-id 49B1BCD1.5080503@hogranch.com
обсуждение исходный текст
Ответ на mdf  (Ary Pezo Silvano <aryps@kth.se>)
Ответы Re: mdf  (Ary Pezo Silvano <aryps@kth.se>)
Список pgsql-general
Ary Pezo Silvano wrote:
> hi,
>
> how can i import a mdf database into postgres?
>

do you have access to the SQL Server that this MDF file came from?
Install the Postgres client for windows, along with a Postgres ODBC
driver on that server, and use the Data Translation Services in SQL
Server Enterprise to export the data from SQL Server to Postgres (which
can be on a different server, using a postgres network connection, if
you setup everything correctly).


Otherwise, use SQL Server to export the tables seperately as CSV files,
and import them into Postgres.

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

Предыдущее
От: Ary Pezo Silvano
Дата:
Сообщение: mdf
Следующее
От: Steve Crawford
Дата:
Сообщение: Re: mdf