Posts
Sort by recent activity
Report/print/export details
Hi, we use SQL Data Compare in a three-layered staging environment:
1. Development
2. Testing
3. Production
Each stage is administered by different DBA's who need to report (PDF or Excel) not only ...
Why is RESTORE LOG failing?
Hi, any clue as to why the below RESTORE LOG is failing?
We're on SQL Backup 6.4.0.56
I can't see that there's anything wrong with our code. It seems Redgate is doing something in the wrong order?D...
RESTORE ... STOPAT
Hello,
the most common syntax we often need to use for restoring would be (something like):
SQLBackupC -SQL "RESTORE DATABASE Sales_Prod FROM DISK = 'C:\Backups\Sales*.sqb' LATEST_ALL WITH RECOVERY...