Category: บันทึกการทำงาน
ลิงค์ต้นฉบับ https://medium.com/@jaroechai_41703/ทำ-database-change-tracking-โดยไม่ต้องเขียน-code-mssql-change-tracking-d0e014d3a362 จากโจทย์ ที่มีคือ ลูกค้าต้องการให้พัฒนาระบบ เก็บข้อมูลที่ต้องการ เชื่อโยงข้อมูลไปให้อีกระบบ แบบ realtime หากข้อมูลมีการเปลี่ยนแปลง วิธีทำ ถ้าคิดแบบบ้านๆ ก็สร้าง trigger ตรวจสอบหากข้อมูลมีการ Insert,Update,Delete ให้ส่งค่าจาก database เราไปให้ database ปลายทาง แต่ว่าโลกแห่งความจริงมันไม่ง่ายแบบนั้น เพราะถ้าหากเรามี field ใน table สัก 40 filed แต่ เราสนใจการเปลี่ยนแปลงแค่ บาง field เท่านั้น หมายความว่า ถ้าเราส่งข้อมูลไปให้ อีก database ทุกครั้งที่มีการเปลี่ยนแปง จำนวน transactin...
การใช้ Windows PowerShell สำหรับเปิด Port Firewall ตามที่ต้องการ โดยใช้คำสั่งดังนี้ ทำการเปิด Windows PowerShell ใช้คำสั่ง : netsh advfirewall firewall add rule name=”Open Port 9999 TCP” dir=in action=allow protocol=TCP localport=9999 netsh advfirewall firewall add rule name=”Open Port 9999 UDP” dir=in action=allow protocol=UDP localport=9999...
In SQL 2005 you can use management views to find slow running queries. A good script i found a while ago on SQL server performance will help get you started; it lists data with the slowest performing first. SELECT creation_time ,last_execution_time...
SELECT user_id , COUNT(*) count FROM PAYMENT GROUP BY account, user_id , date Having COUNT(*) > 1...
SELECT EmployeeName FROM EmployeeTable WHERE LEN(EmployeeName) > 4...
There are various ways to use Single Sign on(SSO) in asp.net web application. We can use cookies, session (state server), SAML and web services etc. Now we would like to give a brief overview of how to use cookie to implement...
คำสั่งสำหรับ import .sql ไฟล์ในกรณีไฟล์ .sql ใหญ่เกินไป เปิด command prompt แล้วพิมพ์ sqlcmd -S <server> -i C:\<your file here>.sql...
แนะนำการติดตั้ง และเริ่มต้นเรียนรู้ Angular 2 (Final Release!)...
🔥🔥Update ล่าสุด!!!🔥🔥 Forex Live By โค้ชซายน์ +++++++++++++++++++++++++++++++ รวบรวมคลิปจากการสอนเทรด Forex ผ่านทางไลฟ์สดเฟสบุค จากเฟส >>> โค้ชซายน์ โค้ชสร้างแรงบันดาลใจ สถาบันโคลเวอร์ฟอเร็ก อคาเดมี่ #เหล่าOKTrader ======================================= Forex Live #1 เริ่มต้นอย่างไรเมื่อ อยากเทรด Forex https://m.facebook.com/story.php… Forex Live # 2 ทำกำไรในตลาด Forex https://m.facebook.com/story.php… Forex Live #3 การเข้าออเดอร์ทั้ง 6 และการตั้ง Tp & Sl https://m.facebook.com/story.php…...
PM> Install-Package Microsoft.ReportViewer.Runtime.Common -Version 11.0.3452 ...