This is a discussion on MS-SQL2PostgreSQL within the Pgsql General forums, part of the PostgreSQL category; --> Dear All, I have a sql MS-SQL script, i would like to run the script in postgresql. Is there ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Dear All, I have a sql MS-SQL script, i would like to run the script in postgresql. Is there a MS-SQL2PostgreSQL converter available or does one has to go trouble shooting line by line changing data types etc one line at a time??!!! Thanks, Hrishi |
| ||||
| Hrishikesh Deshmukh wrote: > Dear All, > > I have a sql MS-SQL script, i would like to run the script in > postgresql. Is there a MS-SQL2PostgreSQL converter available or does one > has to go trouble shooting line by line changing data types etc one line > at a time??!!! Something on this page might help you: http://www.postgresql.org/docs/techdocs.3 -- Postgresql & php tutorials http://www.designmagick.com/ ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |