CASSUG Meeting - Albany NY - 9.9.2024
I am looking forward to seeing my friends in the Albany area with a local talk at the user group. I hope the weather warms up for this weekend to make it enjoyable.
Topic:
Moving on up, to the Azure cloud, with a PostgreSQL database in the sky"
Abstract:
Many companies are looking to reduce licensing costs by moving databases currently written for SQL Server to PostgreSQL. What are the technical pitfalls you might encounter when moving not only the database schema but re-factoring the code?
In this presentation, we will show how recreating the existing database schema in PostgreSQL is quite easy and migrating the data from MS SQL Server to PostgreSQL is not hard. However, the old saying of “garbage in equals garbage out” applies to both views and stored code.
These two types of pre-compiled code will challenge the developer to use their skills to decipher code written years ago and convert it to modern day code that is performant, uses intermediate steps for debugging and uses logging for run time metrics.
In short, this presentation is a must for database developers that are tasked with moving and modernizing older SQL Server databases to PostgreSQL!