We have a db running on Postgre. And we have a Perl script for creating the Postgre DB, creating the tables and populate the data.
Now we want to move the DB to SQL Server. I am sitting in front of the Perl script, thinking of changing the psql script to osql script. I was wondering if anyone has done this before and if this is the right approach. I am new to Perl and osql. Any advice will be greatly appreciated!