The point in time restore is a feature of SQL Server databases which 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 to a previous article where we demonstrated how to do such a restore using SSMS. Continue reading How to make a point in time restore – T-SQL