Re: Migrating Stored Procedures from MS SQL Server - Mailing list pgsql-sql

From David Witham
Subject Re: Migrating Stored Procedures from MS SQL Server
Date
Msg-id CFA248776934FD43847E740E43C346D199D87C@ozimelb03.ozicom.com
Whole thread Raw
In response to Migrating Stored Procedures from MS SQL Server  ("Kumar" <sgnerd@yahoo.com.sg>)
List pgsql-sql
Hi Kumar,
 
You'll need to use PL/pgSQL for your stored procedures.
 
When I migrated from Informix I found it was pretty easy - just a syntactic conversion of the procedures and a few data types to rename. The tricky bit is when you have used a MS SQL Server concept that PostgreSQL doesn't support. You'll need to write some new code or at worst redesign your logic to work around the differences. I don't expect there would be automated tools that could do that for you.
 
Regards,
David
-----Original Message-----
From: Kumar [mailto:sgnerd@yahoo.com.sg]
Sent: Friday, 29 August 2003 15:24
To: psql
Subject: [SQL] Migrating Stored Procedures from MS SQL Server

Dear Friends,
 
I am about to do a migration of stored procedures from MS SQL Server to Postgres. What is there any free tools available for it?
 
Shall I write a SQL function or PL/pgSQL function for Stored Procedures? Please advise me on this. Thanks in advance.
 
Kumar

pgsql-sql by date:

Previous
From: "Kumar"
Date:
Subject: Migrating Stored Procedures from MS SQL Server
Next
From: Anuradha Ratnaweera
Date:
Subject: Unique constraints for a list