MSSQL Server Adventures

As I wrote in my last post, I’ve been working closely with Microsoft SQL server for a while now. Since then I’ve found some more tricks that made my life easier. ...

November 20, 2021 · 5 min · Mátyás Budavári

MSSQL Server Basics

In the past couple of weeks I’ve started to work with Microsoft SQL Server. I have a pretty good founation of SQL from high school, but I’ve only used PostgreSQL so far in my carreer. I collect the snippets I found to be the most useful ones that helped me getting started. ...

September 29, 2021 · 6 min · Mátyás Budavári

Postgres External Python Call

After experiencing the awesomeness of External Calls in Snowflake I decided to look into the possibilities of running external snippets from Postgres. ...

January 5, 2021 · 4 min · Mátyás Budavári

External Function Calls From Snowflake

A few months ago at work, I wrote a simple node.js snippet to calculate route distances in Mapbox. Now I’m proud, that it’s used to demonstrate how to use Mapbox calculations from Snowflake. ...

December 30, 2020 · 1 min · Mátyás Budavári