How to figure out the cause of database copy failure?

Hong 1,246 Reputation points
2024-02-04T16:57:49.7966667+00:00

I tried to copy a SQL Server 2016 database multiple times to no avail: User's image

Event Viewer says little:

- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
  <Provider Name="SQLISPackage130" /> 
  <EventID Qualifiers="16385">12291</EventID> 
  <Version>0</Version> 
  <Level>2</Level> 
  <Task>0</Task> 
  <Opcode>0</Opcode> 
  <Keywords>0x80000000000000</Keywords> 
  <TimeCreated SystemTime="2024-02-04T16:05:25.8340632Z" /> 
  <EventRecordID>58666329</EventRecordID> 
  <Correlation /> 
  <Execution ProcessID="0" ThreadID="0" /> 
  <Channel>Application</Channel> 
  <Computer>PHENOMVII</Computer> 
  <Security UserID="S-1-5-20" /> 
  </System>
- <EventData>
  <Data>CDW_PHENOMVII_PHENOMVII_3</Data> 
  </EventData>
  </Event>

Could anyone offer a tip on how to diagnose this?

SQL Server | Other
0 comments No comments
{count} votes

Accepted answer
  1. Erland Sommarskog 121.8K Reputation points MVP Volunteer Moderator
    2024-02-04T17:20:47.2633333+00:00

    When you use the Copy Database Wizard, you have the option of selecting logging to a text file rather than Windows Event log. A text file is probably easier to find your way in than the Windows Event log. Although as I recall, the file is quite verbose, and the reason for the failure can be a little difficult to find. But it was a long time since I used CDW.

    Any particular reason you use CDW rather than BACKUP/RESTORE?

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.