Skip to content

Instantly share code, notes, and snippets.

View JesperJ's full-sized avatar

Jesper JesperJ

  • Kalmar Kommun
View GitHub Profile
@manfredk
manfredk / CronTab-Expander.sql
Last active December 1, 2022 11:39
Expand CronTab expressions with SQL / T-SQL
USE Exercises
GO
/* ***********************************************************************************************
*
* CRONTAB EXPANDER
*
* ***********************************************************************************************/
/**************************************************************************************************