Comments
Sort by recent activity
Ok got it figured out.
Here is the out put
C:\Program Files\Red Gate\SQL Backup\(LOCAL)>SQLBackupC -SQL "RESTORE SQBHEADERO
NLY FROM DISK = 'F:\Cellularlogs\LOG__Cellular_20081004_023000.sqb' "
Red Gate SQL Backup 5.2.0.2825, (c) Red Gate Software Ltd 2004 - 2007
Serial number: 010-001-073940-7652
Reading SQB file header of "F:\Cellularlogs\LOG__Cellular_20081004_023000.sqb"
Backup group ID : 0
File number : 0 of 0
Backup type : 2 (Transaction log)
Native backup size : 33.250 MB
Backup start : 04 October 2008 02:30:48
Backup end : 04 October 2008 02:30:49
Server name : CAPS
Database name : Cellular
First LSN :
Last LSN :
Checkpoint LSN :
Database backup LSN :
C:\Program Files\Red Gate\SQL Backup\(LOCAL)>SQLBackupC -SQL "RESTORE SQBHEADERO
NLY FROM DISK = 'F:\CellularLogs\LOG__Cellular_20081004_024000.sqb' "
Red Gate SQL Backup 5.2.0.2825, (c) Red Gate Software Ltd 2004 - 2007
Serial number: 010-001-073940-7652
Reading SQB file header of "F:\CellularLogs\LOG__Cellular_20081004_024000.sqb"
Backup group ID : 0
File number : 0 of 0
Backup type : 2 (Transaction log)
Native backup size : 31.000 MB
Backup start : 04 October 2008 02:40:43
Backup end : 04 October 2008 02:40:44
Server name : CAPS
Database name : Cellular
First LSN :
Last LSN :
Checkpoint LSN :
Database backup LSN : / comments
Ok got it figured out.
Here is the out put
C:\Program Files\Red Gate\SQL Backup\(LOCAL)>SQLBackupC -SQL "RESTORE SQBHEADERO
NLY FROM DISK = 'F:\Cellularlogs\LOG__Cellular_20081004_023000.sqb' "
Red...
Thanks Peter
Good time to upgrade then. Thanks foe all the help
regards
Rudi / comments
Thanks Peter
Good time to upgrade then. Thanks foe all the help
regards
Rudi
I tried running the commond from CMD but get the following
C:\>SQLBackupC -SQL "RESTORE SQBHEADERONLY FROM DISK = 'F:\Cellularlogs\LOG__Cel
lular_20081004_023000.sqb' "
'SQLBackupC' is not recognized as an internal or external command,
operable program or batch file.
Sorry I am not that clued up when it comes to SQL.... / comments
I tried running the commond from CMD but get the following
C:\>SQLBackupC -SQL "RESTORE SQBHEADERONLY FROM DISK = 'F:\Cellularlogs\LOG__Cel
lular_20081004_023000.sqb' "
'SQLBackupC' is not recogniz...
Hi
No from the primary server there is no error's raised, the backup was succesfull. / comments
Hi
No from the primary server there is no error's raised, the backup was succesfull.
O wait... wrong date.. my bad.
Yes there is.
Warning 300: BackUp Failed. Retry attempt: 1
VDI error 1010: Failed to get configuration from server
SQL Error 3013 and SQL error 3201
Thx
Rudi / comments
O wait... wrong date.. my bad.
Yes there is.
Warning 300: BackUp Failed. Retry attempt: 1
VDI error 1010: Failed to get configuration from server
SQL Error 3013 and SQL error 3201
Thx
Rudi
Hi
Hope all is well.
I read in one of the posts that SQL BackUp 5.3 sorts out a problem regarding to the LSN numbering. Will that sort out my problem? I am still having a lot of problems with my log restore. (SQL Error 4305) When the job runs on server B with the wild card for the log name
DECLARE @exitcode int
DECLARE @sqlerrorcode int
exec master..sqlbackup N'-sql "RESTORE LOG [Cellular] FROM DISK = ''F:\CellularLogs\LOG__Cellular_*.sqb'' WITH STANDBY = ''C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Backup\UNDO_Cellular.DAT'', ERASEFILES = 7, FILEOPTIONS = 1, MOVETO = ''F:\CellularLogs\done\''"', @exitcode OUTPUT, @sqlerrorcode OUTPUT
IF (@exitcode <>0) OR (@sqlerrorcode <> 0)
BEGIN
RAISERROR ('SQL Backup job failed with exitcode: %d SQL error code: %d', 16, 1, @exitcode, @sqlerrorcode)
END
the job wil fail with SQL error 4305
But if I run the same job in SQL Query and spesify the log name the restore job will succeed...
Thx
Rudi / comments
Hi
Hope all is well.
I read in one of the posts that SQL BackUp 5.3 sorts out a problem regarding to the LSN numbering. Will that sort out my problem? I am still having a lot of problems with my lo...