Tag Archives: SQL Server Integration Services

Dropping and recreating the destination table in an SSIS package

As a follow up to my previous post on how one goes about importing data from a flat file data source into a SQL table and being able to have some control over the name of target table it is … Continue reading

Posted in SQL Server | Tagged , , , , , | Leave a comment

Importing CSV data into a user-defined SQL table (otherwise known as how to specify the table name)

I’m a total newbie to SQL Server but I’m starting to require skills in this area specifically for the purpose of manipulating and “pre-processing” data consumed by FIM. I have the “Inside SQL Server 2008 T-SQL Programming” and “SQL Server … Continue reading

Posted in SQL Server | Tagged , , , , , , , , , | 2 Comments