Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 Import Export Table Failed with error

Author  Topic 

everurssantosh
Starting Member

9 Posts

Posted - 2009-12-09 : 17:02:15
Hi

I wanted to import couple of big schema from my production database to test version.
These schema contain huge number of tables with milions of records.

I used the import/export wizard and saved it as a SSIS package.
Then I executed it Manually and it failed with an error message saying trnsaction log is full.

Can you please provide me other possible ways of doing the same? Thanks.

I have to import/export two schema with selected tables. So i will not be use any backup or restore mechanism.

Thanks
Santosh

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-12-10 : 13:52:06
whats the recovery model selected for db? is it in full logging mode?
Go to Top of Page
   

- Advertisement -