News

Run SQL Script Against Postgres Container I've been using dockerized Postgres for local development with several projects lately. This is typically with framework tooling (like Rails) where schema ...
SQL Server 2005's Management Studio offers lots of new functionality, but you can't always use a GUI. Sometimes you need to run a script from the command line, especially for an upgrade or install ...