Relative Content

Tag Archive for sql-serverdatabase-restore

Trouble Restoring DB/Logs to point in time

I am trying to use SMSS to restore a database to a specific point in time. When i select the point in time, I get 3 backup sets to restore, one of them with a null filename and location. The script is outlined below, and there is a failure stating Cannot open backup device ‘NUL’. Operating system error 2(The system cannot find the file specified.) for the log restore of RESTORE LOG [dbRestore] FROM DISK = N’NUL’ WITH FILE = 1, NOUNLOAD, STATS = 5, STOPAT = N’2024-05-10T13:48:38′