Posts
Sort by recent activity
Error Reading results Running sqlbackup dynamically
We have been using v3 and running dynamically and using the return values to return sucess eg
CREATE TABLE #Result(Line NVARCHAR(1024))
SELECT @cSql = '''-SQL "BACKUP DATABASE TO DISK = ''''' + @...