This article is +/- what I want to do except that I'd like to do a point in time restore.
Instead of the line
Code:
SELECT 999999999 AS backup_set_id, 'RESTORE DATABASE ' + @databaseName + ' WITH RECOVERY'
I would like something that did a point in time (if this is possible)
Thanks for your reply
Alren