TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Jack Turnbull
NA
1
1.5k
C# script in SSIS package
Apr 28 2013 10:18 PM
I need to create a task in SSIS that will check for the existence of a set of files before allowing execution of the remainder of the package. The method needs to read the file name from a database table (could be 10 - 50 files), check if it exists in a certain directory, then write a record into a validation table with the date and a simple Pass/Fail. I'm a c# nubie, so this is challenging. Somehow I have to to loop through the table contents based on a file group (query or stored proc) and check each one. Ideas or just back to class :-)?
Reply
Answers (
0
)
class file
how to retrieve the data from table of last inserted row