Using System::FailedConfigurations
Hi there. I've been looking for something that would explain the variable System::FailedConfigurations but unfortunately there seems to be nothing or almost nothing on this subject. I suspect that this...
View ArticlePackage Validation Error "The operation could not be completed....
Help I am trying to execute a package within Visual Studio 2008 Business Intelligence Developer. However there are no errors, warnings etc. just a dialog that pops up with this message: Package...
View ArticleUsing Select statement in SSIS on Excel source
Hello, In my select statement for a Excel source I want to specifically set the column names via an alias so that they reflect the column names in my database table and that the assignments are made...
View ArticleBroken Data Flow Task keeps validating components downstream
I have a Data Flow task containing several steps. If I break the logic of the flow ie to insert another lookup, the flow starts validating and generates more than a thousand errors in the error list....
View ArticleRetrieve the thousand Excel columns data into SQL Server table
Hi All, I have an Excel which contain more than 1000 fields. I need to load this file into Staging area. I've few questions regarding this. 1. Is SSIS support to load all columns at a time. 2. IF it...
View ArticleError Executing SSIS package through sql job
Error while executing the below job Failed to execute IS server package because of error 0x80131904. Server: --, Package path: --, Environment reference Id: NULL. Description: .NET Framework execution...
View ArticleSSIS 2008R2 - odd warnings when creating Excel spreadsheets using Execute SQL...
I have a number of SSIS packages which generate Excel spreadsheets as part of their output. The packages create the spreadsheets through an Execute SQL task with the SQLSource set to a CREATE TABLE...
View ArticleAdding two numbers together with C# in a script task
This is super easy but I’m having a terrible time with it. All I need to do is add two numbers together but I’m getting nothing but a headache from all the data type errors. I have three package level...
View ArticleHow to convert the following columns from decimal to datetime
i have to convert the following columns from decimal to datetime. please advice a clear syntax [ExpDate] [decimal](18, 0) NULL yymmdd to ExpirationDate datetime(6) [DateLastPlastic] [decimal](18,...
View ArticleCheck for the Mapping from a flat file
Hi Gurus, I have a question I have flat file source , the mapping is done for 10 columns for example flat file has 10 columns i have mapped them to 10 columns in the database if the flat file has only...
View ArticleSSIS question to check FileModified date
I would like to use SSIS 2008 to perform the following task: To check if a file existing on a shared directory of another server and the modified date is within 1 hour. If it returns true, then go to...
View ArticleSSIS Dataflow to Flat File SLOOOOWWWW!!
This is a very simple operation, I created a VIEW in a SQL 2005 DB, which has the columns I need to export to a flat file. I set up a data flow task, only one in the package, that copies the rows to...
View ArticleSSIS export of large table not working
Hi, We have a tables with 5 columns (bigint, int, int, int, int) and have 6 Billion rows and we are writing a simple export using SSIS: Source: OLE DB Data Source Output: Flat file destination (csv...
View ArticleFlat file source cantains header and multiple variable details on same line
I'm trying to load a flat file that has header information and multiple detail lines on the same line into a SQL Server table. It's fixed width data file. I'm interested in loading H2 and all the...
View ArticleLarge SSIS Project hangs on SSIS 2012 Catalog (Project mode) but NOT on SSIS...
Been bugging the crap out of me... wondering if this is a known bug or if anyone else has had this issue. The hanging is also inconsistent... sometimes it can go though without any issues but when it...
View ArticleSSIS Package Failed
Executed as user: NT AUTHORITY\NETWORK SERVICE. Microsoft (R) SQL Server Execute Package Utility Version 10.50.1600.1 for 32-bit Copyright (C) Microsoft Corporation 2010. All rights reserved....
View ArticleFlat File ConnectionString is not reading variable
Ug. i've doen this a dozen times and now it fails. My Parent package has a variable "NRC_Picker_ClinicalFileDestination" I read the parent variable into a child package variable...
View ArticleSSIS Flat file data validation
Hi all, I have an ssis package which loads data from flat file to a table in sql server. I want to validate the flat file data before running the data loading ssis package. Can anyone suggest me to...
View ArticleHow to convert decimal to datetime
I have to convert the column [LastNonMon] [decimal](19, 4) NULL, to datetime. My manager adviced me to convert the decimal to int and then to datetime using cast and convert. Please help me with the...
View ArticleSSIS - Status of Excelfile
Hello. I import data from an excel file, which is regulary modified once a day but sometimes its modified a few times a day. I dont wont to run the job the hole day for the case of a change. Is it...
View Article