I have a fairly simple SQL Server 2005 schema that I exported to a tSQL file.
I am looking for a tool, preferably open source and runs on Win 7 (Ubuntu 2nd choice) that will convert the transact SQL schema to PostgreSQL psql that I can use to duplicate the database structure in PostgreSQL 9.2
I need to generate about 15 tables with autoinc PK's numerous FK relationships, some simple storedprocs and triggers.
Data replication is NOT necessary.
TIA