How to Transfer Data From Multiple Sources to One Destination
I'm trying to take data from three separate text files and combine into one destination table. Specifically, there are 8 columns in my destination table, which are a combination of data from the three...
View ArticleSSIS: Change Code page 1252 ANSI to UTF-8 65001
Hi All;I have created SSIS Package to import data from OLE DB to a flat file. The code page in the flat file connection manager was set to default1252 ANSI - Latin I. Now I have been asked to output...
View ArticleProblems with Excel Formatting in SSIS Output
Hi,I'm in the process of upgrading a lot(100+) of SSIS packages to a newer version of Visual Studio. While upgrading i am also taking the opportunity to update any packages using xls files to xlsx....
View ArticlePerform transformation on No-SQL database using ETL
Hi,I want to perform transformation on Cosmos DB data and create data warehouse using ETL tool such as SSIS,Azure data factory.Is there any specific scenarios where we can use ETL with No-SQL...
View ArticleCan SSIS source data from a Power BI dataflow?
I would like to use Power BI dataflows as sources for SSIS. Is this possible?
View ArticleNo Column information was returned by the SQL command.
I can preview the SQL command in the OLE DB Source Editor and bring back all columns and results just fine but when I click on the Columns I getTITLE: Microsoft Visual Studio...
View ArticleAbort Data flow task
I have data flow, importing from Excel to table. Current setup is to ignore Row if First Column in Excel is blank continue rest of Sheet. instead Is it possible to Abort Data flow task if First...
View Article[Execute SQL Task] Error: The value type (__ComObject) can only be converted...
Hi we run 2017 std. The tail end of my single row resultset query is shown below in the code block, a bit anonymized. I'm getting an error mapping the output (command) to an ssis string variable called...
View Articleis ssis appropriate for parsing free form text for mood and favorability...
Hi this vague but perhaps there is a must read recommendation if someone is looking to ingest (perhaps in an etl tool) free form text from both the company's captured comments and social media looking...
View ArticleCould not load file or assembly 'Microsoft.SqlServer.ManagedDTS
Hello,I have Sql Server 2016 (13.0.4001.0) installed on my machine and I downloaded SSDT for VS2017 (15.1.61810). While SSDT was on setup step, I have choosen all features for Sql Server Analysis...
View ArticleConnecting oracle
Hi All,We installed oracle 11 G in windows server 2016 operating system and are trying to connect to oracle .Created Sql agent job, when we start the job , job was keeps running and not getting error...
View Articleexpression
I have the query to return records along with row number 1,2,3.....if RowNo <15, i want the row sets to green, if it's between 15 and 25, set to yellow, else, set to red. Not sure what I have wrong...
View ArticleMulticolumn-Single row excel data to single column multiple rows excel...
Hi Guys, Extraction of Data from Excel source to Excel destination. Excel source format:need to extract the data from excel source ( multiple columns - single row ) into Excel destination ( single...
View Article[OLE DB Source Editor] Redirect rows
Hi,I have OLE DB Source Editor which have SQL doing conversion of almost all columns, and failing on one of column doing conversion to date. I configured Error Output and set Error and Truncation for...
View ArticleDased on Parameter value run data flow task
Based on the Paramater value I wan to start the data flow excecuation A or B.For example lets say the parameter name is InputFlagwhen i set the precedience constraint to InputFlag==...
View Articleauto generated identity field as business key
I have 4 Fields let's say tab_id, Col_A,Col_B,Col_C, Start_Date, End_Date in source table .In building a dimensionTab_Id is not a unique field that classifies as a business key.Col_A,Col_B,Col_C are...
View ArticleHow to write case statement in SSIS expression Derived Column.
Hello ,I have a data flow task where I am getting a flat file and importing into our staging table. But before I import I am trying to remove the domain from the field called computer name. Here is...
View ArticleEmail Script Works on VS2015, But Not VS2017
Hello, all -I have an email script that works fine and dandy on a box running VS2015. But, we will be losing those systems at some point and we have been given new laptops with VS2017 to use...
View ArticleHow to configure TFS to automatically build an ISPAC file on check-in
Hello Everybody,We are checking our SSIS 2016 packages into TFS. We always make sure we can successfully build the project, too, which creates the *.ispac file for us locally. When it comes time to...
View Articleunable to connect to SSIS(2008) from SSMS (2016) remote server
Hi I am trying to connect SSIS 2008 from remote Server SSIS(2016) having error as follows. . Please note I can connect from locally. Mean from server itself I can connect to Integration service. Issue...
View Article