## 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-02-17|2022-02-17]] <== <button class="date_button_today">Today</button> ==> [[DevLog/log/2022-04-25|2022-04-25]]
Read lots of articles on SQL and its getting me excited to be an admin over my own personal SQL Server. Basically cleared out all the notes from my work email inbox so i can start to tidy up the lists of all these inputs i wanted to review!
- [[( 2022-03-03 Generate a Parameter List for All Sql Server Stored Procedures and Functions]]
- [[Windows Task Scheduler]]
- [[( 2022-03-03 How to Read Log File in Sql Server Using Tsql]]
- [[( 2022-03-03 How to Use Rowcount in Sql Server]]
- [[( 2022-03-03 Introduction to the Sp_executesql Stored Procedure with Examples]]
- [[( 2022-03-03 Secret Features in Your Unix Shell Cdpath]]
- [[( 2022-03-03 Setting up Alerts for All Sql Server Agent Jobs]]
- [[( 2022-03-03 Sql Server Cte Vs Temp Table Vs Table Variable Performance Test]]
- [[( 2022-03-03 Sql Server Script to Rebuild All Indexes for All Tables and All Databases]]
- [[( 2022-03-03 Understanding the Sql Server Nolock Hint]]