SQL

Data migration from MS Access to SQL

Tagged:

It'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

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

Syndicate content