2019年1月28日 星期一

Email the Auto-growth events that have occurred in the last 24 hours to the DBA

https://www.red-gate.com/simple-talk/sql/database-administration/sql-server-database-growth-and-autogrowth-settings/

微軟大量授權服務中心 (VLSC)

http://i-services.info/mslicense/?p=868

https://www.techsoup-taiwan.org.tw/microsoft_vlsc

https://blog.miniasp.com/post/2014/08/28/Using-Volume-License-Service-Center-VLSC.aspx

2019年1月27日 星期日

鎖定記憶體分頁(Lock Pages in Memory, LPIM)

https://dotblogs.com.tw/stanley14/2017/11/27/check_lpim

A checklist for a better SQL Server setup (2012-2016)

https://www.solsoftsolutions.com/blog/2017/4/23/sql-server-setup-checklist

SQL Server 2016開始支援"執行磁碟區維護工作"

https://dotblogs.com.tw/stanley14/2017/11/05/performvolumemanintenancetask

Perform Volume Maintenance Task

為什麼 Select 出很少的資料,卻使用 平行處理

https://dotblogs.com.tw/rainmaker/2016/05/23/154835

ref:
https://www.mssqltips.com/sqlservertip/2650/what-maxdop-setting-should-be-used-for-sql-server/

https://byronhu.wordpress.com/2015/08/31/%E9%99%8D%E4%BD%8E-cxpacket-%E7%9A%84%E8%A8%AD%E5%AE%9A/

CAL購買

CAL依產品區分為Windows CAL和SQL CAL
依存取方式區分為User CAL和Device CAL
另外遠端桌面伺服器(Remote Desktop Services)有特別的RDS CAL

Windows CAL:
不同伺服器但同版本Windows只需要買一次,如果已經買過CAL了,日後採購同版本新Windows伺服器就不需要再購買

Windows Server版本升級,CAL是否需重新購買?
如果有軟體保證權益(SA):不需要重新購買
一般零售/隨機版(沒有SA):需要重新購買

SQL CAL:
如果是微軟SA(Software Assurance)客戶,同上
可以買Core License就不需要購買SQL CAL

用戶端存取使用權和管理授權
https://www.microsoft.com/zh-tw/licensing/product-licensing/client-access-license

https://community.spiceworks.com/topic/82004-is-it-possible-to-upgrade-server-cals

什麼是軟體保證 (SA)

找CPU詳細規格

以Xeon Silver 4110 為例
https://en.wikichip.org/wiki/intel/xeon_silver/4110

https://www.spec.org/cpu2017/results/res2017q4/cpu2017-20171114-00772.pdf

NAS的RAID重建速度測試

https://nas.world/nas%E9%87%8D%E9%BB%9E%E6%B8%AC%E8%A9%A6/%E9%87%8D%E5%BB%BA%E9%80%9F%E5%BA%A6%E6%B8%AC%E8%A9%A6/

XOR ENGINE 或 AVX/AVX2 應用影響範圍

https://nas.world/20-xor-engine-%E6%88%96-avx-avx2-%E6%87%89%E7%94%A8%E5%BD%B1%E9%9F%BF%E7%AF%84%E5%9C%8D.html

AVX2 對於 RAID6 rebuild 的速度真的有顯著的效果

https://www.facebook.com/groups/nas.tw/permalink/10155477254593245/

在大部分的情況, RAID 1+0 的 reliability 是優於 RAID 0+1

https://medium.com/@toofun/raid-5%E8%88%87raid-6%E4%B9%8B%E9%96%93%E7%9A%84%E6%AF%94%E8%BC%83-104809adb4f

现在的阵列卡一般会有两种Cache:DRAM和SSD

https://www.zhihu.com/question/39351168/answer/276720786

现在的阵列卡一般会有两种Cache:DRAM和SSD,DRAM容量通常从512M到4G不等,但速度比SSD快得多。因为DRAM是易失性存储,为了保证掉电不丢数据,通常还需要一块电池。而SSD有坏的可能,通常是建议两块SSD做RAID 1。

RAID 6 最少需要4顆硬碟,最多可以壞2顆硬碟

http://www.pcdiy.com.tw/detail/2063

单盘超过1T的RAID 5,单盘失效后重建失败的概率比较高,建议RAID 10

https://www.zhihu.com/question/39351168/answer/276720786

2019年1月6日 星期日

SQL Server購買授權說明

很詳細的說明,正式環境如果不確定有幾個使用者,就買Core授權 https://rainmakerho.github.io/2017/09/27/sql2016license/ 

 測試和開發環境
(1) 購買MSDN Visual Studio Professional標準訂閱,使用SQL Server Standard/Enterprise版本建置測試/開發環境
https://visualstudio.microsoft.com/zh-hant/vs/pricing/

 (2) 使用免費的SQL Server Developer Edition建置測試/開發環境 如果需要建置AlwaysOn,Developer Edition應該也可以建AlwaysOn
https://social.msdn.microsoft.com/Forums/sqlserver/en-US/3531809a-8539-4b9b-96ad-fae96155dff9/setting-alwayson-in-developer-edition?forum=sqldisasterrecovery

2019年1月2日 星期三

ASUS PA238Q 23型 IPS 可旋轉電腦螢幕

螢幕訊號源輸入手動切換,可以接多台電腦手動切換
訊號輸入有HDMI / DVI / D-Sub / DisplayPort
還有QuickFit虛擬尺標,算是滿好用的螢幕

http://www.coolpc.com.tw/phpBB2/viewtopic.php?p=459566

https://digiphoto.techbang.com/posts/1948-website-editing-experience-using-the-asus-pa238q-feelings?page=2

不同資料庫SQL Script語法轉換器

線上版
http://www.sqlines.com/online

軟體版(免安裝)
http://www.sqlines.com/download
SQLines SQL Converter is an open source tool (Apache License 2.0) that helps you convert database schema (DDL), queries and DML statements, views, stored procedures, packages, functions and triggers.

原始碼
https://github.com/dmtolpeko/sqlines