uncleroydee
Technical User
When I attempt to create a copy of an existing database on the same server I encounter a problem.
I create the new database with no user objects, then use DTS to copy the user defined database objects (but not copy any data) from an existing database to the new one. The process seems to work most of the way through, but then stops with the error "Failed to copy objects from Microsoft SQL Server to Microsoft SQL Server". When I double click on the step, I see the explanation "Insert Error: Column name or number of supplied values does not match table definition."
The database contains a significant number of triggers and stored procedures and it is possible that table definitions have changed since some of the SPs and triggers were created although I have not experienced any failures of the triggers or SPs. Would that cause the error that I am getting?
Thanks.
I create the new database with no user objects, then use DTS to copy the user defined database objects (but not copy any data) from an existing database to the new one. The process seems to work most of the way through, but then stops with the error "Failed to copy objects from Microsoft SQL Server to Microsoft SQL Server". When I double click on the step, I see the explanation "Insert Error: Column name or number of supplied values does not match table definition."
The database contains a significant number of triggers and stored procedures and it is possible that table definitions have changed since some of the SPs and triggers were created although I have not experienced any failures of the triggers or SPs. Would that cause the error that I am getting?
Thanks.