SQL
Data migration from MS Access to SQL
Submitted by k4tz on Sat, 10/04/2008 - 14:02It's time to use SQL databases. Here are one of the methods of data migration from MS Access to SQL.
Install mdbtools package:
# apt-get install mdbtools
Export Tabel Into Postgresql Database
Submitted by k4tz on Mon, 08/11/2008 - 08:42
Tagged:
If you have a table in sql file format and want to export to your poqstgresql database you can use this command:
$ sudo psql -U host database -f msisdn.sql






