## 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/2021-05-25|2021-05-25]] <== <button class="date_button_today">Today</button> ==> [[DevLog/log/2021-05-27|2021-05-27]]
- [[tsql]]
```sql
SELECT @@VERSION
-- Microsoft SQL Server 2017 (RTM-CU20) (KB4541283) - 14.0.3294.2 (X64) Mar 13 2020 14:53:45 Copyright (C) 2017 Microsoft Corporation Developer Edition (64-bit) on Windows Server 2016 Standard 10.0 <X64> (Build 14393: ) (Hypervisor)
```
- These are Global scoped variables
- https://www.codeproject.com/Articles/39131/Global-Variables-in-SQL-Server
- [[powershell]]
- Powershell is entirely case-insensitive so most of my case sensitive git aliases I make for \*nix shells don't work
- [[Azure Devops]]
- The Pull Request Process can let other suggest changes with the lightbulb _"Suggestions"_ option for easy application of changes nad resolution of open items for Merging.