System Support
  • Home
  • Exchange
  • POS
  • Ubuntu

sql

A collection of 2 posts
Check SQL Server Database restore progress and time used.
sql

Check SQL Server Database restore progress and time used.

Use the below statement to monitor SQL Server Database restring progress and time used. SELECT session_id, command, start_time, status, percent_complete, estimated_completion_time, total_elapsed_time FROM sys.dm_exec_requests WHERE command = 'RESTORE DATABASE'; Note: Use this statement while restoring in progress only.
Oct 18, 2024 1 min read
ตรวจสอบความถูกต้องของ SQL DataBase หลังจาก Restore DB ด้วยคำสั่ง "DBCC CHECKDB"
sql

ตรวจสอบความถูกต้องของ SQL DataBase หลังจาก Restore DB ด้วยคำสั่ง "DBCC CHECKDB"

การตรวจสอบความเสียหายของ SQL Server Database ด้วยคำสั่ง DBCC CHECKDB เพื่อป้องกันความเสียหายที่จะเกิดกับ Database ของคุณ DBCC CHECKDB ([DatabaseName]) The results should look like this,
Oct 18, 2024 1 min read
Page 1 of 1
System Support © 2025
Powered by Ghost