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)
 Writing the same file within a DF, file being used

Author  Topic 

ismailc
Constraint Violating Yak Guru

290 Posts

Posted - 2009-03-30 : 10:40:54
Hi, help please.

I'm writing twice to the same file in one Data Flow task and I get the error: The process cannot access the file because it is being used by another process

I have read that it's a bug and can't write to the same file within a Data Flow task. Is there a simple workaround?

Regards

vijayisonly
Master Smack Fu Yak Hacker

1836 Posts

Posted - 2009-03-30 : 10:57:22
Have a separate data flow task in the same package and append the file second time.
Go to Top of Page
   

- Advertisement -