Skip to content
View sshaffer's full-sized avatar
Block or Report

Block or report sshaffer

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. sshaffer.github.io sshaffer.github.io Public

    A starting point

  2. SQL-Date-Times.SQL SQL-Date-Times.SQL
    1
    --YEAR First of Month YYYY-MM-01 Format
    2
    DATEADD(MONTH, DATEDIFF(MONTH, 0, [date_column]), 0) AS YearMonth
  3. SQLCalendar SQLCalendar Public

    Forked from birdzhanmyumyun/SQLCalendar

    Creating a calendar table in SQL Server