Complex input....xls...but its really .xml
Ugh!Soooo I'm dealing with an impossible vendor. Let me say that first. They are delivering a file with .xls name extension. But it's actually a .xml File. And we found this out because when we...
View ArticleSQL 2008 R2 SP 1 doesn't fix KB2142496
KB2142496 indicates the problem is fixed in SQL 2008 R2 SP1.However, it is not listed in the bugs fixed by SP1 (KB2528583). I have installed SP2 and am still getting the error described by the symptoms...
View Articleconvert date to string in ssis using Execute SQL Task
I moving a flat file from one folder to another folder and during rhe move I want to rename the file by adding a suffix of the previous month name.I have a data flow, 2 file system and Execute sql task...
View ArticleDQS Cleansing Component Mismatching fields
Howdy,I have been working on a SSIS/DQS project that has worked with many fields as far as the basic cleansing that DQS can do. However, As I have added more fields, the DQS Cleansing Component seems...
View ArticleHow to encrypt password to Oracle connection in Sql Server database...
I am trying to use Sql Server configuration table with a encrypted password for Oracle. I reviewed a couple of similar posts, but this question seemed just like my situation, but the recommended...
View ArticleBe our December TechNet SSIS Guru. Give the gift of code!
It's that time of the year again!It's Giving time!A time to think of those less awesome than you.A time to give something back to the community.Think of those happy faces you will make, as they open...
View ArticleSend Mail Task "From" format in SSIS 2008.....
I want to use an automated SSIS package to send an email with a "From" line like this:"Big Guy" <SSISMavin@mycorp.com>To my surprise entering the above syntax in the Send Mail task "From" line...
View ArticleCan I use "Flat File Source" rather than "Excel Source" if my Excel Source...
Our source file that we are pumping into a SQL Server Table is an Excel .xls File. But it has two header rows. Can I use "Flat File Source" rather than "Excel Source" to go ahead and ignore or "Header...
View ArticleAn Integration Services class cannot be found. Make sure that Integration...
Hi All,May be someone can help. I am trying to run packages on server (windows 2012) and SSIS is also installed on the machine but still error as in subject i.eAn Integration Services class cannot be...
View ArticleSSIS framework - Design decisions
Hi, We are trying to build a SSIS framework in my company. We have 200+ feeds written in C++, C#, Java and we want this framework to migrate all these feeds. All feeds are launched by...
View ArticleSSIS 2012: Newly mapped columns not moving data
I have a simple data flow with an oledb source and an oledb target. The data gets directly loaded from the source to the target with no components in between. I've added 2 new columns to the target....
View ArticleStrange behavior in DataFlow task - procedure results differ from dataflow...
Have a DF task that calls a procedure. The procedure returns a resultset. One of the fields is a calculated field in the procedure, using ISNULL. When I execute the procedure, my results are as...
View ArticleSql Server 2012 : SQL Agent SSIS
HeyI am trying to schedule an SSIS Package developed in Data Server Tools on a SQL 2012 Server,Package Execution time: 7minsPackage executes successfully in Package Utility, in the SSIS Cataloge (Right...
View ArticleError when executing package on my local machine
I am receiving the following error when trying to execute an SSIS package (or any step within the package) using VS 2012 on my local machine (64 bit):****Error 39...
View ArticleHow Do I Change the >Exported< Flat File Column Delimiter VS2012 SSIS
Greetings:I've successfully created an SSIS package that exports data from our database into a flat file. The last thing I need to do is to change the exported file delimiter. However, I cannot find...
View ArticleSSIS seems to be discarding columns
I have a simple SSIS package with one data flow step that has several lookups...... Flat File Source (.csv)... Conditional Split (discards a spurious row or two)... Sort (no good reason, just liked to...
View ArticleSQL security on job calling SSIS package on a separate server
We have a multi server environment setup, but for this particular problem, lets assume we have 2 servers: DEV and TEST. DEV is our development server where our developers create stuff without having...
View ArticleGenerate XSD Error using XML Source
So our vendor has provided us an .xls file which is really a .xml file. I am attempting to then pump that data into a SQL Server Table using "XML Source". When I reference the file within the "XML...
View ArticleHow do I convert a .xml file to either a .xls file or a .csv file in SSIS
Is there any way to convert a vendor provided .xml file into a .xls file or a .csv file within SSIS?The reason I ask is because I tried importing the .xml file into our SQL Database and had an issue...
View ArticlePropagate variable is set to FALSE, but still the task is not continuing to...
Scenario is: There are a list of CSV files that needs to be processed, and if there is any error file, then the package should not fail but continue processing all the files.Created Event handler for...
View Article