How can we help you today? How can we help you today?
Nicolas

Activity overview

Latest activity by Nicolas

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 ...
1 follower 2 comments 0 votes
Thanks for looking into it Petey, Your query of just the backupset returns the following (ordered by start date): backup_start_date backup_set_id 2010-11-30 03:20:07.000 1838861 2010-11-30 07:14:19.000 1842905 2010-11-30 08:07:09.000 1843890 2010-11-30 09:02:04.000 1843943 2010-11-30 10:03:51.000 1844058 2010-11-30 11:03:50.000 1844186 2010-11-30 12:04:11.000 1844331 2010-11-30 12:37:56.000 1844368 2010-11-30 12:40:30.000 1844369 2010-11-30 13:06:16.000 1844558 2010-11-30 14:06:06.000 1844816 2010-11-30 15:03:53.000 1844981 2010-11-30 16:03:40.000 1845113 as you can see there is no other log created between 8:07 and 9:02. In fact why should that even matter given that the designated point in time for the restore is 8am? (see the STOPAT directive in the code, which uses the @tijd variable). The filenames that the RESTORE lists at the end would seem to be correct to me: for 8am it would need the 032007, the 071418, and finally the 080708 logs. To me it seems a multi-threading issue. There seem to be 4 threads involved in restoring the 090203 log. (Which it shouldn't even be restoring at all). Your query with the join to backupmediafamily quadruples the resultset, with family_sequence_number 1, 2, 3 and 4 for each backupset. Would you like me to post those entire results here? Regards, Nick / comments
Thanks for looking into it Petey, Your query of just the backupset returns the following (ordered by start date): backup_start_date backup_set_id 2010-11-30 03:20:07.000 1838861 2010-11-30 07:14:19...
0 votes
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...
2 followers 6 comments 0 votes
Thanks for confirming Peter. And yes, of course I was missing the wildcard possibility for step 2. Nick / comments
Thanks for confirming Peter. And yes, of course I was missing the wildcard possibility for step 2. Nick
0 votes
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...
4 followers 12 comments 0 votes