I have an XML file with data in it that I try using SSIS to transfer into DB. My problem is that some of the fields have long text in them.
I\'m looking for a vendor who provides simpler , more intuitive GUI for SSIS. Our idea is to reuse SSIS run-time but in the same time providin开发者_StackOverflow中文版g simpler GUI for a user. So suc
This should be rather simple but I don\'t know why I get Row Count as Zero when I use ROW COUNT transformation in Data Flow Task. I have created a variable(NoOfRecords) with Package scope.
I have a flat file whose structure is as IdValue 11,2,3 24,5 The output needs to as IDValue 11 12 13 24 25 I have a flat file source and a script component which is being made as asynchronous.
Creating an SSIS (SQL 2005) project, a text file is being copied to a specific directory by another process, I want to create an SSIS package that will then copy this file to another location for proc
SSIS developer documentation is notoriously terse, and I\'ve scoured Google looking for an answer on this...
Can a SSIS package created with VS.net 2008 access a SQL Server 2005 database? Package is created in VS.net 2008.开发者_开发问答
I\'m sure this is a simple issue, but I\'m trying to combine 2 columns into a new output column, but have not had any luck with it.Each time I get an \'Object reference not set to an instance of an ob
I am trying to create a new package in BIDS but i get the attached error. However you will notice that SSIS is already running.
I have been looking at several deployment strategies for SSIS and wondering which one would be easiest to maintain.I have been leaning toward using SQL Se开发者_StackOverflowrver Configurations to hou