Hi all, I need translate some SQL server Stored Procedures into PostgreSQL Functions, how can I do this ?
Any help with this will be appretiated greatly.
>Hi all, I need translate some SQL server Stored Procedures into PostgreSQL Functions, how can I do this ?
Well....
By knowing how SQL Server's procedural language works, and by knowing how PostgreSQL's procedural language works, and then by creating PostgreSQL procedures that do the equivalent of the SQL Server procedures. Just like porting functions from any language into any other language, there's no secret to it, but there's no way around doing the hard work.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.