Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
USE MSDB
GO
select MIN(backup_finish_date) from backupset
select count (*)
from backupset
where backup_finish_date <= '2000-03-31'