| Author |
SQL server to postgre
|
Aditi agarwal
Ranch Hand
Joined: Feb 23, 2011
Posts: 225
|
|
i have a very large table of 1000 records in SQL server but now i want to transfer it to postgre SQL
anyone please ghelp me how can we do it
thank you
|
 |
Swastik Dey
Ranch Hand
Joined: Jan 08, 2009
Posts: 1196
|
|
|
Using some java code?
|
Swastik
|
 |
Aditi agarwal
Ranch Hand
Joined: Feb 23, 2011
Posts: 225
|
|
|
no nothing simply using these softwares only if possible
|
 |
Swastik Dey
Ranch Hand
Joined: Jan 08, 2009
Posts: 1196
|
|
|
Under Program files-MS-SQL server you should find an option as import and export data.
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
1000 and very large does not match in database land We have tables with millions of records at work. 1000 records is peanuts for good database servers.
MySQL Administrator can import from SQL Server. Doesn't PostgreSQL have something similar?
With SQL Server Management Studio you can export to several destination types. CSV is one of them (as Flat File Destination), perhaps you can use that as intermediate result. Unfortunately there is no ODBC destination. Perhaps you can find and install the necessary drivers to register PostgreSQL as a destination.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
 |
|
|
subject: SQL server to postgre
|
|
|