Re: SQL Server 2000 to PostgreSQL 8.0.3

Поиск
Список
Период
Сортировка
От James Herbers
Тема Re: SQL Server 2000 to PostgreSQL 8.0.3
Дата
Msg-id 42F8AC04.2060403@herbers.ca
обсуждение исходный текст
Ответ на SQL Server 2000 to PostgreSQL 8.0.3  ("josh@segrestfarms.com" <josh@segrestfarms.com>)
Ответы Re: SQL Server 2000 to PostgreSQL 8.0.3  (Ben Kim <bkim@coe.tamu.edu>)
Список pgsql-admin
josh@segrestfarms.com wrote:

> Greetings.
>
> I am having difficulty moving a SQL Server 2000 database over to
> PostgreSQL 8.0.3.
>
> In SQL Server, I am performing a backup of the database I want to
> move.  I save that backup on my Desktop.
>
That backup is in Microsofts own format, PostgreSQL will not be able to
read this.

> I am then opening up PGAdminIII and attempting to perform a Restore of
> the database saved on my Desktop.  The first step I take is to create
> a new database, MyDB.  Next, I highlight my new database and then
> select Restore from the Tools menu.  The Restore Database window pops
> up and I Browse to the database backup I've saved on my Desktop.
> After selecting the backup, the 'OK' button stays grayed and I am
> unable to proceed.
>
> Any ideas as to how I can work around this?  Thanks in advance.

Use a program such as  Aqua Data Studio (http://www.aquafold.com) to
connect to the MSSQL db and export the data as INSERT statements. Then
run the sql in PGAdmin.

>
>
> Josh in Tampa
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings



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

Предыдущее
От: "Joel Fradkin"
Дата:
Сообщение: Re: SQL Server 2000 to PostgreSQL 8.0.3
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: REVOKE from all tables ...