Forum Replies Created

Viewing 2 posts - 1 through 3 (of 3 total)

  • RE: EXEC sp_executesql

    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' + '...

  • RE: Data Colletions

    Solve!

    Delete the oldest days files in cache directory and wait for job to run again.

    It's works!

    😀

Viewing 2 posts - 1 through 3 (of 3 total)