you can watch the 1st video record of the 1st SQL Saturday Event in the middle east at
General topics in SQL Server
you can watch the 1st video record of the 1st SQL Saturday Event in the middle east at
Q : Are all SQL Server events captured in the SQL Server Transaction Logs ?
A : The start and end of each transaction is saved in transaction logs
– Every data modification (insert, update, or delete). This includes changes by system stored procedures or data definition language (DDL) statements to any table, including system tables .
– Every extent and page allocation or deallocation .
– Creating or dropping a table or index.
– Rollback operations .
– Transaction SID .
Restore SQL Database using SSMS In SQL Server 2012