Re: Migrating Stored Procedures from MS SQL Server

Поиск
Список
Период
Сортировка
От David Witham
Тема Re: Migrating Stored Procedures from MS SQL Server
Дата
Msg-id CFA248776934FD43847E740E43C346D199D87C@ozimelb03.ozicom.com
обсуждение исходный текст
Ответ на Migrating Stored Procedures from MS SQL Server  ("Kumar" <sgnerd@yahoo.com.sg>)
Список 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 по дате отправления:

Предыдущее
От: "Kumar"
Дата:
Сообщение: Migrating Stored Procedures from MS SQL Server
Следующее
От: Anuradha Ratnaweera
Дата:
Сообщение: Unique constraints for a list