Viewing 2 posts - 1 through 3 (of 3 total)
Thanks that part works fine.
when I put in sp_changedbowner, too add SA in the database who we have move to new SQL-Server.
##################
DECLARE @StatementCH NVARCHAR(200);
SET @StatementCH = N'Exec sp_changedbowner' + '...
July 1, 2016 at 7:19 am
#1888086
Solve!
Delete the oldest days files in cache directory and wait for job to run again.
It's works!
😀
January 12, 2016 at 2:49 am
#1851252