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.
Author |
Topic |
everurssantosh
Starting Member
9 Posts |
Posted - 2009-12-09 : 17:02:15
|
HiI 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.ThanksSantosh |
|
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? |
 |
|
|
|
|