## 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-06|2021-05-06]] <== <button class="date_button_today">Today</button> ==> [[DevLog/log/2021-05-09|2021-05-09]]
- windows Administrative Shares
- These are network shares (share drive / NAS (Network Attached Storage)) That users with _administrative privileges_ can access remotely.
- They have a naming convention that looks like the normal drive letter abbreviation but is subsequently followed by a dollar sign:
- `e
- There are also Windows OS Admin shares
- `admin
- and printer folder admin shares
- `print
- The dollar sign at the end of any share indicates it is a hidden share
- Environmental Variables
- <https://www.rapidee.com/en/environment-variables>
- Environmental variable `%TEMP%` opens a temporary folder directory on windows
- [[powershell]] Block comment syntax for power shell starts with `<#`
- [[tsql]] Great resource for SQL Server knowledge <https://www.mssqltips.com/sql-server-categories/>
- ssis Visual Programming of etl's into SQL Server
- [[Azure Devops]] Bulk Insert of new work items like todoist [Bulk Insert](https://docs.microsoft.com/en-us/azure/devops/boards/queries/import-work-items-from-csv?view=azure-devops)