How to load a 64 bit Excel(2010) if SSIS only provides tools for 32 bit and...
When configuring an excel destination in SSIS it only allows for a 32 bit 2007 version. If the destination is a higher version of excel and is 64 bit what is the work around.
View ArticleRebuild Index/Refresh Index and Stats improves ssis package performance
Hi,My SSIS package is running very slow taking so much time to execute, One task is taking 2hr for inserting 100k records, i have disabled unused index still it is taking time.I am...
View ArticleSSIS VB.NET - Object reference not set to an instance of an object
Hi,I am working on SSIS package with vb.net script in it, I am facing an error saying object reference not set to an instance of an object. Here is the below code, Please check the code and help me...
View ArticleSSIS Balanced Data Distributor not visible in Visual Studio 2013 (BIDS)
I've used the Balanced Data Distributor with Visual Studio 2010 and SQL Server 2012 successfully. I've now installed BIDS 2013 and I'm trying to get the Balanced Data Distributor to appear again in the...
View ArticleLoad multiple files from Using For each loop container
Hi All,I have a requirement to load multiple flat files in target table .I have created the package which used to load files into target table using For each loop container.But now requirement has been...
View ArticleSSIS 2012 Script Tasks failed to run when it run through Task Schedular
Hi,We are getting the error message "The task has failed to load. The contact information for this task is ""." when we run the SSIS package through Task Schedulerthough the package is executing...
View ArticleChanging the FilePath of a FlatFile Connection in a Script Task
I need to grab the name of a file in a folder and use it as an input source for data. This file is generated with a time stamp at the end so it is close to never the same. I am not sure how to cannect...
View ArticleChoosing a File Format for destination
Hi,Is there a recommended file format (csv, xml, txt) when choosing a file destination for SSIS? Does a file format impact the performance in terms of loading? Let's say i have chosen to use a .csv as...
View ArticleCall SAP RFC program from SSIS Package
How do we connect and get data from SAP database using SSIS 2012/2014.Currently we are extracting data using WebService, and BAPI function call for RFC, but it seems not so much reliable, due to...
View ArticleSSIS: Data Provider For SAP: ADOSource Connection
Can somebody help us, why we are not able to see the table list in the drop-down,1. On change of [Data Access Mode] from [SQLCommand] to [Table].2. When we try to find record cound from table by using...
View ArticleQuerying the SSIS catalog info - SQL Server 2012
Hi,I've deployed a SSIS project (having some packages) on SSIS catalog and I've created a job to invoke the related packages. I'd like to query the SSIS catalog to get the info about the execution of...
View ArticleHelp needed translating SSIS script from VB.Net to C#
Can anyone help to translate this code to C#? Thanks. Imports System Imports System.IO Imports System.Text Imports System.Windows.Forms Imports Microsoft.SqlServer.Dts.Runtime Public Class ScriptMain...
View ArticleScientific Notation while taking data from EXCEL into SSIS
Hi ,I have one problem regarding format of mixed data columns in excel. I am using this query to retieve data from my excel spreadsheetSelect * fromOPENROWSET('Microsoft.Jet.OLEDB.4.0','Excel...
View ArticleConditional Split Column < Today
Hey guys, I'm trying to write a conditional split where I want to bring in only records where the date is less than today, but my problem is that I can't simply do this Column < GetDate() because if...
View ArticleImport multiple text file into individual excel file dynamically
Hi,I would like to load multiple flat file into separate(individual) excel file dynamically. I have used for each loop container and assigned a variable to it (filepath and file name). Then in dataflow...
View ArticleDrop ISC Project, Environment in SQL Job is invalid
So, I have been successful in CREATING ssis projects within VS and deploying them to the Integration Services Catalog (ISC). I can then create a job using a SQL script and hook up the step to the...
View ArticleHow to download files from a web page before loading into SQL Server 2014?
How to download files from a webpage before loading into SQL Server tables? I have the following URL and under the Downloads & Resources section, I have different file formats.By doing hover on the...
View ArticleDynamically create sql table using SSIS
Hi,Please I have a requirement to dynamically create a sql table within my SSIS package.I have some flat files to load into sql server with different file names and structure. I would like the package...
View ArticleEditing container in SSIS get me crazy
I am literally getting crazy with SSIS visualization. I am working with the containers but every time they go at the bottom of the page, when I try to enlarge them they become smaller, if I try to put...
View ArticleRecording E-mail sent by SSIS Package to table
We have multiple SSIS job that send e-mail but we want to log each e-mail that goes out to end users in table with data such as From, To , Subject and sent time possibly some of body. Is there a way i...
View Article