For some reason we need to work on SQL Server 7.0 database. All I know about the backup command is SQL server 2000, I wonder if there are any difference between this two version in term of backup command. I noticed that SQL Server 7.0 doesn't have a full recovery or bulk-logged recovery mode in database option, how can I configure the SQL Server 7.0 so I can full backup the database per day and backup the log per hour? Thanks.