SQL Log Rescue
Latest version: 1.2
Knowledge Base
No full database backup specified message
Category: Troubleshooting & error messages
Date: 16 Apr 2009
Product: SQL Log Rescue
Versions: 1.x
After selecting a database to analyze and a full backup to use, Log Rescue may show this message:
No full database backup specified. SQL Log Rescue may not be able to fully recover all data.
This situation can occur if the log is truncated or if there had been no transactions since the specified full backup. Log Rescue will attempt to recover transactions even if the log was truncated, however not all transactions may be returned if the log file had been subsequently shrunk because the data is no longer available in the log at that point.
For example, you may see the following behavior:
BACKUP DATABASE [Northwind] TO DISK='c:\backups\northwind.bak'
-- Update the Customers table in Northwind and run Log Rescue, choosing the backup you had just done: you will see your updates in the results
BACKUP DATABASE [Northwind] TO DISK='c:\backups\northwind2.bak'
-- Run log rescue. Choosing the first backup will work normally. Choosing the second backup will cause the error message
BACKUP log [Northwind] with truncate_only
-- Run Log Rescue. Choose either backup or both. The error message appears.
USE Northwind
DBCC SHRINKFILE(Northwind_log, 2)
-- Run Log Rescue. The error message will appear and transactions may be absent from the results.
Document ID: KB200805000263 Keywords: SQL,Log,Rescue,no,full,backup,specified
Was this article helpful?
SQL Log Rescue
- There was no relevant information about this database in the backup
- Log Rescue timing out when uncommitted transactions exist on server
- Installation fails because of MDAC requirement
- Timeout expired while examining database logs
- No full database backup specified message
- Disabling live log retrieval
all SQL products
- Compatibility of Red Gate tools in 64-bit environments
- Application has encountered an error and needs to close
- Error message after installing SQL Toolbelt - The description for Event ID ( 1 ) in Source ( nview_info ) cannot be found.
- Changing the temporary directory used by the installer
- Toolbelt Installer "hanging" while "scanning volumes"
- Login failing with "trusted SQL Server connection" error when using RunAs
all products
- Some Red Gate products identified as containing a trojan by Anti-Virus software
- Activation may fail with Unknown Error -1
- Product uses web help although a CHM file is available locally
- Argument exception resulting from missing environment variable
- Check for updates may fail when used through proxies
- 'Unidentified Publisher' error when repairing or uninstalling
- Licensing activates product as standard edition
- Moving Red Gate software products to another machine
- Red Gate tools log locations
- The application UI opening slowly when there is no internet access
SQL Log Rescue
all SQL products
all products
- Red Gate product acknowledgements
- Activating your products
- Activating your products
- Red Gate bundle history
- Check for updates
- Troubleshooting Check for Updates errors
- Current versions
- Deactivating your products
- Installing Red Gate products from the .msi file
- Requesting additional activations
- Serial numbers for bundles
- Reactivating using a different serial number
- Extending your trial
- Finding your serial numbers
- Moving a serial number from one computer to another
- No response received for manual activation
- Licensing and activation resources
- Licensing and activation resources
- Troubleshooting licensing and activation errors
- Licensing and activation FAQs
- Red Gate tools log file locations
- Download old versions of products
- Download product prerequisites & utilities
- Support & upgrades
- Upgrading your software
- Upgrading FAQs

