How can we help you today? How can we help you today?
rdalton
Here is the full script I am running: master..sqlbackup 'sql "restore database [hchb_hha_20060529rd] from disk = ''\\lounas01\sqlbackups\hchb_hha\HCHB_HHA_PSQL0305_(local)_FULL_20060527_00.sqb'' with NOrecovery, move ''HCHB_TSCH_Data'' to ''G:\Program Files\Microsoft SQL Server\MSSQL\Data\hchb_hha20060529rd2.mdf'', move ''HCHB_TSCH_log'' to ''h:\Program Files\Microsoft SQL Server\MSSQL\Data\hchb_hha20060529rdlog2.ldf''"' master..sqlbackup 'sql "restore database hchb_hha_20060529rd from disk = ''\\lounas01\sqlbackups\hchb_hha\HCHB_HHA_PSQL0305_(local)_DIFF_20060529_00.sqb'' with norecovery "' master..sqlbackup 'sql "restore log hchb_hha_20060529rd from disk = ''\\lounas01\sqlbackups\hchb_hha\HCHB_HHA_PSQL0305_(local)_LOG_20060529_03.sqb'' with norecovery"' master..sqlbackup 'sql "restore log hchb_hha_20060529rd from disk = ''\\lounas01\sqlbackups\hchb_hha\HCHB_HHA_PSQL0305_(local)_LOG_20060529_05.sqb'' with norecovery"' master..sqlbackup 'sql "restore log hchb_hha_20060529rd from disk = ''\\lounas01\sqlbackups\hchb_hha\HCHB_HHA_PSQL0305_(local)_LOG_20060529_07.sqb'' with norecovery"' master..sqlbackup 'sql "restore log hchb_hha_20060529rd from disk = ''\\lounas01\sqlbackups\hchb_hha\HCHB_HHA_PSQL0305_(local)_LOG_20060529_09.sqb'' with norecovery"' master..sqlbackup 'sql "restore log hchb_hha_20060529rd from disk = ''\\lounas01\sqlbackups\hchb_hha\HCHB_HHA_PSQL0305_(local)_LOG_20060529_11.sqb'' with norecovery"' master..sqlbackup 'sql "restore log hchb_hha_20060529rd from disk = ''\\lounas01\sqlbackups\hchb_hha\HCHB_HHA_PSQL0305_(local)_LOG_20060529_13.sqb '' with recovery, stopat = ''May 29 2006 12:05PM'' "' / comments
Here is the full script I am running: master..sqlbackup 'sql "restore database [hchb_hha_20060529rd] from disk = ''\\lounas01\sqlbackups\hchb_hha\HCHB_HHA_PSQL0305_(local)_FULL_20060527_00.sqb'' w...
0 votes
Can you give more detail? What is the filelist? What file name do i need to supply? What does this command do? I looked in the help document and it doesn't give any detail. / comments
Can you give more detail? What is the filelist? What file name do i need to supply? What does this command do? I looked in the help document and it doesn't give any detail.
0 votes
When i run sqlbackup, i get: Msg 20001, Level 1, State 20001 Error executing extended stored procedure: Invalid # of Parameters / comments
When i run sqlbackup, i get: Msg 20001, Level 1, State 20001 Error executing extended stored procedure: Invalid # of Parameters
0 votes
output from sql backup 3.2.0 error: cannot find sql backup command line executable. registry information is not correct. / comments
output from sql backup 3.2.0 error: cannot find sql backup command line executable. registry information is not correct.
0 votes