Everett Music
2010-03-03 22:44:01 UTC
I have several SSIS packages that import data from files. I am having
trouble reliably determining whether a file is in use. I am working in
Visual Studio 2005. I am creating SSIS packages for SQL2005. I am importing
data from text files. These text files are written to network directories
from local, remote (WAN) and dialup sources. I need to be able to determine
if a file is still being written so that I don't try and import only part of
a file.
trouble reliably determining whether a file is in use. I am working in
Visual Studio 2005. I am creating SSIS packages for SQL2005. I am importing
data from text files. These text files are written to network directories
from local, remote (WAN) and dialup sources. I need to be able to determine
if a file is still being written so that I don't try and import only part of
a file.