Docker

SQL SERVER and Docker

Posted on
sql-server-docker-logo

If you are – as I am – mainly a .NET developer then SQL SERVER is probably the most used database system on your repertoire. Not so long ago, SQL SERVER was running on Windows-only platforms, but now it runs also on Linux based systems. SQL SERVER is a first class citizen on the cloud, […]

Sql Server

Creating Markdown reports from SQL Server queries

Posted on
sql-server-query-to-markdown

Markdown is a lightweight markup language with plain-text-formatting syntax. It’s is often used for formatting simple readme files, for writing messages in online discussion forums, and to create rich text using a plain text editor. You can read more on this link: https://daringfireball.net/projects/markdown/. Sometimes I need simple reports from my SQL Server queries and put […]