筆記下關於 Option 'trusted_connection' not supported.
的坑
2023-06-27
筆記下關於 Option 'trusted_connection' not supported.
的坑
筆記下
禁用 TLS 1.0 與 TLS 1.1 之後 MSSQL 啟動不能
Error 1069: The service did not start due to a logon failure.
Cannot resolve the collation conflict between "SQL_Latin1_General_CP1_CI_AS" and "Chinese_Taiwan_Stroke_CI_AS" in the equal to operation.
提醒自己 ntext、text 及 image 已過時
以往有 GUI 到了 Az 忽然不好使了…
筆記一下 MSSQL 新版分頁功能語法
JetBrains Rider 連接開發用的本地資料庫 LocalDB 要點
有時候我們會利用DB的NEWID()來產生uniqueidentifier資料型態的資料當主鍵
這時又會遇到需要處理使用者輸入這個GUID但可能不想讓USER輸入連字號
但是SQL又必須用有連字號的GUID格式才能做INDEX查詢
當然土法煉鋼可以拆字串自己加上連字號的方式來處理但總是覺得不太美觀
MSSQL 資料庫備份 網路磁碟機
MSSQL取得UnixTime時間戳記