Re: [GENERAL] porting a full Ms Sql Server to postgres

2004-10-01 Thread Shachar Shemesh
[EMAIL PROTECTED] wrote: Hi, I'm looking for details, or tools about porting a full Ms Sql Server 2000 database to Postgres on Linux. Is this possible? We have the whole nine yards, stored procedures, triggers, and all. Is there a way to automate this process? Thanks Totally automate - no. T

Re: [GENERAL] porting a full Ms Sql Server to postgres

2004-09-28 Thread Ian Harding
It's not possible to easily port functions and triggers. Tables, views and data are pretty easy. <<< <[EMAIL PROTECTED]> 9/26 4:10p >>> Hi, I'm looking for details, or tools about porting a full Ms Sql Server 2000 database to Postgres on Linux. Is this possible? We have the whole nine yards