How can we help you today? How can we help you today?
dbouchard
declare @p3 nvarchar(4000) set @p3=N'0' exec master..sqbutility @Parameter1=1001,@Parameter2=N'L:SQLBackupsFULL_(local)_VCM_20150411_120013.sqb',@Parameter3=@p3 output select @p3 / comments
declare @p3 nvarchar(4000) set @p3=N'0' exec master..sqbutility @Parameter1=1001,@Parameter2=N'L:SQLBackupsFULL_(local)_VCM_20150411_120013.sqb',@Parameter3=@p3 output select @p3
0 votes
It worked just fine, it gave me 2 rows of the data and log file with values that seem correct. do you need to see the values? / comments
It worked just fine, it gave me 2 rows of the data and log file with values that seem correct. do you need to see the values?
0 votes
could you please let me know why I couldn't restore it using SQL Backup Pro directly? I've not yet been able to try your ssms restore, but certainly I don't expect to have to do this every time... / comments
could you please let me know why I couldn't restore it using SQL Backup Pro directly? I've not yet been able to try your ssms restore, but certainly I don't expect to have to do this every time...
0 votes