Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 A litle bit stupid

Author  Topic 

kyklovod
Starting Member

4 Posts

Posted - 2002-08-09 : 05:43:12
How can i determine if given database has ever been archived(backup)

nr
SQLTeam MVY

12543 Posts

Posted - 2002-08-09 : 06:33:09
If you mean a database backup you can use enterprise manager and look at the last database backup date/time.
Pretty useless if you don't have the file though so the existence of the file is a better check.

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page
   

- Advertisement -