สรุป
การอัปเดตความปลอดภัยนี้มีการแก้ไขและแก้ไขช่องโหว่ เมื่อต้องการเรียนรู้เพิ่มเติมเกี่ยวกับช่องโหว่ ดูคําแนะนําด้านความปลอดภัยต่อไปนี้:
-
CVE-2024-37966 - ช่องโหว่การเปิดเผยข้อมูลบริการ Machine Learning ของ Microsoft SQL Server
-
CVE-2024-37338 - ช่องโหว่การดําเนินการโค้ดจากระยะไกลของ Microsoft SQL Server Machine Learning
-
CVE-2024-37337 - ช่องโหว่การเปิดเผยข้อมูลบริการแมชชีนเลิร์นนิ่งของ Microsoft SQL Server
-
CVE-2024-37342 - ช่องโหว่การเปิดเผยข้อมูลบริการแมชชีนเลิร์นนิ่งของ Microsoft SQL Server
-
CVE-2024-37341 - Microsoft SQL Server ยกระดับช่องโหว่ของสิทธิ์
-
CVE-2024-37965 - Microsoft SQL Server ยกระดับช่องโหว่ของสิทธิ์
-
CVE-2024-37980 - Microsoft SQL Server ยกระดับช่องโหว่ของสิทธิ์
คอมโพเนนต์ของ Microsoft SQL Server ได้รับการอัปเดตเป็นรุ่นต่อไปนี้ในการอัปเดตความปลอดภัยนี้
-
SQL Server - เวอร์ชันผลิตภัณฑ์: 15.0.4390.2 เวอร์ชันไฟล์: 2019.150.4390.2
ปัญหาที่ทราบแล้วในการอัปเดตนี้
ปัญหาข้อที่หนึ่ง: งานการจับภาพ CDC อาจล้มเหลวถ้าคอลัมน์หายไปในตารางการเปลี่ยนแปลง CDC
หลังจากที่คุณใช้การปรับปรุงความปลอดภัยนี้ คุณอาจพบอาการต่อไปนี้ในฐานข้อมูลของคุณที่มีการเปลี่ยนแปลงการจับข้อมูล (CDC) เปิดใช้งาน:
-
ถ้าตารางที่เปิดใช้งาน CDC ของคุณมีคอลัมน์ที่มีเครื่องหมายจุลภาค คอลัมน์เหล่านี้อาจหายไปจากตารางการติดตาม CDC ของคุณ (cdc.<capture_instance>_CT) เงื่อนไขนี้อาจทําให้งานการจับภาพล้มเหลว จากนั้น sys.dm_cdc_errors มุมมองการจัดการแบบไดนามิก (DMV) จะส่งกลับข้อความแสดงข้อผิดพลาดต่อไปนี้:
ข้อผิดพลาด 22863: "ไม่สามารถแทรกแถวลงในตารางการเปลี่ยนแปลงการจับข้อมูลได้ อ้างถึงข้อผิดพลาดก่อนหน้าในเซสชันปัจจุบันเพื่อระบุสาเหตุและแก้ไขปัญหาที่เกี่ยวข้อง"
ข้อผิดพลาดก่อนหน้านี้อาจมี 8144 (อาร์กิวเมนต์มากเกินไป) หรือ 257 (ข้อผิดพลาดในการแปลง) หรือ 201 (ไม่ได้ระบุพารามิเตอร์ที่คาดไว้) เนื่องจากคอลัมน์หายไป
หมายเหตุ: อาการนี้ยังเกิดขึ้นได้หากคุณใช้ตัวเลือก KEEP_CDC เมื่อคุณคืนค่าฐานข้อมูลที่เปิดใช้งาน CDC และตารางที่เปิดใช้งาน CDC ของคุณมีคอลัมน์ที่มีเครื่องหมายจุลภาค
-
แอปพลิเคชันของคุณที่ใช้ตารางการเปลี่ยนแปลง CDC อาจล้มเหลว และส่งกลับข้อผิดพลาดคอลัมน์ที่ไม่รู้จักถ้าคอลัมน์หายไป ตัวอย่างเช่น ถ้าชื่อคอลัมน์ของคุณ <Customer,id> คุณอาจได้รับข้อความแสดงข้อผิดพลาดต่อไปนี้:
Msg 207, ระดับ 16, สถานะ 1, บรรทัด <LineNumber>
ชื่อคอลัมน์ 'ลูกค้า,ID' ไม่ถูกต้อง -
ในบันทึกข้อผิดพลาด SQL Server คุณอาจเห็นข้อผิดพลาดต่อไปนี้แม้ว่าการอัปเกรด GDR มีการรายงานว่าสําเร็จแล้ว:
<DateTime> ไม่สามารถอัปเกรดฐานข้อมูล 'DatabaseName' ได้ ข้อผิดพลาด '22841' ถูกยกขึ้น: 'ไม่สามารถอัปเกรดเมตาดาต้าสําหรับฐานข้อมูล 'DatabaseName' ที่เปิดใช้งานสําหรับการเปลี่ยนแปลงการจับข้อมูล ความล้มเหลวเกิดขึ้นเมื่อดําเนินการแอคชัน '(null)' ข้อผิดพลาดที่ส่งกลับคือ 4924: 'line <LineNumber>, สถานะ 1, ALTER TABLE DROP COLUMN ล้มเหลวเนื่องจากคอลัมน์ 'ColumnName' ไม่มีอยู่ในตาราง 'TableName'.' ใช้การดําเนินการและข้อผิดพลาดเพื่อระบุสาเหตุของความล้มเหลวและส่งคําขออีกครั้ง' ใช้ข้อผิดพลาดที่รายงานเพื่อระบุสาเหตุของความล้มเหลว แล้วดําเนินการ sys.sp_cdc_vupgrade ในบริบทฐานข้อมูลเพื่อเรียกใช้การปรับรุ่นอีกครั้ง
<ดําเนินการ> sp_vupgrade_replication DateTime เสร็จเรียบร้อยแล้ว -
ถ้าคุณใช้ตัวเลือก KEEP_CDC เมื่อคุณคืนค่าฐานข้อมูลที่เปิดใช้งาน CDC กระบวนการคืนค่าอาจล้มเหลวและสร้างข้อผิดพลาดไปยังจุดสิ้นสุด การคืนค่าฐานข้อมูลสําเร็จและส่งกลับข้อความแสดงข้อผิดพลาดต่อไปนี้:
ประมวลผล 100 เปอร์เซ็นต์
ประมวลผล 768 หน้าสําหรับฐานข้อมูล 'DatabaseName', ไฟล์ 'ชื่อไฟล์' ในไฟล์ 1 ประมวลผล 2 หน้าสําหรับฐานข้อมูล ' DatabaseName ', ไฟล์ ' ชื่อไฟล์' ในไฟล์ 1 การดําเนินการ DBCC เสร็จสมบูรณ์ ถ้า DBCC พิมพ์ข้อความแสดงข้อผิดพลาด ให้ติดต่อผู้ดูแลระบบของคุณ Msg 22841, ระดับ 16, สถานะ 1, sys.sp_cdc_vupgrade กระบวนงาน, บรรทัด <LineNumber> [บรรทัดเริ่มชุดงาน 0] ไม่สามารถปรับรุ่น Metadata สําหรับฐานข้อมูล 'DatabaseName' ที่เปิดใช้งานสําหรับ 'เปลี่ยนแปลงการจับข้อมูล' ได้ ความล้มเหลวเกิดขึ้นเมื่อดําเนินการแอคชัน '(null)' ข้อผิดพลาดที่ส่งกลับคือ 4924: 'line <LineNumber>, สถานะ 1, ALTER TABLE DROP COLUMN ล้มเหลวเนื่องจากคอลัมน์ 'คอลัมน์& ไม่มีรหัสอยู่ในตาราง 'dbo_CDCTableTest_CT' ใช้การดําเนินการและข้อผิดพลาดเพื่อระบุสาเหตุของความล้มเหลวและส่งคําขออีกครั้ง คืนค่าฐานข้อมูลประมวลผลสําเร็จ 770 หน้าใน 0.270 วินาที (22.265 เมกะไบต์/วินาที)
สาเหตุ
ปัญหานี้เกิดขึ้นในสถานการณ์ใดสถานการณ์หนึ่งต่อไปนี้:
-
ถ้าคอลัมน์ที่มีชื่อมีเครื่องหมายจุลภาคอยู่ในตารางการติดตาม CDC (cdc.<capture_instance>_CT) คอลัมน์อาจถูกข้ามเนื่องจากมีข้อผิดพลาดในการทํางานในกระบวนการอัปเกรด CDC
-
กระบวนการคืนค่าฐานข้อมูลหรือระหว่างกระบวนการปรับรุ่น SQL Server Sp_vupgrade_replication จะถูกเรียกโดยกระบวนการคืนค่าฐานข้อมูล การดําเนินการนี้อาจล้มเหลวถ้าตารางการติดตาม CDC (cdc.<capture_instance>_CT) มีคอลัมน์ที่มีชื่อที่มีสัญลักษณ์ใดๆ เช่น &, <, >, หรืออักขระที่มีรหัสทศนิยม ASCII น้อยกว่า 32 (ยกเว้น 9-Tab และ 10-LineFeed) ปัญหานี้เกิดขึ้นเนื่องจากการใช้ FOR XML PATH ในกระบวนการอัปเกรด CDC และเนื่องจากกฎที่นําไปใช้กับชื่อคอลัมน์มีการเปลี่ยนแปลง สําหรับข้อมูลเพิ่มเติม ให้ดู อักขระที่ไม่ถูกต้องและกฎการหลีก
หมายเหตุ: เฉพาะคอลัมน์ที่อธิบายไว้ที่นี่เท่านั้นที่ได้รับผลกระทบจากปัญหานี้
วิธีแก้ไขปัญหาชั่วคราว
เมื่อต้องการแก้ไขปัญหานี้ชั่วคราว ให้ใช้หนึ่งในวิธีต่อไปนี้:
-
เมื่อต้องการป้องกันไม่ให้คอลัมน์ถูกละทิ้งและทําให้เกิดความล้มเหลวของการคืนค่าหรืออัปเกรด CDC คุณสามารถใช้ค่าสถานะการติดตาม (TF) T15006 ก่อนที่คุณจะอัปเกรดรุ่น GDR:
-
เปิด SQL Server Configuration Manager
-
เลือกและคลิกขวาที่อินสแตนซ์ SQL Server ของคุณ จากนั้นเลือก คุณสมบัติ
-
ไปที่แท็บ พารามิเตอร์การเริ่มต้นทํางาน
-
เพิ่ม TF T15006
-
เลือก เพิ่ม > นําไปใช้
-
รีสตาร์ตบริการ SQL Server
-
ดําเนินการอัปเกรด แฟล็กการติดตามจะเปิดใช้งานในระหว่างการอัพเกรด
-
-
ถ้าคุณใช้ GDR และคอลัมน์ที่ชื่อมีเครื่องหมายจุลภาคถูกข้ามจากตารางการติดตาม CDC (cdc.<capture_instance>_CT) คุณสามารถลดปัญหานี้ได้ดังนี้:
-
เพิ่ม TF T15006 แล้วเริ่มการทํางานของบริการ SQL Server ใหม่ตามที่อธิบายไว้ในความละเอียดแรก
-
ถ้าสถานการณ์การคืนค่าฐานข้อมูลได้รับผลกระทบ ให้ออกกระบวนการคืนค่าฐานข้อมูลอื่น
-
ถ้าการอัปเกรด GDR ทําให้คอลัมน์ถูกลบ ให้ปิดใช้งานและเปิด CDC อีกครั้งในตารางที่ได้รับผลกระทบโดยใช้ sp_cdc_disable_table และ sp_cdc_enable_table
หมายเหตุ: การปิดใช้งานและเปิดใช้งาน CDC อีกครั้งในตารางที่ได้รับผลกระทบจะทําให้ข้อมูลการเปลี่ยนแปลงสูญหาย
-
ปัญหาที่ 2: SQL Server VSS Writer อาจไม่สามารถดําเนินการสํารองข้อมูลได้เนื่องจากไม่มีฐานข้อมูลที่พร้อมใช้งานสําหรับตรึง
เมื่อเครื่องมือการสํารองข้อมูล เช่น Azure Recovery Vault ทําการสํารองข้อมูลบนเครื่องเสมือน (VM) เครื่องมือเหล่านั้นอาจไม่สามารถทําให้แอปพลิเคชันมีความสอดคล้องกันได้ อาจไม่มีข้อผิดพลาดใดๆ แอปพลิเคชันทํางานได้อย่างรวดเร็วโดยไม่ต้องสํารองข้อมูลใด ๆ ตัวเขียน SQL Server Volume Shadow Copy Service (VSS) สิ้นสุดลงด้วยสถานะข้อผิดพลาดที่ไม่สามารถลองใหม่ได้ ถ้าคุณเปิดใช้งานการติดตาม VSS Writer SQL Server คุณอาจเห็นข้อยกเว้นต่อไปนี้ ซึ่งระบุว่าไม่มีฐานข้อมูลใดหยุดทํางาน ซึ่งทําให้สแนปช็อตไม่สําเร็จ
[0543739500,0x002948:011b4:0xb87fa68e] sqlwriter.yukon\sqllib\snapsql.cpp(1058): Snapshot::Prepare: Server PROD-SQL01 has no databases to freeze
นอกจากนี้ บางฐานข้อมูลอาจถูกตรวจพบด้วย Online:0:
[0543739390,0x002948:0x11b4:0xb87fa68e] sqlwriter.yukon\sqllib\snapsql.cpp(0408): FrozenServer::FindDatabases2000: Examining database <ReportServerTempDB>
Online:0 Standby:0 AutoClose:0 Closed:0
ถ้าคุณใช้ Azure Recovery Vault คุณอาจเห็นข้อผิดพลาดเช่นข้อผิดพลาดต่อไปนี้ในรายการเหตุการณ์:
App-consistent recovery point generation failed.
ปัญหาเกิดขึ้นจากการเปลี่ยนแปลงรหัสใน SQL Server 2019 CU28 ที่ตรวจสอบว่าฐานข้อมูลออนไลน์อยู่หรือไม่และพร้อมที่จะหยุดทํางานหรือไม่ โซลูชันปัจจุบันคือการย้อนกลับไปยัง SQL Server 2019 CU27 และดําเนินการสํารองข้อมูลสแนปช็อต สําหรับข้อมูลเพิ่มเติมเกี่ยวกับวิธีย้อนกลับแพคเกจเป็นเวอร์ชันก่อนหน้า ให้ดู ถอนการติดตั้งการอัปเดตสะสมจาก SQL Server
Microsoft กําลังดําเนินการแก้ไขปัญหานี้ และจะพร้อมใช้งานใน CU ในอนาคต
การปรับปรุงและการแก้ไขที่รวมอยู่ในการอัปเดตนี้
เวิร์กบุ๊ก Excel ที่สามารถดาวน์โหลดได้ซึ่งมีรายการสรุปของรุ่นต่างๆ พร้อมกับวงจรการใช้งานการสนับสนุนปัจจุบันพร้อมใช้งานแล้ว ไฟล์ Excel ยังมีรายการการแก้ไขโดยละเอียดอีกด้วย ดาวน์โหลดไฟล์ Excel นี้เดี๋ยวนี้
หมายเหตุ: แต่ละรายการในตารางต่อไปนี้สามารถอ้างอิงได้โดยตรงผ่านบุ๊กมาร์ก ถ้าคุณเลือกรหัสการอ้างอิงบักในตาราง แท็กบุ๊กมาร์กจะถูกเพิ่มลงใน URL โดยใช้รูปแบบ "#bkmk_NNNNNNN" จากนั้นคุณสามารถแชร์ URL นี้กับผู้อื่นเพื่อให้พวกเขาสามารถข้ามไปยังการแก้ไขที่ต้องการในตารางได้โดยตรง
การอ้างอิงบัก |
คำอธิบาย |
แก้ไขพื้นที่ |
ส่วนประกอบ |
แพลตฟอร์ม |
---|---|---|---|---|
เพิ่มการตรวจสอบความถูกต้องสําหรับพารามิเตอร์ MODEL เมื่อเรียกใช้ PREDICT เพื่อหลีกเลี่ยงข้อผิดพลาดเนื่องจากการป้อนข้อมูลของโมเดลที่ไม่ถูกต้อง |
เครื่องยนต์ SQL Server |
การดําเนินการคิวรี |
ทั้งหมด |
|
ปรับปรุงความปลอดภัยสําหรับฟีเจอร์การจับข้อมูลการเปลี่ยนแปลง (CDC) โดยการเพิ่มความสามารถในการล็อกข้อกําหนดเมตาดาต้าเพื่อบล็อกการดําเนินการของภาษาคํานิยามข้อมูล (DDL) |
เครื่องยนต์ SQL Server |
แบบ จำลอง |
ทั้งหมด |
|
แก้ไขปัญหาที่ชื่อตารางและคอลัมน์ที่อ่านจากเมตาดาต้าฐานข้อมูลไม่ได้ถูกอ้างอิงอย่างถูกต้องในบางกรณีเมื่อสร้างชุด SQL Server ภายในในกระบวนการที่เก็บไว้ที่จัดการตารางชั่วคราว หลังจากนําการแก้ไขไปใช้ การเสนอราคาจะเสร็จสมบูรณ์อย่างถูกต้อง |
เครื่องยนต์ SQL Server |
Temporal |
ทั้งหมด |
วิธีการรับและติดตั้งการอัปเดต
การอัปเดตนี้พร้อมใช้งานผ่าน Windows Update เมื่อคุณเปิดการอัปเดตอัตโนมัติ การอัปเดตนี้จะถูกดาวน์โหลดและติดตั้งโดยอัตโนมัติ สําหรับข้อมูลเพิ่มเติมเกี่ยวกับวิธีการเปิดการอัปเดตอัตโนมัติ ให้ดูที่ Windows Update: คําถามที่ถามบ่อย
เมื่อต้องการขอรับแพคเกจสแตนด์อโลนสําหรับการอัปเดตนี้ ให้ไปที่เว็บไซต์ Microsoft Update Catalog
หมายเหตุ ตรรกะการตรวจหาได้รับการปรับปรุงสําหรับเรื่องนี้และการรักษาความปลอดภัยในอนาคตที่มีการประกาศไปยังเว็บไซต์ Microsoft Update Catalog สําหรับข้อมูลเพิ่มเติม โปรดดู Updates ตรรกะการตรวจหาของ Microsoft Update สําหรับการให้บริการ SQL Server
ไฟล์ต่อไปนี้สามารถดาวน์โหลดได้จากศูนย์ดาวน์โหลด Microsoft:
สําหรับข้อมูลเพิ่มเติมเกี่ยวกับวิธีการดาวน์โหลดแฟ้มสนับสนุนของ Microsoft ให้คลิกหมายเลขบทความต่อไปนี้เพื่อดูบทความในฐานความรู้ของ Microsoft:
วิธีรับไฟล์การสนับสนุนของ Microsoft จาก บริการออนไลน์
Microsoft สแกนแฟ้มนี้เพื่อหาไวรัสโดยใช้ซอฟต์แวร์ตรวจหาไวรัสล่าสุดณวันที่มีการประกาศแฟ้มนั้น แฟ้มดังกล่าวจะถูกเก็บไว้บนเซิร์ฟเวอร์เพิ่มความปลอดภัยซึ่งช่วยป้องกันการเปลี่ยนแปลงใดๆ ที่ไม่ได้รับอนุญาต
สิ่งสำคัญ: หากคุณติดตั้งแพคภาษาหลังจากที่คุณติดตั้งการอัปเดตนี้ คุณต้องติดตั้งการอัปเดตนี้ใหม่ ดังนั้น เราขอแนะนําให้คุณติดตั้งชุดภาษาใดๆ ที่คุณต้องการก่อนที่คุณจะติดตั้งการอัปเดตนี้ ดูข้อมูลเพิ่มเติมได้ที่ เพิ่มชุดภาษาลงใน Windows
หมายเหตุ: การอัปเดตนี้จะมีให้ใช้งานผ่านทาง Microsoft Update Catalog สําหรับเซิร์ฟเวอร์ทั้งหมดที่ใช้งาน SQL Server แม้ว่าจะไม่ได้ติดตั้ง Reporting Services การติดตั้งการอัปเดตความปลอดภัยนี้จะเป็นการติดตั้งหรือไม่ก็ได้สําหรับคอมพิวเตอร์ที่ไม่ได้โฮสต์ Microsoft SQL Server Reporting Services
วิธีการรับหรือดาวน์โหลดแพคเกจการอัปเดตสะสมล่าสุดสําหรับ Linux
เมื่อต้องการอัปเดต SQL Server 2019 บน Linux เป็น CU ล่าสุด คุณต้องกําหนดค่าที่เก็บการอัปเดตสะสมก่อน จากนั้นอัปเดตแพคเกจ SQL Server ของคุณโดยใช้คําสั่งการอัปเดตเฉพาะแพลตฟอร์มที่เหมาะสม
สําหรับคําแนะนําในการติดตั้งและลิงก์โดยตรงไปยังการดาวน์โหลดแพคเกจ CU ให้ดูบันทึกย่อประจํารุ่น SQL Server 2019
ข้อมูลเพิ่มเติม
เมื่อต้องการใช้การอัปเดตนี้ คุณต้องมี SQL Server 2019 หรือรุ่น CU SQL Server 2019 ผ่าน SQL Server CU28 GDR นี้ติดตั้งอยู่
สําหรับข้อมูลการปรับใช้เกี่ยวกับการอัปเดตนี้ โปรดดู การปรับใช้ - คู่มือการอัปเดตความปลอดภัย
ชื่อไฟล์ |
แฮช SHA256 |
---|---|
SQLServer2019-KB5042749-x64.exe |
B36DF0B24275D4B6ACE036868EF7E1C445974B23594CF71EDB799A540375C2D4 |
ข้อมูลไฟล์
รุ่นภาษาอังกฤษของแพคเกจนี้มีแอตทริบิวต์ของแฟ้ม (หรือคุณลักษณะแฟ้มที่ใหม่กว่า) ซึ่งแสดงอยู่ในตารางต่อไปนี้ วันที่และเวลาสําหรับไฟล์เหล่านี้แสดงตามเวลามาตรฐานสากล (UTC) เมื่อคุณดูข้อมูลไฟล์ ข้อมูลจะถูกแปลงเป็นเวลาท้องถิ่น เมื่อต้องการค้นหาความแตกต่างระหว่างเวลา UTC และเวลาท้องถิ่น ให้ใช้แท็บ โซนเวลา ในรายการ วันที่และเวลา ใน แผงควบคุม
ชื่อไฟล์ |
รุ่นของไฟล์ |
ขนาดไฟล์ |
วันที่ |
เวลา |
แพลตฟอร์ม |
Mediainfo.xml |
Not Applicable |
1,116 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Packageid.dat |
Not Applicable |
16 |
21-ส.ค.-24 |
10:20 |
Not Applicable |
Setup.exe |
2019.150.4390.2 |
133,160 |
12-ส.ค.-24 |
06:53 |
x64 |
Setup.exe.config |
Not Applicable |
486 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Sqlsetupbootstrapper.dll |
2019.150.4390.2 |
243,752 |
12-ส.ค.-24 |
06:53 |
x64 |
Pythonlicense.rtf |
Not Applicable |
50,561 |
12-ส.ค.-24 |
05:07 |
Not Applicable |
Ropenlicense.rtf |
Not Applicable |
37,940 |
12-ส.ค.-24 |
05:07 |
Not Applicable |
Update_license.rtf |
Not Applicable |
123,593 |
12-ส.ค.-24 |
05:07 |
Not Applicable |
Pythonlicense.rtf |
Not Applicable |
44,184 |
12-ส.ค.-24 |
05:07 |
Not Applicable |
Ropenlicense.rtf |
Not Applicable |
33,216 |
12-ส.ค.-24 |
05:07 |
Not Applicable |
Update_license.rtf |
Not Applicable |
121,591 |
12-ส.ค.-24 |
05:07 |
Not Applicable |
Mediainfo.xml |
Not Applicable |
1,116 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Pythonlicense.rtf |
Not Applicable |
45,402 |
12-ส.ค.-24 |
05:07 |
Not Applicable |
Ropenlicense.rtf |
Not Applicable |
911 |
12-ส.ค.-24 |
05:07 |
Not Applicable |
Update_license.rtf |
Not Applicable |
59,670 |
12-ส.ค.-24 |
05:07 |
Not Applicable |
Masterdataservicesloc.msi |
Not Applicable |
8,941,568 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Sqlbrowser.msp |
Not Applicable |
4,091,904 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Sqlsupport.msi |
Not Applicable |
19,341,312 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Msodbcsql.msi |
Not Applicable |
4,677,632 |
12-ส.ค.-24 |
05:35 |
Not Applicable |
Msoledbsql.msi |
Not Applicable |
7,188,480 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Sqllocaldb.msi |
Not Applicable |
56,135,680 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Sqlwriter.msp |
Not Applicable |
679,936 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Pythonlicense.rtf |
Not Applicable |
43,682 |
12-ส.ค.-24 |
05:07 |
Not Applicable |
Ropenlicense.rtf |
Not Applicable |
33,582 |
12-ส.ค.-24 |
05:07 |
Not Applicable |
Update_license.rtf |
Not Applicable |
121,317 |
12-ส.ค.-24 |
05:07 |
Not Applicable |
Pythonlicense.rtf |
Not Applicable |
40,862 |
12-ส.ค.-24 |
05:07 |
Not Applicable |
Ropenlicense.rtf |
Not Applicable |
33,141 |
12-ส.ค.-24 |
05:07 |
Not Applicable |
Update_license.rtf |
Not Applicable |
121,266 |
12-ส.ค.-24 |
05:07 |
Not Applicable |
Pythonlicense.rtf |
Not Applicable |
52,334 |
12-ส.ค.-24 |
05:07 |
Not Applicable |
Ropenlicense.rtf |
Not Applicable |
37,434 |
12-ส.ค.-24 |
05:07 |
Not Applicable |
Update_license.rtf |
Not Applicable |
128,130 |
12-ส.ค.-24 |
05:07 |
Not Applicable |
Pythonlicense.rtf |
Not Applicable |
57,942 |
12-ส.ค.-24 |
05:07 |
Not Applicable |
Ropenlicense.rtf |
Not Applicable |
47,219 |
12-ส.ค.-24 |
05:07 |
Not Applicable |
Update_license.rtf |
Not Applicable |
149,466 |
12-ส.ค.-24 |
05:07 |
Not Applicable |
Pythonlicense.rtf |
Not Applicable |
43,688 |
12-ส.ค.-24 |
05:07 |
Not Applicable |
Ropenlicense.rtf |
Not Applicable |
33,584 |
12-ส.ค.-24 |
05:07 |
Not Applicable |
Update_license.rtf |
Not Applicable |
121,730 |
12-ส.ค.-24 |
05:07 |
Not Applicable |
Pythonlicense.rtf |
Not Applicable |
46,669 |
12-ส.ค.-24 |
05:07 |
Not Applicable |
Ropenlicense.rtf |
Not Applicable |
36,232 |
12-ส.ค.-24 |
05:07 |
Not Applicable |
Update_license.rtf |
Not Applicable |
125,145 |
12-ส.ค.-24 |
05:07 |
Not Applicable |
Pythonlicense.rtf |
Not Applicable |
48,793 |
12-ส.ค.-24 |
05:07 |
Not Applicable |
Ropenlicense.rtf |
Not Applicable |
37,540 |
12-ส.ค.-24 |
05:07 |
Not Applicable |
Update_license.rtf |
Not Applicable |
123,849 |
12-ส.ค.-24 |
05:07 |
Not Applicable |
Pythonlicense.rtf |
Not Applicable |
43,446 |
12-ส.ค.-24 |
05:07 |
Not Applicable |
Ropenlicense.rtf |
Not Applicable |
33,275 |
12-ส.ค.-24 |
05:07 |
Not Applicable |
Update_license.rtf |
Not Applicable |
121,914 |
12-ส.ค.-24 |
05:07 |
Not Applicable |
Setup.rll |
2019.150.4390.2 |
26,664 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Addnode.xml |
Not Applicable |
12,028 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Completeclusterwizard.xml |
Not Applicable |
11,893 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Completeimagewizard.xml |
Not Applicable |
15,305 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Componentupdate.xml |
Not Applicable |
3,061 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Configuration.uicfg |
Not Applicable |
6,927 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Editionupgradewizard.xml |
Not Applicable |
5,673 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Fixsqlregistrykey_x64.exe |
15.0.4390.2 |
51,136 |
12-ส.ค.-24 |
06:53 |
x64 |
Fixsqlregistrykey_x64.exe.config |
Not Applicable |
486 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Fixsqlregistrykey_x86.exe |
15.0.4390.2 |
55,232 |
12-ส.ค.-24 |
06:53 |
x86 |
Fixsqlregistrykey_x86.exe.config |
Not Applicable |
486 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Installclusterwizard.xml |
Not Applicable |
19,950 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Installwizard.xml |
Not Applicable |
20,522 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Instapi150.dll |
2019.150.4390.2 |
88,104 |
12-ส.ค.-24 |
05:05 |
x64 |
Landingpage.exe |
15.0.4390.2 |
432,064 |
12-ส.ค.-24 |
06:53 |
x64 |
Landingpage.exe.config |
Not Applicable |
486 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Microsoft.analysisservices.adomdclient.dll |
15.0.35.48 |
1,106,880 |
12-ส.ค.-24 |
05:34 |
x86 |
Microsoft.analysisservices.core.dll |
15.0.35.48 |
1,387,968 |
12-ส.ค.-24 |
05:34 |
x86 |
Microsoft.analysisservices.dll |
15.0.35.48 |
683,984 |
12-ส.ค.-24 |
05:34 |
x86 |
Microsoft.analysisservices.spclient.interfaces.dll |
15.0.35.48 |
26,672 |
12-ส.ค.-24 |
05:34 |
x86 |
Microsoft.analysisservices.tabular.dll |
15.0.35.48 |
1,096,136 |
12-ส.ค.-24 |
05:34 |
x86 |
Microsoft.analysisservices.tabular.json.dll |
15.0.35.48 |
566,320 |
12-ส.ค.-24 |
05:34 |
x86 |
Microsoft.diagnostics.tracing.eventsource.dll |
1.1.26.0 |
167,728 |
12-ส.ค.-24 |
05:03 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.dll |
15.0.4390.2 |
141,248 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sql.chainer.package.dll |
15.0.4390.2 |
47,144 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sql.chainer.package.xmlserializers.dll |
15.0.4390.2 |
65,592 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sql.chainer.packagedata.dll |
15.0.4390.2 |
161,832 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sql.chainer.product.dll |
15.0.4390.2 |
436,288 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sql.chainer.product.xmlserializers.dll |
15.0.4390.2 |
65,088 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.dll |
15.0.4390.2 |
116,776 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.xmlserializers.dll |
15.0.4390.2 |
79,928 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.dll |
15.0.4390.2 |
403,496 |
12-ส.ค.-24 |
05:08 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.xmlserializers.dll |
15.0.4390.2 |
199,208 |
12-ส.ค.-24 |
05:08 |
x86 |
Microsoft.sqlserver.chainer.workflowdata.dll |
15.0.4390.2 |
866,368 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.chainer.workflowdata.xmlserializers.dll |
15.0.4390.2 |
439,872 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.agentextension.dll |
15.0.4390.2 |
137,296 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.asextension.dll |
15.0.4390.2 |
387,008 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.astelemetryextension.dll |
15.0.4390.2 |
75,816 |
12-ส.ค.-24 |
06:53 |
x64 |
Microsoft.sqlserver.configuration.bootstrapextension.dll |
15.0.4390.2 |
79,928 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.xmlserializers.dll |
15.0.4390.2 |
26,560 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.cluster.dll |
15.0.4390.2 |
682,048 |
12-ส.ค.-24 |
05:30 |
x86 |
Microsoft.sqlserver.configuration.cluster.xmlserializers.dll |
15.0.4390.2 |
337,960 |
12-ส.ค.-24 |
05:30 |
x86 |
Microsoft.sqlserver.configuration.configextension.dll |
15.0.4390.2 |
92,112 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.configextension.xmlserializers.dll |
15.0.4390.2 |
37,928 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.dll |
15.0.4390.2 |
83,904 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.dll |
15.0.4390.2 |
268,224 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.dll |
15.0.4390.2 |
108,608 |
12-ส.ค.-24 |
06:53 |
x64 |
Microsoft.sqlserver.configuration.fulltext_configextension.dll |
15.0.4390.2 |
79,824 |
12-ส.ค.-24 |
05:32 |
x64 |
Microsoft.sqlserver.configuration.impy_configextension.dll |
15.0.4390.2 |
43,072 |
12-ส.ค.-24 |
06:53 |
x64 |
Microsoft.sqlserver.configuration.imr_configextension.dll |
15.0.4390.2 |
43,064 |
12-ส.ค.-24 |
06:53 |
x64 |
Microsoft.sqlserver.configuration.installwizard.dll |
15.0.4390.2 |
1,836,992 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.dll |
15.0.4390.2 |
79,808 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.xmlserializers.dll |
15.0.4390.2 |
60,864 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.dll |
15.0.4390.2 |
84,032 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.istelemetryconfigextension.dll |
15.0.4390.2 |
47,144 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.dll |
15.0.4390.2 |
79,808 |
12-ส.ค.-24 |
05:28 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.dll |
15.0.4390.2 |
51,240 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.msiextension.dll |
15.0.4390.2 |
432,208 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.msiextension.xmlserializers.dll |
15.0.4390.2 |
192,040 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.dll |
15.0.4390.2 |
178,256 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.polybasejavaconfigextension.dll |
15.0.4390.2 |
83,920 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.dll |
15.0.4390.2 |
55,336 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.dll |
15.0.4390.2 |
55,232 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.rsextension.dll |
15.0.4390.2 |
366,632 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.dll |
15.0.4390.2 |
104,384 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.xmlserializers.dll |
15.0.4390.2 |
42,024 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.dll |
15.0.4390.2 |
38,864 |
12-ส.ค.-24 |
06:53 |
x64 |
Microsoft.sqlserver.configuration.sco.dll |
15.0.4390.2 |
3,004,480 |
12-ส.ค.-24 |
05:10 |
x86 |
Microsoft.sqlserver.configuration.sco.xmlserializers.dll |
15.0.4390.2 |
125,480 |
12-ส.ค.-24 |
05:10 |
x86 |
Microsoft.sqlserver.configuration.scoextension.dll |
15.0.4390.2 |
235,560 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.setupextension.dll |
15.0.4390.2 |
1,148,864 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.setupextension.xmlserializers.dll |
15.0.4390.2 |
426,432 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.slpextension.dll |
15.0.4390.2 |
67,624 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.dll |
15.0.4390.2 |
231,464 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.xmlserializers.dll |
15.0.4390.2 |
71,720 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.dll |
15.0.4390.2 |
43,048 |
12-ส.ค.-24 |
06:53 |
x64 |
Microsoft.sqlserver.configuration.smr_configextension.dll |
15.0.4390.2 |
43,064 |
12-ส.ค.-24 |
06:53 |
x64 |
Microsoft.sqlserver.configuration.sniserverconfigext.dll |
2019.150.4390.2 |
317,480 |
12-ส.ค.-24 |
05:29 |
x64 |
Microsoft.sqlserver.configuration.sqlbrowserextension.dll |
15.0.4390.2 |
141,376 |
12-ส.ค.-24 |
05:31 |
x64 |
Microsoft.sqlserver.configuration.sqlconfigbase.dll |
15.0.4390.2 |
75,816 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.xmlserializers.dll |
15.0.4390.2 |
29,224 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.dll |
2019.150.4390.2 |
763,944 |
12-ส.ค.-24 |
05:30 |
x64 |
Microsoft.sqlserver.configuration.ssisextension.dll |
15.0.4390.2 |
83,920 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.telemetryconfigextension.dll |
15.0.4390.2 |
71,720 |
12-ส.ค.-24 |
06:53 |
x64 |
Microsoft.sqlserver.configuration.telemetryconfigextension.resources.dll |
15.0.4390.2 |
17,960 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.uiextension.dll |
15.0.4390.2 |
112,680 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.uiextension.xmlserializers.dll |
15.0.4390.2 |
52,688 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.dll |
15.0.4390.2 |
38,864 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.dll |
15.0.4390.2 |
186,304 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.xmlserializers.dll |
15.0.4390.2 |
59,840 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.wmiinterop.dll |
15.0.4390.2 |
329,808 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sqlserver.configuration.xmlserializers.dll |
15.0.4390.2 |
161,320 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.dll |
15.0.4390.2 |
38,992 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.connectioninfo.dll |
15.0.18185.0 |
156,632 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sqlserver.customcontrols.dll |
15.0.4390.2 |
51,256 |
12-ส.ค.-24 |
05:07 |
x86 |
Microsoft.sqlserver.datawarehouse.workloaddeployment.dll |
15.0.1970.0 |
714,184 |
12-ส.ค.-24 |
05:23 |
x86 |
Microsoft.sqlserver.deployment.dll |
15.0.4390.2 |
260,136 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sqlserver.deployment.xmlserializers.dll |
15.0.4390.2 |
27,712 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sqlserver.diagnostics.strace.dll |
15.0.4390.2 |
129,064 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sqlserver.discovery.dll |
15.0.4390.2 |
231,376 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.discovery.xmlserializers.dll |
15.0.4390.2 |
215,488 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.dmf.common.dll |
15.0.18185.0 |
66,008 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sqlserver.dmf.dll |
15.0.18185.0 |
315,824 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sqlserver.instapi.dll |
15.0.4390.2 |
51,264 |
12-ส.ค.-24 |
05:04 |
x86 |
Microsoft.sqlserver.interop.firewallapi.dll |
15.0.0.0 |
32,696 |
12-ส.ค.-24 |
05:04 |
x86 |
Microsoft.sqlserver.interop.taskschd.dll |
15.0.0.0 |
47,184 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.interop.wuapilib.dll |
15.0.0.0 |
87,592 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.management.controls.dll |
15.0.16146.0 |
399,584 |
12-ส.ค.-24 |
05:07 |
x86 |
Microsoft.sqlserver.management.sdk.sfc.dll |
15.0.18185.0 |
523,224 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.dll |
15.0.4390.2 |
104,488 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.xmlserializers.dll |
15.0.4390.2 |
68,648 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.smo.dll |
15.0.18185.0 |
4,265,920 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sqlserver.sqlclrprovider.dll |
15.0.18185.0 |
23,512 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sqlserver.sqlenum.dll |
15.0.18185.0 |
1,500,120 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sqlserver.sstring.dll |
15.0.4390.2 |
38,976 |
12-ส.ค.-24 |
05:04 |
x86 |
Microsoft.sqlserver.usagetracking.dll |
2019.150.4390.2 |
75,816 |
12-ส.ค.-24 |
06:53 |
x64 |
Msvcp140.dll |
14.16.27033.0 |
627,992 |
12-ส.ค.-24 |
05:07 |
x64 |
Msvcp140_1.dll |
14.16.27033.0 |
31,512 |
12-ส.ค.-24 |
05:07 |
x64 |
Newtonsoft.json.dll |
6.0.8.18111 |
513,424 |
12-ส.ค.-24 |
05:34 |
x86 |
Package.xsd |
Not Applicable |
8,832 |
12-ส.ค.-24 |
05:05 |
Not Applicable |
Patchwizard.xml |
Not Applicable |
6,057 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Pidgenx.dll |
15.0.169.500 |
1,475,160 |
12-ส.ค.-24 |
05:07 |
x64 |
Pidprivateconfigobjectmaps.xml |
Not Applicable |
92,538 |
12-ส.ค.-24 |
05:07 |
Not Applicable |
Prepareclusterwizard.xml |
Not Applicable |
13,679 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Prepareimagewizard.xml |
Not Applicable |
8,698 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Removenode.xml |
Not Applicable |
4,946 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Removepatchwizard.xml |
Not Applicable |
5,680 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Repairwizard.xml |
Not Applicable |
6,999 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Rsetup.exe |
15.0.4390.2 |
247,872 |
12-ส.ค.-24 |
06:53 |
x86 |
Runrulesui.xml |
Not Applicable |
1,403 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Scenarioengine.exe |
15.0.4390.2 |
67,536 |
12-ส.ค.-24 |
06:53 |
x64 |
Scenarioengine.exe.config |
Not Applicable |
486 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Shellobjects.dll |
1.0.0.0 |
129,600 |
12-ส.ค.-24 |
06:53 |
x86 |
Sqlboot.dll |
2019.150.4390.2 |
215,080 |
12-ส.ค.-24 |
05:35 |
x64 |
Sqlcab.dll |
2019.150.4390.2 |
169,920 |
12-ส.ค.-24 |
06:53 |
x64 |
Sqlconf.dll |
2019.150.4390.2 |
63,440 |
12-ส.ค.-24 |
06:53 |
x64 |
Sqlmu.dll |
2019.150.4390.2 |
116,776 |
12-ส.ค.-24 |
06:53 |
x64 |
Sqlprocesssub.dll |
2019.150.4390.2 |
124,992 |
12-ส.ค.-24 |
06:53 |
x64 |
Sqlsccn.dll |
2019.150.4390.2 |
112,576 |
12-ส.ค.-24 |
06:53 |
x64 |
Uninstallwizard.xml |
Not Applicable |
4,648 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Upgradewizard.xml |
Not Applicable |
14,573 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Vccorlib140.dll |
14.16.27033.0 |
366,872 |
12-ส.ค.-24 |
05:07 |
x64 |
Vcruntime140.dll |
14.16.27033.0 |
85,784 |
12-ส.ค.-24 |
05:07 |
x64 |
Landingpage.resources.dll |
15.0.4390.2 |
72,144 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
15.0.4390.2 |
71,744 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
15.0.4390.2 |
22,592 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
15.0.4390.2 |
405,560 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
15.0.4390.2 |
35,368 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
15.0.4390.2 |
41,512 |
12-ส.ค.-24 |
05:08 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
15.0.4390.2 |
17,352 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
15.0.4390.2 |
30,144 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
15.0.4390.2 |
68,136 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
15.0.4390.2 |
25,536 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
15.0.4390.2 |
163,384 |
12-ส.ค.-24 |
05:30 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
15.0.4390.2 |
18,984 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
15.0.4390.2 |
21,544 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
15.0.4390.2 |
21,056 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
15.0.4390.2 |
20,520 |
12-ส.ค.-24 |
05:32 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
15.0.4390.2 |
16,440 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
15.0.4390.2 |
16,440 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
15.0.4390.2 |
1,125,312 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
15.0.4390.2 |
17,448 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
15.0.4390.2 |
20,928 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
15.0.4390.2 |
19,920 |
12-ส.ค.-24 |
05:28 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
15.0.4390.2 |
21,056 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
15.0.4390.2 |
74,296 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
15.0.4390.2 |
42,536 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.polybasejavaconfigextension.resources.dll |
15.0.4390.2 |
24,104 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
15.0.4390.2 |
21,032 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
15.0.4390.2 |
17,344 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
15.0.4390.2 |
63,016 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
15.0.4390.2 |
62,520 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
15.0.4390.2 |
32,320 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
15.0.4390.2 |
16,336 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
15.0.4390.2 |
1,698,368 |
12-ส.ค.-24 |
05:10 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
15.0.4390.2 |
54,312 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
15.0.4390.2 |
317,376 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
15.0.4390.2 |
22,056 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
15.0.4390.2 |
34,360 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
15.0.4390.2 |
16,440 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
15.0.4390.2 |
16,320 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2019.150.4390.2 |
20,928 |
12-ส.ค.-24 |
05:29 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
15.0.4390.2 |
38,352 |
12-ส.ค.-24 |
05:31 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
15.0.4390.2 |
18,368 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2019.150.4390.2 |
157,760 |
12-ส.ค.-24 |
05:30 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
15.0.4390.2 |
21,440 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
15.0.4390.2 |
21,568 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
15.0.4390.2 |
16,424 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
15.0.4390.2 |
56,872 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
15.0.4390.2 |
15,808 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.connectioninfo.resources.dll |
15.0.18185.0 |
21,440 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
15.0.4390.2 |
15,416 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
15.0.4390.2 |
94,656 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.dmf.common.resources.dll |
15.0.18185.0 |
18,904 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.dmf.resources.dll |
15.0.18185.0 |
33,752 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
15.0.16146.0 |
85,728 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.management.sdk.sfc.resources.dll |
15.0.18185.0 |
154,544 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
15.0.4390.2 |
27,704 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.smo.resources.dll |
15.0.18185.0 |
871,344 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.sqlenum.resources.dll |
15.0.18185.0 |
910,784 |
12-ส.ค.-24 |
05:56 |
x86 |
Landingpage.resources.dll |
15.0.4390.2 |
72,256 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
15.0.4390.2 |
71,616 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
15.0.4390.2 |
22,584 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
15.0.4390.2 |
405,440 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
15.0.4390.2 |
34,856 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
15.0.4390.2 |
41,000 |
12-ส.ค.-24 |
05:08 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
15.0.4390.2 |
17,344 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
15.0.4390.2 |
30,248 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
15.0.4390.2 |
68,648 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
15.0.4390.2 |
25,656 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
15.0.4390.2 |
162,856 |
12-ส.ค.-24 |
05:30 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
15.0.4390.2 |
18,472 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
15.0.4390.2 |
21,456 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
15.0.4390.2 |
21,032 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
15.0.4390.2 |
20,928 |
12-ส.ค.-24 |
05:32 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
15.0.4390.2 |
16,320 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
15.0.4390.2 |
16,424 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
15.0.4390.2 |
1,128,504 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
15.0.4390.2 |
17,344 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
15.0.4390.2 |
21,584 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
15.0.4390.2 |
20,544 |
12-ส.ค.-24 |
05:28 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
15.0.4390.2 |
21,032 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
15.0.4390.2 |
74,176 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
15.0.4390.2 |
43,048 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.polybasejavaconfigextension.resources.dll |
15.0.4390.2 |
24,016 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
15.0.4390.2 |
20,944 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
15.0.4390.2 |
17,360 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
15.0.4390.2 |
64,568 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
15.0.4390.2 |
62,016 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
15.0.4390.2 |
32,320 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
15.0.4390.2 |
16,448 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
15.0.4390.2 |
1,678,376 |
12-ส.ค.-24 |
05:10 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
15.0.4390.2 |
53,288 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
15.0.4390.2 |
317,888 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
15.0.4390.2 |
22,056 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
15.0.4390.2 |
35,384 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
15.0.4390.2 |
16,424 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
15.0.4390.2 |
16,320 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2019.150.4390.2 |
20,944 |
12-ส.ค.-24 |
05:29 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
15.0.4390.2 |
38,336 |
12-ส.ค.-24 |
05:31 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
15.0.4390.2 |
18,384 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2019.150.4390.2 |
158,248 |
12-ส.ค.-24 |
05:30 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
15.0.4390.2 |
21,440 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
15.0.4390.2 |
21,952 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
15.0.4390.2 |
16,424 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
15.0.4390.2 |
57,408 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
15.0.4390.2 |
16,424 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.connectioninfo.resources.dll |
15.0.18185.0 |
20,952 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
15.0.4390.2 |
15,440 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
15.0.4390.2 |
94,800 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.dmf.common.resources.dll |
15.0.18185.0 |
18,904 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.dmf.resources.dll |
15.0.18185.0 |
32,176 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
15.0.16146.0 |
85,728 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.management.sdk.sfc.resources.dll |
15.0.18185.0 |
154,584 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
15.0.4390.2 |
27,200 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.smo.resources.dll |
15.0.18185.0 |
873,920 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.sqlenum.resources.dll |
15.0.18185.0 |
910,808 |
12-ส.ค.-24 |
05:56 |
x86 |
Landingpage.resources.dll |
15.0.4390.2 |
72,232 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
15.0.4390.2 |
71,616 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
15.0.4390.2 |
22,568 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
15.0.4390.2 |
405,440 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
15.0.4390.2 |
35,384 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
15.0.4390.2 |
42,024 |
12-ส.ค.-24 |
05:08 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
15.0.4390.2 |
17,960 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
15.0.4390.2 |
30,800 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
15.0.4390.2 |
69,056 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
15.0.4390.2 |
26,064 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
15.0.4390.2 |
166,464 |
12-ส.ค.-24 |
05:30 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
15.0.4390.2 |
18,984 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
15.0.4390.2 |
21,440 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
15.0.4390.2 |
21,544 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
15.0.4390.2 |
21,440 |
12-ส.ค.-24 |
05:32 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
15.0.4390.2 |
16,440 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
15.0.4390.2 |
16,448 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
15.0.4390.2 |
1,129,024 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
15.0.4390.2 |
17,344 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
15.0.4390.2 |
21,032 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
15.0.4390.2 |
20,032 |
12-ส.ค.-24 |
05:28 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
15.0.4390.2 |
21,032 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
15.0.4390.2 |
75,320 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
15.0.4390.2 |
43,088 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.polybasejavaconfigextension.resources.dll |
15.0.4390.2 |
24,008 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
15.0.4390.2 |
21,032 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
15.0.4390.2 |
17,448 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
15.0.4390.2 |
65,064 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
15.0.4390.2 |
62,912 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
15.0.4390.2 |
32,192 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
15.0.4390.2 |
16,424 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
15.0.4390.2 |
1,556,024 |
12-ส.ค.-24 |
05:10 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
15.0.4390.2 |
55,336 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
15.0.4390.2 |
321,984 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
15.0.4390.2 |
21,968 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
15.0.4390.2 |
35,776 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
15.0.4390.2 |
16,440 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
15.0.4390.2 |
16,320 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2019.150.4390.2 |
21,072 |
12-ส.ค.-24 |
05:29 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
15.0.4390.2 |
38,848 |
12-ส.ค.-24 |
05:31 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
15.0.4390.2 |
18,880 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2019.150.4390.2 |
159,680 |
12-ส.ค.-24 |
05:30 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
15.0.4390.2 |
22,056 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
15.0.4390.2 |
22,056 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
15.0.4390.2 |
16,448 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
15.0.4390.2 |
57,280 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
15.0.4390.2 |
15,936 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.connectioninfo.resources.dll |
15.0.18185.0 |
21,464 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
15.0.4390.2 |
15,400 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
15.0.4390.2 |
94,784 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.dmf.common.resources.dll |
15.0.18185.0 |
18,880 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.dmf.resources.dll |
15.0.18185.0 |
33,200 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
15.0.16146.0 |
85,728 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.management.sdk.sfc.resources.dll |
15.0.18185.0 |
155,608 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
15.0.4390.2 |
27,584 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.smo.resources.dll |
15.0.18185.0 |
879,040 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.sqlenum.resources.dll |
15.0.18185.0 |
910,808 |
12-ส.ค.-24 |
05:56 |
x86 |
Landingpage.resources.dll |
15.0.4390.2 |
71,720 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
15.0.4390.2 |
71,616 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
15.0.4390.2 |
22,480 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
15.0.4390.2 |
405,440 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
15.0.4390.2 |
34,872 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
15.0.4390.2 |
41,000 |
12-ส.ค.-24 |
05:08 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
15.0.4390.2 |
17,448 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
15.0.4390.2 |
29,632 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
15.0.4390.2 |
67,624 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
15.0.4390.2 |
25,552 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
15.0.4390.2 |
160,296 |
12-ส.ค.-24 |
05:30 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
15.0.4390.2 |
18,472 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
15.0.4390.2 |
21,456 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
15.0.4390.2 |
21,032 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
15.0.4390.2 |
20,416 |
12-ส.ค.-24 |
05:32 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
15.0.4390.2 |
16,464 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
15.0.4390.2 |
16,424 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
15.0.4390.2 |
1,124,392 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
15.0.4390.2 |
17,448 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
15.0.4390.2 |
21,456 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
15.0.4390.2 |
20,048 |
12-ส.ค.-24 |
05:28 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
15.0.4390.2 |
21,048 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
15.0.4390.2 |
74,304 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
15.0.4390.2 |
42,448 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
15.0.4390.2 |
20,928 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
15.0.4390.2 |
17,488 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
15.0.4390.2 |
63,528 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
15.0.4390.2 |
61,480 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
15.0.4390.2 |
32,312 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
15.0.4390.2 |
16,424 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
15.0.4390.2 |
1,690,152 |
12-ส.ค.-24 |
05:10 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
15.0.4390.2 |
54,312 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
15.0.4390.2 |
315,456 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
15.0.4390.2 |
22,056 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
15.0.4390.2 |
35,384 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
15.0.4390.2 |
16,320 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
15.0.4390.2 |
16,440 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2019.150.4390.2 |
21,032 |
12-ส.ค.-24 |
05:29 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
15.0.4390.2 |
38,464 |
12-ส.ค.-24 |
05:31 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
15.0.4390.2 |
18,384 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2019.150.4390.2 |
156,112 |
12-ส.ค.-24 |
05:30 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
15.0.4390.2 |
21,544 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
15.0.4390.2 |
21,432 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
15.0.4390.2 |
16,336 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
15.0.4390.2 |
56,896 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
15.0.4390.2 |
16,448 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.connectioninfo.resources.dll |
15.0.18185.0 |
21,464 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
15.0.4390.2 |
15,416 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
15.0.4390.2 |
94,656 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.dmf.common.resources.dll |
15.0.18185.0 |
17,840 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.dmf.resources.dll |
15.0.18185.0 |
33,752 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
15.0.16146.0 |
85,720 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.management.sdk.sfc.resources.dll |
15.0.18185.0 |
154,584 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
15.0.4390.2 |
27,176 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.smo.resources.dll |
15.0.18185.0 |
850,904 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.sqlenum.resources.dll |
15.0.18185.0 |
910,784 |
12-ส.ค.-24 |
05:56 |
x86 |
Landingpage.resources.dll |
15.0.4390.2 |
73,664 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
15.0.4390.2 |
72,128 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
15.0.4390.2 |
22,464 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
15.0.4390.2 |
405,560 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
15.0.4390.2 |
35,880 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
15.0.4390.2 |
43,064 |
12-ส.ค.-24 |
05:08 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
15.0.4390.2 |
17,976 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
15.0.4390.2 |
32,704 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
15.0.4390.2 |
72,256 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
15.0.4390.2 |
27,072 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
15.0.4390.2 |
179,264 |
12-ส.ค.-24 |
05:30 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
15.0.4390.2 |
18,984 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
15.0.4390.2 |
22,080 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
15.0.4390.2 |
22,056 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
15.0.4390.2 |
20,928 |
12-ส.ค.-24 |
05:32 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
15.0.4390.2 |
16,320 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
15.0.4390.2 |
16,320 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
15.0.4390.2 |
1,137,720 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
15.0.4390.2 |
17,344 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
15.0.4390.2 |
21,544 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
15.0.4390.2 |
20,544 |
12-ส.ค.-24 |
05:28 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
15.0.4390.2 |
21,072 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
15.0.4390.2 |
78,272 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
15.0.4390.2 |
43,968 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.polybasejavaconfigextension.resources.dll |
15.0.4390.2 |
24,000 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
15.0.4390.2 |
21,440 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
15.0.4390.2 |
17,344 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
15.0.4390.2 |
68,648 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
15.0.4390.2 |
66,640 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
15.0.4390.2 |
32,848 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
15.0.4390.2 |
16,424 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
15.0.4390.2 |
1,622,464 |
12-ส.ค.-24 |
05:10 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
15.0.4390.2 |
56,888 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
15.0.4390.2 |
336,464 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
15.0.4390.2 |
21,952 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
15.0.4390.2 |
38,440 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
15.0.4390.2 |
16,448 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
15.0.4390.2 |
16,424 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2019.150.4390.2 |
22,056 |
12-ส.ค.-24 |
05:29 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
15.0.4390.2 |
40,384 |
12-ส.ค.-24 |
05:31 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
15.0.4390.2 |
18,880 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2019.150.4390.2 |
165,440 |
12-ส.ค.-24 |
05:30 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
15.0.4390.2 |
21,952 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
15.0.4390.2 |
22,568 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
15.0.4390.2 |
16,936 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
15.0.4390.2 |
57,384 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
15.0.4390.2 |
15,912 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.connectioninfo.resources.dll |
15.0.18185.0 |
21,976 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
15.0.4390.2 |
15,424 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
15.0.4390.2 |
94,760 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.dmf.common.resources.dll |
15.0.18185.0 |
19,416 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.dmf.resources.dll |
15.0.18185.0 |
35,776 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
15.0.16146.0 |
85,728 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.management.sdk.sfc.resources.dll |
15.0.18185.0 |
157,120 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
15.0.4390.2 |
28,200 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.smo.resources.dll |
15.0.18185.0 |
916,952 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.sqlenum.resources.dll |
15.0.18185.0 |
911,280 |
12-ส.ค.-24 |
05:56 |
x86 |
Landingpage.resources.dll |
15.0.4390.2 |
71,632 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
15.0.4390.2 |
71,616 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
15.0.4390.2 |
22,568 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
15.0.4390.2 |
405,440 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
15.0.4390.2 |
35,368 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
15.0.4390.2 |
41,512 |
12-ส.ค.-24 |
05:08 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
15.0.4390.2 |
17,472 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
15.0.4390.2 |
30,656 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
15.0.4390.2 |
68,664 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
15.0.4390.2 |
25,536 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
15.0.4390.2 |
167,464 |
12-ส.ค.-24 |
05:30 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
15.0.4390.2 |
18,984 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
15.0.4390.2 |
21,568 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
15.0.4390.2 |
21,544 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
15.0.4390.2 |
20,536 |
12-ส.ค.-24 |
05:32 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
15.0.4390.2 |
16,440 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
15.0.4390.2 |
16,312 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
15.0.4390.2 |
1,124,800 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
15.0.4390.2 |
17,360 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
15.0.4390.2 |
21,544 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
15.0.4390.2 |
19,904 |
12-ส.ค.-24 |
05:28 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
15.0.4390.2 |
21,048 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
15.0.4390.2 |
73,784 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
15.0.4390.2 |
43,048 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.polybasejavaconfigextension.resources.dll |
15.0.4390.2 |
24,104 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
15.0.4390.2 |
20,944 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
15.0.4390.2 |
17,360 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
15.0.4390.2 |
64,552 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
15.0.4390.2 |
61,904 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
15.0.4390.2 |
32,312 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
15.0.4390.2 |
16,424 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
15.0.4390.2 |
1,472,568 |
12-ส.ค.-24 |
05:10 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
15.0.4390.2 |
54,824 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
15.0.4390.2 |
315,456 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
15.0.4390.2 |
21,968 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
15.0.4390.2 |
35,264 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
15.0.4390.2 |
16,320 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
15.0.4390.2 |
16,424 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2019.150.4390.2 |
21,456 |
12-ส.ค.-24 |
05:29 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
15.0.4390.2 |
38,336 |
12-ส.ค.-24 |
05:31 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
15.0.4390.2 |
18,496 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2019.150.4390.2 |
158,144 |
12-ส.ค.-24 |
05:30 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
15.0.4390.2 |
22,056 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
15.0.4390.2 |
22,072 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
15.0.4390.2 |
16,424 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
15.0.4390.2 |
57,296 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
15.0.4390.2 |
15,824 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.connectioninfo.resources.dll |
15.0.18185.0 |
21,464 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
15.0.4390.2 |
15,312 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
15.0.4390.2 |
94,784 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.dmf.common.resources.dll |
15.0.18185.0 |
19,392 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.dmf.resources.dll |
15.0.18185.0 |
33,752 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
15.0.16146.0 |
85,728 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.management.sdk.sfc.resources.dll |
15.0.18185.0 |
155,608 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
15.0.4390.2 |
27,176 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.smo.resources.dll |
15.0.18185.0 |
871,384 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.sqlenum.resources.dll |
15.0.18185.0 |
910,784 |
12-ส.ค.-24 |
05:56 |
x86 |
Landingpage.resources.dll |
15.0.4390.2 |
71,720 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
15.0.4390.2 |
71,736 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
15.0.4390.2 |
22,592 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
15.0.4390.2 |
405,440 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
15.0.4390.2 |
34,872 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
15.0.4390.2 |
41,016 |
12-ส.ค.-24 |
05:08 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
15.0.4390.2 |
17,360 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
15.0.4390.2 |
29,736 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
15.0.4390.2 |
67,624 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
15.0.4390.2 |
25,040 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
15.0.4390.2 |
160,296 |
12-ส.ค.-24 |
05:30 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
15.0.4390.2 |
18,984 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
15.0.4390.2 |
21,544 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
15.0.4390.2 |
21,048 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
15.0.4390.2 |
20,536 |
12-ส.ค.-24 |
05:32 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
15.0.4390.2 |
16,440 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
15.0.4390.2 |
16,448 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
15.0.4390.2 |
1,124,800 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
15.0.4390.2 |
17,360 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
15.0.4390.2 |
20,944 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
15.0.4390.2 |
19,904 |
12-ส.ค.-24 |
05:28 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
15.0.4390.2 |
21,048 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
15.0.4390.2 |
73,168 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
15.0.4390.2 |
42,536 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.polybasejavaconfigextension.resources.dll |
15.0.4390.2 |
24,144 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
15.0.4390.2 |
20,944 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
15.0.4390.2 |
17,448 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
15.0.4390.2 |
63,032 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
15.0.4390.2 |
62,016 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
15.0.4390.2 |
32,320 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
15.0.4390.2 |
16,336 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
15.0.4390.2 |
1,589,184 |
12-ส.ค.-24 |
05:10 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
15.0.4390.2 |
52,264 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
15.0.4390.2 |
313,408 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
15.0.4390.2 |
21,544 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
15.0.4390.2 |
34,360 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
15.0.4390.2 |
16,336 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
15.0.4390.2 |
16,440 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2019.150.4390.2 |
21,032 |
12-ส.ค.-24 |
05:29 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
15.0.4390.2 |
37,824 |
12-ส.ค.-24 |
05:31 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
15.0.4390.2 |
18,472 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2019.150.4390.2 |
156,624 |
12-ส.ค.-24 |
05:30 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
15.0.4390.2 |
21,544 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
15.0.4390.2 |
21,544 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
15.0.4390.2 |
16,424 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
15.0.4390.2 |
56,784 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
15.0.4390.2 |
15,808 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.connectioninfo.resources.dll |
15.0.18185.0 |
20,952 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
15.0.4390.2 |
15,416 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
15.0.4390.2 |
94,760 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.dmf.common.resources.dll |
15.0.18185.0 |
18,904 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.dmf.resources.dll |
15.0.18185.0 |
32,176 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
15.0.16146.0 |
85,728 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.management.sdk.sfc.resources.dll |
15.0.18185.0 |
154,560 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
15.0.4390.2 |
27,176 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.smo.resources.dll |
15.0.18185.0 |
857,536 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.sqlenum.resources.dll |
15.0.18185.0 |
910,784 |
12-ส.ค.-24 |
05:56 |
x86 |
Landingpage.resources.dll |
15.0.4390.2 |
76,344 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
15.0.4390.2 |
73,280 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
15.0.4390.2 |
22,592 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
15.0.4390.2 |
405,568 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
15.0.4390.2 |
37,928 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
15.0.4390.2 |
47,672 |
12-ส.ค.-24 |
05:08 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
15.0.4390.2 |
18,880 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
15.0.4390.2 |
34,256 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
15.0.4390.2 |
77,352 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
15.0.4390.2 |
29,632 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
15.0.4390.2 |
191,440 |
12-ส.ค.-24 |
05:30 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
15.0.4390.2 |
20,432 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
15.0.4390.2 |
23,080 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
15.0.4390.2 |
23,592 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
15.0.4390.2 |
22,072 |
12-ส.ค.-24 |
05:32 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
15.0.4390.2 |
16,440 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
15.0.4390.2 |
16,424 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
15.0.4390.2 |
1,159,208 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
15.0.4390.2 |
17,448 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
15.0.4390.2 |
22,096 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
15.0.4390.2 |
20,944 |
12-ส.ค.-24 |
05:28 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
15.0.4390.2 |
21,032 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
15.0.4390.2 |
84,536 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
15.0.4390.2 |
45,504 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.polybasejavaconfigextension.resources.dll |
15.0.4390.2 |
25,128 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
15.0.4390.2 |
21,440 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
15.0.4390.2 |
17,448 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
15.0.4390.2 |
76,328 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
15.0.4390.2 |
75,304 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
15.0.4390.2 |
34,240 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
15.0.4390.2 |
16,320 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
15.0.4390.2 |
2,129,344 |
12-ส.ค.-24 |
05:10 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
15.0.4390.2 |
60,456 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
15.0.4390.2 |
363,456 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
15.0.4390.2 |
22,568 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
15.0.4390.2 |
42,432 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
15.0.4390.2 |
16,424 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
15.0.4390.2 |
16,424 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2019.150.4390.2 |
23,080 |
12-ส.ค.-24 |
05:29 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
15.0.4390.2 |
44,600 |
12-ส.ค.-24 |
05:31 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
15.0.4390.2 |
19,904 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2019.150.4390.2 |
175,680 |
12-ส.ค.-24 |
05:30 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
15.0.4390.2 |
22,592 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
15.0.4390.2 |
23,632 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
15.0.4390.2 |
16,936 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
15.0.4390.2 |
57,792 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
15.0.4390.2 |
16,312 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.connectioninfo.resources.dll |
15.0.18185.0 |
23,512 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
15.0.4390.2 |
15,440 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
15.0.4390.2 |
94,760 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.dmf.common.resources.dll |
15.0.18185.0 |
20,440 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.dmf.resources.dll |
15.0.18185.0 |
39,384 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
15.0.16146.0 |
85,728 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.management.sdk.sfc.resources.dll |
15.0.18185.0 |
160,728 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
15.0.4390.2 |
29,736 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.smo.resources.dll |
15.0.18185.0 |
1,111,512 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.sqlenum.resources.dll |
15.0.18185.0 |
914,392 |
12-ส.ค.-24 |
05:56 |
x86 |
Conn_info.msp |
Not Applicable |
118,784 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Masterdataservices.msi |
Not Applicable |
26,427,392 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Msmpisetup.exe |
10.1.12498.17 |
7,879,080 |
12-ส.ค.-24 |
05:07 |
x86 |
Rsfx.msi |
Not Applicable |
2,617,344 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Smo.msp |
Not Applicable |
1,658,880 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Smo_extensions.msp |
Not Applicable |
585,728 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Sql_as.msp |
Not Applicable |
127,700,992 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Sql_azul_java.msp |
Not Applicable |
169,697,280 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Sql_batchparser.msp |
Not Applicable |
200,704 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Sql_common_core.msp |
Not Applicable |
2,666,496 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Sql_dmf.msp |
Not Applicable |
176,128 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Sql_dq_common.msp |
Not Applicable |
1,073,152 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Sql_dreplay_client.msp |
Not Applicable |
507,904 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Sql_dreplay_controller.msp |
Not Applicable |
466,944 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Sql_engine_core_inst.msp |
Not Applicable |
93,360,128 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Sql_engine_core_shared.msp |
Not Applicable |
16,347,136 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Sql_extensibility.msp |
Not Applicable |
1,368,064 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Sql_fulltext.msp |
Not Applicable |
409,600 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Sql_inst_mpy.msp |
Not Applicable |
49,152 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Sql_inst_mr.msp |
Not Applicable |
49,152 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Sql_is.msp |
Not Applicable |
25,010,176 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Sql_is_worker.msp |
Not Applicable |
98,304 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Sql_polybase_core_inst.msp |
Not Applicable |
115,556,352 |
12-ส.ค.-24 |
06:25 |
Not Applicable |
Sql_polybase_java_inst.msp |
Not Applicable |
213,835,776 |
12-ส.ค.-24 |
06:36 |
Not Applicable |
Sql_shared_aa.msp |
Not Applicable |
49,152 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Sql_shared_mpy.msp |
Not Applicable |
49,152 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Sql_shared_mr.msp |
Not Applicable |
49,152 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Sql_tools_extensions.msp |
Not Applicable |
13,393,920 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Sql_xevent.msp |
Not Applicable |
262,144 |
12-ส.ค.-24 |
06:53 |
Not Applicable |
Microsoft.sqlserver.management.controls.resources.dll |
15.0.16146.0 |
85,728 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
15.0.16146.0 |
85,728 |
12-ส.ค.-24 |
06:53 |
x86 |
Landingpage.resources.dll |
15.0.4390.2 |
69,176 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
15.0.4390.2 |
71,736 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
15.0.4390.2 |
22,464 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
15.0.4390.2 |
405,544 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
15.0.4390.2 |
33,336 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
15.0.4390.2 |
38,440 |
12-ส.ค.-24 |
05:08 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
15.0.4390.2 |
16,832 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
15.0.4390.2 |
28,096 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
15.0.4390.2 |
63,424 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
15.0.4390.2 |
24,000 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
15.0.4390.2 |
149,544 |
12-ส.ค.-24 |
05:30 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
15.0.4390.2 |
18,000 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
15.0.4390.2 |
20,944 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
15.0.4390.2 |
20,520 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
15.0.4390.2 |
20,024 |
12-ส.ค.-24 |
05:32 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
15.0.4390.2 |
16,320 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
15.0.4390.2 |
16,440 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
15.0.4390.2 |
1,110,976 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
15.0.4390.2 |
17,464 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
15.0.4390.2 |
20,544 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
15.0.4390.2 |
19,392 |
12-ส.ค.-24 |
05:28 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
15.0.4390.2 |
21,032 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
15.0.4390.2 |
69,056 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
15.0.4390.2 |
41,512 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.polybasejavaconfigextension.resources.dll |
15.0.4390.2 |
23,592 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
15.0.4390.2 |
20,944 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
15.0.4390.2 |
17,464 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
15.0.4390.2 |
57,912 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
15.0.4390.2 |
55,864 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
15.0.4390.2 |
31,184 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
15.0.4390.2 |
16,336 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
15.0.4390.2 |
1,342,504 |
12-ส.ค.-24 |
05:10 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
15.0.4390.2 |
50,216 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
15.0.4390.2 |
294,352 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
15.0.4390.2 |
21,584 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
15.0.4390.2 |
31,784 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
15.0.4390.2 |
16,424 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
15.0.4390.2 |
16,424 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2019.150.4390.2 |
20,520 |
12-ส.ค.-24 |
05:29 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
15.0.4390.2 |
35,880 |
12-ส.ค.-24 |
05:31 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
15.0.4390.2 |
17,984 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2019.150.4390.2 |
147,904 |
12-ส.ค.-24 |
05:30 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
15.0.4390.2 |
21,440 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
15.0.4390.2 |
21,056 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
15.0.4390.2 |
16,448 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
15.0.4390.2 |
56,912 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
15.0.4390.2 |
15,912 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.connectioninfo.resources.dll |
15.0.18185.0 |
19,376 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
15.0.4390.2 |
15,296 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
15.0.4390.2 |
94,656 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.dmf.common.resources.dll |
15.0.18185.0 |
18,392 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.dmf.resources.dll |
15.0.18185.0 |
30,680 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.management.sdk.sfc.resources.dll |
15.0.18185.0 |
152,536 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
15.0.4390.2 |
26,664 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.smo.resources.dll |
15.0.18185.0 |
759,256 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.sqlenum.resources.dll |
15.0.18185.0 |
908,208 |
12-ส.ค.-24 |
05:56 |
x86 |
Landingpage.resources.dll |
15.0.4390.2 |
70,184 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
15.0.4390.2 |
71,736 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
15.0.4390.2 |
22,584 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
15.0.4390.2 |
405,584 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
15.0.4390.2 |
33,848 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
15.0.4390.2 |
37,928 |
12-ส.ค.-24 |
05:08 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
15.0.4390.2 |
16,832 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
15.0.4390.2 |
28,200 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
15.0.4390.2 |
63,936 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
15.0.4390.2 |
24,120 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
15.0.4390.2 |
149,952 |
12-ส.ค.-24 |
05:30 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
15.0.4390.2 |
17,960 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
15.0.4390.2 |
20,944 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
15.0.4390.2 |
20,536 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
15.0.4390.2 |
20,032 |
12-ส.ค.-24 |
05:32 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
15.0.4390.2 |
16,440 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
15.0.4390.2 |
16,424 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
15.0.4390.2 |
1,112,656 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
15.0.4390.2 |
17,344 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
15.0.4390.2 |
20,416 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
15.0.4390.2 |
19,408 |
12-ส.ค.-24 |
05:28 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
15.0.4390.2 |
21,032 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
15.0.4390.2 |
69,688 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
15.0.4390.2 |
41,512 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.polybasejavaconfigextension.resources.dll |
15.0.4390.2 |
23,632 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
15.0.4390.2 |
20,944 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
15.0.4390.2 |
17,448 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
15.0.4390.2 |
57,896 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
15.0.4390.2 |
55,848 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
15.0.4390.2 |
31,288 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
15.0.4390.2 |
16,448 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
15.0.4390.2 |
1,331,768 |
12-ส.ค.-24 |
05:10 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
15.0.4390.2 |
49,704 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
15.0.4390.2 |
295,480 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
15.0.4390.2 |
21,440 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
15.0.4390.2 |
31,784 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
15.0.4390.2 |
16,424 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
15.0.4390.2 |
16,440 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2019.150.4390.2 |
20,432 |
12-ส.ค.-24 |
05:29 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
15.0.4390.2 |
35,896 |
12-ส.ค.-24 |
05:31 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
15.0.4390.2 |
17,960 |
12-ส.ค.-24 |
05:26 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2019.150.4390.2 |
148,416 |
12-ส.ค.-24 |
05:30 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
15.0.4390.2 |
21,568 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
15.0.4390.2 |
21,032 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
15.0.4390.2 |
16,440 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
15.0.4390.2 |
56,872 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
15.0.4390.2 |
15,912 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.connectioninfo.resources.dll |
15.0.18185.0 |
20,440 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
15.0.4390.2 |
15,296 |
12-ส.ค.-24 |
05:05 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
15.0.4390.2 |
94,288 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.dmf.common.resources.dll |
15.0.18185.0 |
18,392 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.dmf.resources.dll |
15.0.18185.0 |
30,680 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.management.sdk.sfc.resources.dll |
15.0.18185.0 |
152,512 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
15.0.4390.2 |
26,560 |
12-ส.ค.-24 |
06:53 |
x86 |
Microsoft.sqlserver.smo.resources.dll |
15.0.18185.0 |
766,912 |
12-ส.ค.-24 |
05:56 |
x86 |
Microsoft.sqlserver.sqlenum.resources.dll |
15.0.18185.0 |
909,760 |
12-ส.ค.-24 |
05:56 |
x86 |
ข้อมูลเกี่ยวกับการป้องกันและความปลอดภัย
ปกป้องตัวคุณเองทางออนไลน์: การสนับสนุนความปลอดภัยของ Windows
เรียนรู้วิธีที่เราป้องกันภัยคุกคามทางไซเบอร์: ความปลอดภัยของ Microsoft