So I am trying to copy a single DB from a SQL instance on one server and send to another one (which is our primary one).
I tried the copy database task and it fails with many errors but mostly this:
` Event Name: OnWarning`
` Message: SSIS 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 errors reaches the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.`
So, then I tried to simply export it but it gives way too many options, so kind of stuck on which one I should choose:
I mean, I’ve done this before in the past but not very often. Just confused as to what it is doing right now. Never encountered these roadblocks.
Thanks!

