Query Execution- SQL Statments Order
POSTING UNDER INTEGRATION SERVICES HOPING EXPERT HERE COULD HELP ME EXPLAIN THIS SCENARIOI would ask a simple question which has amazed me today, i have read and was pretty sure on the QUery execution...
View ArticleInserting records from staging to main table where records don't exist in...
All,I have a flat file that loads data in to a staging table, and then my staging table loads data in to a main table. But the problem is that data might already exist in my main table. So, for...
View ArticleUpload one Excel file in SQl ..and Map SheetsName with tableName
Hello friendsI need your Valuable Suggestion ..I need to Upload One of File that is in Excel Format from one location and insert into in SQL Server on daily Basis.and file consist 3 sheets in one Excel...
View ArticleSSIS Data Flow Task ##TempTable Destination. [Execute SQL Task] Error:...
I have a Data Flow Task with source out of SQL Server 2008 R2 (OLE DB Source Connection) and the destination is OLEDB ##GlobalTemp table.I see this error intermittently which is unpredictable.The...
View ArticleUsing XmlTextWriter in a Script Component
I am using a Script Component (as a destination) to create an XML output file. I am trying to write the following element to the file:<PDFCACOBeneData...
View ArticleSSIS Custom Component - The PerformUpgrade method failed
Hi,I just finished building a component for SSIS 2012. When trying to run the new component in SSDT the validation fails with the error message: [SSIS.Pipeline] Error: The component metadata for...
View ArticleSSIS 2012: Split project Parameter string value and loop through split values
I am currently working on an SSIS solution which employs a parent child design pattern. There is a Sql table which contains field that determine what packages should run. Currently I use a SQL task to...
View ArticleCASE statement in SSIS
Hi FriendsI have my data in flat file, Now I'm loading it into table.Now I have a column in my flat file which has int values. If the value is '1' then I want it to put it in destination table as '1'...
View ArticleSSIS splitting records with Script Component
Guys,i have got below requirement which needs to be done in SSIS Script component. Can someone please help me to achieve this taskScript component Input:RowID Action TestID1 B...
View ArticleSSIS - implement fuzzy lookup
Guys,I my project , i was forced to use Fuzzy Lookup for one of the requirement. But it takes more time. I used it to Lookup one column from one of my master table.But in progress of SSIS exceution the...
View ArticleSAP BODS/BO Vs SSIS
Hi All,Would like to know your thoughts on some dilemma I'm facing. I have scope of working in SSIS(No RS/AS) or in SAP BODS/BO. Which one would be good for my career? For the last three years I was...
View ArticleSSIS Execute sql task and variables
I am newbie to SSIS. I want to run an Execute sql task in control flow. Control flow does not provide any derived column task or so.. I want to prepare a sql statement and put it in a variable and then...
View ArticleFTP object reference not set to an instance....
Hi,This is what I am trying to do...I am trying to get listing from an FTP server and go to a folder and then I want to see if the folder is empty or it contains files. How do I do that inVb.net?...
View ArticleDelete sheet from the excel
Can any body guide me how i can delete sheet from the excel using ssis
View ArticleAccess SSIS package from Multple location
Hi guys im SSRS and Asp.net developper. in my project we need to upload data(text and csv file) from more than 350 loacation every 2 days. each File contain 2 to 5 lacks records whlie upload file...
View ArticleFile Separator as Delimiter
Hi,Thanks in advance for helping me.Here am using SSIS 2008. I have flat file source in which I want to use file separator(ASCII 28) as the column delimiter. I am not able to specify the delimiter in...
View ArticleSSIS integration (SQL Server 2008) with Microsoft Dynamics CRM 2011
Hi,Can you please help with the following points?1. What's the best method/architecture to connect SSIS with Dynamics keeping in mind that I have SQL Server 2005 version? The requirement is to read...
View ArticleSSIS Custom Component - Update output columns automatically based on selected...
Hi,I have the following code that creates output columns dynamically based on the input columns in a custom SSIS component:// Create corresponding output columns dynamically IDTSOutput100 output =...
View ArticleUnable to modify the Sql query in lookup component by programatically
Hi all I am using the following coding snippet to modify the sql generated query on the lookup component by programmatically,the code executes without any exception, but the custom query has not set in...
View Articledtsconfig with the Project Deployment Model
Hi,We're switching over to 2012, and I'm keen to get the logging and reporting benefits of the Project Deployment Model. However, I'd rather not go through the pain of changing all our packages from...
View Article