![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I get the above error when I run a very simple DTS package to copy a database from my production server to my development server. This has always worked in the past. Unfortunately, it does not tell me which table is causing the error (and 200 tables, so I don't want to run it for each one). Using the database import/export wizard to do the copying gives the same problem. I ran dbcc checkdb, but that reports no problems and did not help. Any suggestions? Thanks -- Jan |
#3
| |||
| |||
|
|
This error has nothing to do with corruption, but just indicating that the table structures are different between your prod and dev SQL Servers. Can you run the DTS package interactively and see on which table you are failing? Or can you add a log file for the package and capture the output? You could also use Profiler to see where your package is failing. -- HTH, Vyas, MVP (SQL Server) SQL Server Articles and Code Samples @ http://vyaskn.tripod.com/ "Dutchieboy" <jang-donotspammme (AT) intertecservices (DOT) com> wrote in message news:B4B2EB55-091D-4088-A5C9-C6EE908BAE6E (AT) microsoft (DOT) com... I get the above error when I run a very simple DTS package to copy a database from my production server to my development server. This has always worked in the past. Unfortunately, it does not tell me which table is causing the error (and 200 tables, so I don't want to run it for each one). Using the database import/export wizard to do the copying gives the same problem. I ran dbcc checkdb, but that reports no problems and did not help. Any suggestions? Thanks -- Jan |
#4
| |||
| |||
|
|
I get the above error when I run a very simple DTS package to copy a database from my production server to my development server. This has always worked in the past. Unfortunately, it does not tell me which table is causing the error (and 200 tables, so I don't want to run it for each one). Using the database import/export wizard to do the copying gives the same problem. I ran dbcc checkdb, but that reports no problems and did not help. Any suggestions? Thanks -- Jan |
#5
| |||
| |||
|
|
The simple way is select the option to write the log file on dts only. "Dutchieboy" wrote: I get the above error when I run a very simple DTS package to copy a database from my production server to my development server. This has always worked in the past. Unfortunately, it does not tell me which table is causing the error (and 200 tables, so I don't want to run it for each one). Using the database import/export wizard to do the copying gives the same problem. I ran dbcc checkdb, but that reports no problems and did not help. Any suggestions? Thanks -- Jan |
![]() |
| Thread Tools | |
| Display Modes | |
| |