Skip to content

Latest commit

 

History

History
88 lines (81 loc) · 2.8 KB

index.md

File metadata and controls

88 lines (81 loc) · 2.8 KB
layout title
home
SQL Saturday

Welcome to the SQL Saturday test site, the data platform and SQL Server community franchise for technical events. We have a list of upcoming events below as well as other events from different sources that are of interest to the data professional.

If you want to know more about events from an organizer, speaker, sponsor, or attendee standpoint, sign up for our mailing list

Events

These are the SQLSaturday events that have been scheduled.

{% assign TodayDate = site.time | date: '%s' %} {% assign future = 0 %} {% for post in site.posts reversed %} {% assign EventDate = post.date | date: '%s' %} {% if post.testevent != 1 %} {% if EventDate >= TodayDate %} {% assign future = 1 %} {% endif %} {% endif %} {% endfor %} {% if future == 0 %} {% endif %}
Event Name Date CFS Status
{{ post.title }} {{post.date | date: "%b %d %Y" }} {% assign cfsend = post.callforspeakersenddate | date: '%s' %} {% if cfsend >= TodayDate %} {% else %}   {% endif %}
No future events scheduled at this time  
You can see completed events on the [Past Events](past) page.

Other Events

Here are some other events that you might find interesting as a data professional:

{% for block in site.data.otherevents.events %} {% assign thumbnail = block.thumb %} {% endfor %}
Event Name Date
{% if thumbnail %} {% else %}   {% endif %} {{ block.title }} {{ block.date }}