Posts

Index Usage

 SELECT  i.name AS IndexName,             OBJECT_NAME(i.object_id) AS TableName,               i.type_desc AS IndexType,               s.user_seeks,               s.user_scans,               s.user_lookups,               s.user_updates,               s.last_user_seek,               s.last_user_scan,               s.last_user_lookup,               s.last_user_update FROM  sys.indexes AS i JOIN  sys.dm_db_index_usage_stats AS s  ON i.object_id = s.object_id  AND i.index_id = s.index_id WHERE  OBJECTPROPERTY(i.object_id, 'IsUserTable') = 1             AND s.database_id = DB_ID() ORDER BY  s.last_user_seek DESC; last_user_seek : เวลาที่ Index ถูกใช้สำหรับการ Seek ล่าสุด last_user_scan : เวลาที่ Index ถูกใช้สำหรับการ Scan ล่าสุด last_user_lookup : เวลาที่ Index ถูกใช้สำหรับการ Lookup ล่าสุด last_user_update : เวลาที่ Index ถูก Update ล่าสุด

Nas backup Hyper-V

 Step as  - Go to command prompt as Administrator - > winrm quickconfig - Enable Remote Access  - Allow Firewall 5985 Port

VPN and Change Password

  Login to laptop using cached, old password. Connect via VPN. Open Command Prompt Type 'runas /user:<DOMAIN>\<USERNAME> cmd' Enter new password. Close both Command Prompts. Wait a few minutes. Shortly after, you should get the notification area pop-up with the set of keys icon with notice " Windows Needs Your Current Credentials Please lock this computer, then unlock it using your most recent password or smart card ". Locked the computer. Unlock with new password. Done.

การต่อนำข้อมูลหลายๆแถวมาต่อกันให้เหลือแถวเดียว

Synnex STRING_AGG ( expression, separator ) [ <order_clause> ] <order_clause> ::=        WITHIN GROUP ( ORDER BY <order_by_expression_list> [ ASC | DESC ] ) Example select receipt_id, STRING_AGG(receipt_item,',') within group (order by receipt_line asc) from table_receipt group by receipt_id

Show Port Error

     เพื่อใช้ในการตรวจสอบว่าที่ SAN Switch มีอาการ Error บ้างไหม มันจำทำให้ Server ที่เชื่อมต่อกับ SAN Switch มีอาการช้าลงได้ ดูตรง crc err, link fail ควรต้องเป็น 0 ตลอด SANSWITCH:admin> porterrshow อ้างอิง Command ของ HP San Switch 

ความหมาย

 Volt = แรงดัน  Amp = กระแส Volt x Amp = Watt อัตรากินไฟต่อชั่วโมง 19.5 x 3.34 = 65.13 Watt (adaptor ติดมากับเครื่อง) ค่า Amp ของ adaptor ทั่วไปมักมีให้เลือกหลายค่า  กรณี Amp น้อยกว่า ชาร์ตช้า หรือ ชาร์ตไม่เข้าเลย กรณี Amp มากกว่า จะชาร์ตเร็ว แต่ระวังถ้ามากกว่าเยอะๆ จะทำให้แบตจะบวมและเสียเร็วขึ้น

User ไม่ได้ใส่ Password ผิด แต่โดน Locked Account

 Please check this step Go to regedit HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SecurityManager\CapabilityClasses\AllCachedCapabilities All Capability SIDs begin at  S-1-15-3 . If no, Delete this user and re-create again.