2019年4月29日 星期一

SSMS SQLCMD模式一次執行多個Script檔案

被引用的檔案最好首尾都加GO,避免指令內容太長執行失敗
也可以指令執行,參考以下文章
https://stackoverflow.com/questions/31498316/specifying-relative-path-to-r-command-in-sqlcmd-mode




資料庫監控工具

https://mp.weixin.qq.com/s/_e69G_tTPL8l8PHp6Eu6zw

 https://www.addictivetips.com/net-admin/database-monitoring-tools/

找出2019/03/01之後還有修改的檔案清單

想知道D:\XXYY底下包含子資料夾有哪些檔案在2019/03/01之後還有修改

台灣
forfiles /p D:\XXYY\ /s /m *.* /d 2019/03/01 "cmd /c echo @path @fdate @ftime"

不同地區可能需要調整日期格式
forfiles /p D:\XXYY\ /s /m *.* /d 03/01/2019 /c "cmd /c echo @path @fdate @ftime"

存成bat
test.bat > result.txt

2019年4月2日 星期二

日本和曆

明治年代居然還有地雷=.=
https://keisan.casio.jp/exec/system/1240128137


https://zh.wikipedia.org/wiki/%E6%98%8E%E6%B2%BB
明治5年(1872年):格里曆的採用(11月9日的改暦詔書。明治5年12月2日(舊曆)的翌日作為明治6年1月1日)。


https://homepages.cwi.nl/~aeb/go/misc/jdate.html