Connecting from SSIS to MySQL Database using OLEDB Source
Hi All, I have MySQL data source and want to perform ETL using SSIS. I can connect to mySQL using ADO NET Source but not using OLEDB source. The most of the SSIS components like LookUp,Fuzzy...
View ArticleDerived column
Can you please suggest how to use derived columns in SSIS string to datetime Input value : (string) 14/03/2014 NULL 15/04/2015 Note : Having null or blank value
View ArticleExpression editor+ Data flow task in ssis
HiI have used below query form expression editor and try to use that in data flwo task . Then I am getting the below error.I am value fro the variable "table' I am getting form a for each loop...
View ArticleHow to send excel file from ssis using send mail task without saving the...
Hello,Is there anyway to send excel file from ssis using send mail task without saving the excel file locally. I need to automate the process which involves loading the excel file from the database...
View ArticleSSIS read the first row's column from a flat flat into a variable
Public Class ScriptMain Inherits UserComponent Dim smpid As String Dim Prdt As String Dim rcnt As Int64 Public Overrides Sub Input0_ProcessInputRow(ByVal Row As Input0Buffer) With Row If...
View ArticleI want to install 64bit Microsoft.ACE.OLEDB.12.0 drivers on Windows Server...
I have a SSIS Package which pulls data from SQL table and load into excel files. This scenario will work if i ran under 32bit environment. But I want to execute the same thing under 64bit.When i tried...
View ArticleConnect google bigquery to SQL Server with SSIS
Hi All,I need to load data to our SQL Server 2012 From google bigquery. I would like to do it with SSIS.What is the best way to connect to google bigquery through SSIS?Thanks!
View ArticleWhy Merge Transformation Need to Sorted Inputs
Why Merge Transformation Need to Sorted Inputs
View ArticleRunning SSIS job using Windows task scheduler
I am new to the world of ETL. I recently started using SSIS and I have come across couple of questions on this.1.Can we run a SSIS Package using windows task scheduler?2.If the above answer is yes,I...
View ArticleExecuting sql server 2012 packages
I used the import wizard in sql server 2012 management studio to load data from an excel 2013 spreadsheet into a new table in a sql server 2012 database. I saved the package to the file system since I...
View ArticleParent- Child package failing in sqlagent.
Hello ,I have 20 child packages calling in a single master package as shown below.these packages transfer data from mysql to SQLServer. I installed the ODBC-32 bit drivers.when i run the project in...
View ArticleLookup
Hello,I have OLE Db data source (SQL Server 2008) with 5 rows. One of the column in claimID. Another data source is IBM DB2 Iseries database. The table in DB2 has 93 million rows. I need to get only...
View ArticleImporting a File with Dynamic Columns
I am new to SSIS and C#. In SQL Server 2008 I am importing data from a .csv file. Now I have the columns dynamic. They can be around 22 columns(some times more or less). I created a staging table with...
View Articlepassing more than one variable as parameter value to ssrs by ssis
public Sub Main() Dim url, destination As String destination = Dts.Variables("report_destination").Value.ToString + "\" + "Report_" + Format(Now, "yyyyMMdd") + ".xls" url =...
View ArticleSSIS 2014 64 Bit HANA ODBC Connection Manager/Data Source
I have a project that uses an ODBC data source that is configured to use the 32 bit HDBODBC32 and the 64 bit HDBODBC SAP HANA drivers. I can successfully run the project in Visual Studio with the 32...
View Articledtexec.exe and ISServerExec.exe
What is the difference between dtexec and ISServerExec? Does ISServerExec ultimately use dtexec to run an SSIS package? Should I expect the same behavior for a package if I run it from the command line...
View ArticleHow to write ETL package addressing different collations or code pages
Default code page in ETL package is 1252 which will not work if the collation is different e.g in Japanese_CI_AS, it is 932.My question is how to write a generic ETL package so that it can cater any...
View ArticleOralce connectivity
Hi ,I have made the connection with oracle data base from SSIS by using Oracle Source task. Connection has being established but, not able get the data. It is not showing any error , it is showing like...
View ArticleIs it possible to have both the 32 and 64 bit EXCEL drivers on the same machine?
Is it possible to have both the 32 and 64 bit drivers on the same machine? I would like to execute packages with Excel destinations in Visual Studio but also in 64 bit on the same server.
View ArticleAssign values to variables in 2012 SSIS Package
Can iassignvaluestovariablesin2012usingbelowcommand...
View Article