## On This Day... ```dataview LIST FROM "DevLog/log" WHERE dateformat(file.day, "MM-dd") = dateformat(this.file.day, "MM-dd") ``` --- ## Notes Created Today ```dataview TABLE created, updated as modified, tags, type, status FROM "DevLog" AND !"DevLog/log" WHERE contains(dateformat(file.ctime, "YYYY-MM-dd"), dateformat(this.file.day, "YYYY-MM-dd")) ``` --- [[DevLog/log/2022-04-25|2022-04-25]] <== <button class="date_button_today">Today</button> ==> [[DevLog/log/2022-06-18|2022-06-18]] - [[mssql]] - mailer service - Setup DB mail profile for the mailer service - made the table and objects - Created the SQL agent job - Create METRICS database and a heartbeat dashboard - Add SSIS metrics tables to METRICS database under schema `ssis` - visualstudio - spin up new VM to run Visual Studio - Install SQL Server Data Tools