SSIS (Microsoft SQL Server Integration Services) is a platform for building enterprise-level data integration and data transformations solutions.
Unable to test sending email from .NET code in Windows Vista Business. I am writing code which I will migrate …
c# .net windows-vista ssis system.net.mailI use SSIS to generate and transform new data for later use in a new system. I have a problem …
sql-server database ssis relational-databaseI'm interested in knowing how I can make an HTTP call from SSIS. For example, I would like to be …
http ssisHi I'm new to SSIS packages and writing a package and reading up about them at the same time. I …
sql-server ssisI had recently installed SQL server 2012 and I used mostly the default settings. Database works fine and I can happily …
sql-server ssisDoes any one have a tutorial on how to import a fixed width flat file into a database using an …
ssis flat-fileI don't entirely understand the purpose of control flow in an SSIS package. In all of the packages I've created, …
ssis control-flowI want to check to see if a file exists in a particular folder from SSIS. How can I accomplish …
c# file ssis file-existsI need an SSIS expression to get the left part of a string before the separator, and then put the …
sql-server ssis expression etlInside of a Script Task in SSIS, I need to make a call to an SQL database. I have a …
c# sql sql-server ssis script-task