Determine data type of string field
I am trying to determine the data type of input strings in a data flow task. For each column in the input (all of which are strings) I want to sample X number of records, try to cast them as money,...
View ArticleCalling SSIS package from C# Windows Service Fails
Hi All.I've got an SSIS package that reads from an Excel file and populates a database. The Excel file location gets passed in to the package as a variable. Also the Protection Level of the package is...
View ArticleHow do I change the length of a column in the metadata?
A very simple package, reads data from SQL Server and FTPs it to a destination. I have zero experience with SSIS.I had to add a new column (HEA_ID) to the input and output. The output record has a...
View ArticleExport to Excel with dynamic name
Hello, is it possible to use variable names to name a file in SSIS? Basically, for security reasons, we hold most of our data on a server not connected to our web front end. But what we want is that...
View ArticleHow to run a Dos batch from SSIS based on SQL table content
Hi,I have a very simple package with an execute sql task. This task checks if a certain record is present in the DWH or not. This record is always a row in a table where the task checks if the time of...
View ArticleThe package failed to load due to error 0xC0011008
Hi,Am getting the error below when I am importing a project from a server onto a local machine. The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error...
View Articlessis error: hresult e_fail has been returned from a call to a com component
I am using VS 2013 (BIDS) to develop SSIS packages. It is running on a windows 2012 server.I have a dev server on which when i try to load an SSIS project using the solution file i get a bunch of...
View ArticleCan't get Union All to work in SSIS 2012
Hello;I am using SSIS 2012 and have this situation.I use a multicast transform so I can branch off and do 8 simultaneous Lookups to get the date key from my time table. There is one for each state that...
View ArticleException has been thrown by the target of an invocation
hi all - i am using the following code in a script task (SSIS 2012) but it throws the following erro without any other details. any idea what is causing this?Exception has been thrown by the target of...
View ArticleSSIS 2008 - Sending file with dynamic name using FTP task
Hi - Thanks for taking a look - (I'm very new to SSIS.)I'm trying to create an SSIS 2008 package that does the following:1) Execute a stored procedure on SQL.2) Download the results as a CSV file to...
View ArticleError on Data Flow Task MSSQL 2012 Clustered "Description: The version of...
We have an SSIS package that runs on clustered MSSQL 2012 Enterprise Nodes that is failing. We use a job to executer the package.Environmental information:Product - Microsoft SQL Server Enterprise:...
View ArticleFTP only the unporcessed/new files
Basically I FTP flat files to a local disk and load data. My question is very simple, what is the best way to transfer only the new/unprocessed files to the local disk from the remote server. Somebody...
View ArticleSSIS ETL very slow on Xenon processor
Hi, We are running a ETl on two machines. The performance of etl is very slow around 6 hours on 1. System1 :: ProcessorIntel(R) Xeon(R) CPU E5-1660 v2 @ 3.70GHz, 3701 Mhz, 6 Core(s), 12 Logical...
View Articlestring to numeric conversion in derived column
hi all,i am extracting .csv file into the sql table using ssis. here is the problemi have string type values 3.25, 4.25, 3.56 etc for one column,rate, and string type values 1380.00, 1420.00, 610.00...
View Articlehow to convert from DATA STRING TO DT_NUMERIC IN SSIS
I tried using derived collumn it did not work. I also tried data conversion transformation which did not work. Can any one suggest me some other method.Thanks.
View ArticleFlat file relalted problem
I have a csv file its an inbound file that I am trying to copy to a sql database.It keeps throwing this error[Flat File Source [84]] Error: Data conversion failed. The data conversion for column...
View ArticleHow to import json from http request into SQL table by using SSIS 2008
Hello,I know parsing json data has been discussed lots but what I want is probably a little simpler or different:I have a URL where I can open and get the Json data.I need to parse and load the Json...
View ArticleMoving SSIS Package to production
I have to implement a change where a new column is added to a SQL Server table which is read by a package.Is it possible to create the package before the new column is added to the table, or will the...
View ArticleCould not find stored procedure 'msdb.dbo.sp_dts_getfolder'.
While executing below command dtutil.exe /FILE E:\Execute.dtsx /DestServer Testsql5\sql5 /COPY SQL;\Execute /Qi am getting below errorError (0xC001404A) while checking for the existence of folder ""...
View ArticlePass Variable to SSIS Package through SQL JOB -2012
So here is what i am trying to do. I have a EXECUTE SQL Task - that executes a Stored Procedure with a Parameter. EXEC dbo.Procedure @VariableI have deployed this SSIS on Server - Now i want to pass...
View Article