Viewing 3 posts - 1 through 3 (of 3 total)
Should not the answer be
r'D:\SQLServerBackup\MSSQL13.SQL2016\MSSQL\Backup'
instead of
r'D:SQLServerBackupMSSQL13.SQL2016MSSQLBackup'?
February 14, 2020 at 4:09 pm
#3725958
Small correction - column name in OuterVal is valueid, not id
SELECT s.*
FROM dbo.Stocks s
WHERE s.id IN ( SELECT o.valueid
...
December 16, 2014 at 8:13 am
#1764945
As was mentioned before one of solutions is to add a script task to check if file exists.
If you decide to use that approach this may help:
1. create boolean variable...
December 8, 2014 at 11:00 am
#1763330