Error copying database in SQL Server 2008

0

I'm trying to copy a database to the same server but I'm encountering the error below:

  

Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED.

     

The Execution method succeeded, but the number of errors raised (1)   reached the maximum allowed (1); resulting in failure. This occurs   when the number of   MaximumErrorCount. Change the MaximumErrorCount or fix the errors.

I tried to find this property "MaximumErrorCount" to try to change but could not find. I also do not know if this is the way to solve the problem.

I'm using sql server 2008

    
asked by anonymous 11.04.2017 / 20:08

0 answers