Problem opening an Excel rowset in SQL/T-SQL
In SSMS ((SS 2008 R2) when I run: SELECT * FROM OPENROWSET ( 'Microsoft.ACE.OLEDB.12.0', 'Excel 12.0;Database=C:\test\xltest.xls;HDR=YES;IMEX=1', 'SELECT * FROM [Sheet1$]' ) From this article:...
View ArticleHeader at text file (Destination ) in SSIS
How to give the header while fetching from database source to text files destination (Tab Delimiter)
View ArticleSSIS accessing a dts package properties with C#
Hello there, Please, Could anyone help me and let know how i can access the "DTS package" Proeperties eg. PackageName?And which namespace does DTS belong to: (as in "using Microsoft.SqlServer. ....")In...
View ArticleRemove duplicate records from flat file source in SSIS
Can any one please tell me the ways to remove the duplicate records from Flat file while taking it as input data source.I tried with Sort with Remove rows with duplicate sort values but it slows the...
View ArticleProblem connecting to SAP Open Hub
Hi, I am trying to set up a SSIS job connecting to SAP Open Hub and have with support from the SAP guys been able to get some progress, but it has now stopped up on a error message we're not able to...
View ArticleUnicode Issues with Attunity Drivers for Oracle
Hi - I am trying to do a data transfer from SQL Server to Oracle . In the data transfer task , I am using "OLE DB source " for SQL Server and using Attunity Oracle destination for Oracle database. Here...
View ArticleHow to see old ssis logs ?
Hi ! I don't know where or how SSIS (the SSIS tool, not sql server agent) stores logs for old jobs. Is there a way to see the log of SSIS jobs from past day, week, month etc . ?Thanks.
View Articleopening a rowset for failed. check that the object exists in the database
Hello,I have a SSIS package where im importing data from MS access database file .MDB. I chose Microsoft JET 4.0 OLEDB provider. When i select a table and preview the data, im getting the below...
View ArticleSSIS 2005 daily job that processes data is failing due to corrupt .prt.xml files
The daily job has been running for years now. Yesterday, it failed due to corrupt .prt.xml file that belongs to an old partition from 2012:OnError,PC,NT AUTHORITY\SYSTEM,Update Dim...
View ArticleRe: How to upload a text file into several tables
Hello everyone,I have a problem for which I need your help as per follows:1. I have a text file that basically contains data in denormalised form.2. I have designed all the tables for the normalised...
View Articleexception has occurred during data insertion ... Wrong number of parameters
I am using an ADO dataflow source and an ADO dataflow destination to move data from a table on an IBM iSeries DB2 database to another IBM iSeries DB2 database on another machine. The connection...
View ArticleHandle start and stop date and time in same fact table
I have a fact table for "Treatment". Each treatment has a start and stop date. Is it as simple as placing a surrogate key from the date dimension in each of the start and stop fields in the fact...
View ArticleSSIS Sort and Hyphens
I have read about issues of collation when sorting in SQL vs. SSIS. In my case, I am performing two SSIS sorts between 2 datasets: Dataset1 email id flag zzz-yyyy.lastname@hotmail.com 1 1...
View ArticleWhy Is My Custom Task Showing "Task Failed To Load"?
I developed a custom task to wrap an old program.Running on dev machine via VS2012, works fine.Deployed to the server, and now it shows the above error during validation, even when I run it by...
View ArticleChange Data Capture: Experiencing Delay
Hello Community,I am experiencing an anomaly with Change Data Capture that is turning up empty with online searches. Essentially, I am attempting to change data, and then immediately call the...
View ArticlePrecompiled script failed to load on SP4
We have an environment that is using SSIS 2005 packages that are executed on remote servers. The remote servers have SQL Server 2005 with Integration Services installed. SQL Server has been patched...
View ArticleOracle oledb SSIS Error Code...
Hello There...I faced one issue while I was working on the project to migrate data from Oracle to SQL Sever and I thought I should share it here.I had created a SSIS package in VS2008 and had installed...
View Articlefetch data from prod servers
Hi all,can anyone help me in developing package with below requirement:requirement Excel sheet contains all the emp_ids ..these emp_ids should be searched in Emp DB and return the output to an new...
View ArticleSSIS and SAP HANA
I am trying to Load data from Sql server 2012 using SSIS 2010 into an HANA Instance and this seems impossible. I have managed to connect up using ODBC but it runs without error and inserts...
View ArticleTanslate expression
I appreciate if someone translate the following expression. Thanks.ISNULL(CustomerName) == FALSE && TRIM(CustomerName) != “” RegardsMuz
View Article