How to make a point in time restore – T-SQL

point in time restore

The point-in-time restore is a feature of SQL Server databases that allows you to recover an exact state of your database that is specific to an exact point in time.

This option is available ever since the logging for this action has been activated (transaction log). 
This article is a continuation of a previous article where we demonstrated how to do such a restore using SSMS.

Read more