Top "Ssis" questions

SSIS (Microsoft SQL Server Integration Services) is a platform for building enterprise-level data integration and data transformations solutions.

SSIS no column information was returned by the sql command

I ran my Stored Procedure in BI_Test_Server. Then I executed it using exec [dbo].[bi_resource_dimension_sp] 1,1 …

visual-studio-2008 ssis oledbconnection
Expression Builder of Connection Manager not showing Variables

I'm having this exact same problem I've been looking aroung but this is the only place I've seen the same …

ssis
How do I get SSIS Data Flow to put '0.00' in a flat file?

I have an SSIS package with a Data Flow that takes an ADO.NET data source (just a small table), …

ssis flat-file dataflow dataflowtask
SSIS Script Editor throws an exception

I have SQL Server 2012, SSIS, SSDT and Visual Studio 2010. I can create a new SSIS package and add a Script …

visual-studio-2010 ssis bids vsta
SSIS Error : [SSIS.Pipeline] Error: "component "Excel Source" (14)" failed validation and returned validation status "VS_NEEDSNEWMETADATA"

I've gone through this URL: How to loop through Excel files and load them into a database using SSIS package …

ssis ssi
How to check if SQL Server BIDS is installed

i want to create sql server integration service package by the use of Business Intelligence Development Studio but don't know …

ssis bids
Is it possible to use relative paths for SSIS packages dtsConfig files?

I am trying to make our SQL Server Integration Services packages as portable as possible and the one thing that …

sql-server ssis etl
SSIS Error code: 0x80040E37

There is a dataflow task,which consists of excel source and sql destination.When executing dataflow task alone it is …

excel ssis ssis-2008
Copy format from one row to another using c#

This question is quite similar to the one asked here. But the answer given suggests copying the format along with …

c# excel ssis formatting excel-interop
Reading object variable values in SSIS script component source

Is it possible to read object variable values in SSIS script component source? I have a variable, of type Object, …

ssis script-component