SSIS with Excel Source - Generically specify first worksheet?
I have an SSIS package that is reading an Excel source to pipe it to a table in my SQL Server database.In the Data Flow task, I was able to rename the Name field generically, but with the Custom...
View ArticleForEach Loop - Parsing XML subgroup into Variables
Hi all,I am designing a new ETL process using SSAS.We have a controller package which receives an XML string at run time into a variable called BatchRequest...
View ArticleUsing SQL Server 2012 SSIS to Extract Data From SAP
HiWhat is the current best practice for using SQL Server 2012 SSIS to extract data from SAP R3? Please note we are looking for a solution that does not use SAP BW or SAP OHS.Ideally we would like to...
View Articlegenerating the flatfiles getting error
Hi,While I am generating the flatfile from the server I cannot able to get the data for few of the fields I can retrive only for few of the fields. all fields are configured properly. but may i know...
View ArticleRead Excel Column Name and insert to SQL
Hi all,I need to read Excel COlumn name and write it to SQL table .I have done this with help of...
View ArticleLaunch VSTA Editor Requires Administrator Privs?
This is a follow-up to another posting I had about problems with launching the VSTA editor from various scripts. I have been experimenting with this further and while available RAM seems to have...
View ArticleDownload all excel files from sharepoint location to local folder
Hi,How to I copy all excel files stored at sharepoint location to local folder?Regards,Nidhi
View Articleforeach loop only reads one file
I have a Foreach loop set as Foreach File Enumerator. In the Expressions I have the Directory set to a variable path (User::strSourceFilePath) which is read from SQL Server. In the variables window I...
View ArticleSSIS Script Task errors when trying to connect to SharePoint using Client...
string client = Dts.Variables["SPclient"].Value.ToString(); string user = Dts.Variables["SPuser"].Value.ToString(); string pass = Dts.Variables["SPpass"].Value.ToString(); MessageBox.Show(client + " "...
View ArticleImporting Excel Source does not have all the columns.
Hi,I'm trying to import an Excel sheet to my DB. I created an Excel source but it is missing the last column of the sheet. The Excel sheet has a freeze pane that I think is causing the issue. When I...
View ArticleAttunity SSIS connector support for Sql Server 2014?
Hello,We've been successfully using Attunity SSIS connector 2.0 for a couple of years with SQL SERVER 2012.We developed some Visual Studio projects and deployed them on our SSISDB. Then launch them...
View Articlequery data from excel cells
i'm try to query the departmentID from HumanResources.Department below is the Package:declared Varaiable :@DepartmentidIn OLEDBSource : querying in sqlCommand Mode . with @department as input...
View Articleautomate email notification for new report entry
Basically I want to use SSIS to send email notifications to groups of people whenever there is a new entry in a certain SSRS report...I could have used the SSRS email subscriptions but I was told we...
View ArticleRetrieve a specific cell value of an .csv and pass it to a variable so that...
I have three .csv file coming from different departments with, general name_date_department as file name. Example: MP_20140215_SS.CSV; MP_20140319_EE.CSV; MP_20140125_FF.CSV. For both EE and FF...
View ArticleExcel destination - cannot convert between unicode and non-unicode
Hello,I am having issue when trying to pull data from a table to excel. I am using a data conversion transformation between oledb source and excel destination. The error I am getting is cannot convert...
View ArticleSSMA for migrating table from oracle to Sql server
Hi All,I wanted to replicate oracle huge table to sql server and i am using SSMA.its helpful and fast but can we replicate the table to different name using SSMA.for example i have a table TEST and i...
View ArticleMaster package with child packages executed in parallel.
Hi,I have a master package, which executes a few child packages in parallel. All packages are SQL Server 2008 R2 and have two configurations: Indirect XML configuration file and SQL Server. The name of...
View ArticleAny Quick Way to Clone a Package and Change Data Source Mapping ?
Hi! I have a ETL project for different department user. Conceptually their table schema are the same, the detailed column names differ. The ETL spec/rule is the same for those departments. I already...
View Articleftp get file without extension
HiI'm trying to use the sample code from http://blog.dbandbi.com/tag/ssis-script-task-check-if-file-exists-c/publicvoid Main(){string userName = Dts.Variables["User::userName"].Value.ToString();string...
View Articlemigrating data from MSSQL to ClustrixDB (drop in replacement for MySQL)
Hi folks,I'm trying to move data from MSSQL 2012 sp1 w/ cu9 to ClustrixDB. I have scripted out the table on the MSSQL side and using it to create the table on the Clustrix side.I'm using MYSQL ODBC...
View Article