Running both 32 bit and 64 bit of SQL Server Express on 64 bit Windows 7...
Hi,I am fairly new to SQL and not an IT professional. I'm trying to import data from MS Excel into an existing table in SQL using the Import/Export wizard but running into a bunch of issues. I think my...
View ArticleHow to set up job for getting data and put in shared drive?
I've one table which is contains sales Tax data and I need to send data(only for past month) to accounting person by every end of the month for Example. Today is July/1/2015 so I need to send data for...
View ArticleError in SQL Server Agent : The step failed.
Hi,I have some SQL Server AGent jobs that calls SSIS packages. The job runs every 10mins looking for an excel file as a source. Many a times, the job fails with error "The Step Failed".Can someone...
View ArticleSSIS 2012 (11) Flat file import with footer hangs (never completes)
Hi all,We have many SSIS packages built in Visual Studio 2008 and previously deployed to SQL 2008 (SSIS 10) and then migrated to SQL 2012 (SSIS 11).Most packages work OK but a couple hang and never...
View ArticleData extraction from Hyperion Financial Management using SSIS
I want to build a data import process with SSIS, sourcing Hyperion Financial Management. Accoring to my knowldge there were a Star Integration Server (Star Analytics acquired by IBM in Feb 2013) doing...
View ArticleCopy MySQL fields to MSSQL database with insert trigger
I have MySQL and MSSQL database,when the MySQL table is updated, I'm trying to update the MSSQL table with selected fields from MySQL table.i'm able to query and update from MSSQL but I want this to be...
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 ArticleNuget,SSIS, and GAC.
Ran into an issue today, it appears that when trying to write an SSIS Script component, you can not easily use a NuGet package/package manager to reference API's. Not without registering them to the...
View ArticleSAP BI connector 1.1 - Getting [SAP BW Source] Information:...
HI I am connecting SAP BW server through ssis 2014 ( sap Bi connector 1.1) . while connecting one of the OHS in BW server to pull the data , getting the below information and the process in running...
View ArticleDerived Column Failed because of truncation occured...?
[Derived Column[2]] Error: The "Derived Column" failed because truncation occurred, and the truncation row disposition on "Derived Column.Inputs[Derived Column Input].Columns[WeightUnitMeasureCode]"...
View ArticleHow to fix the error CPackage::LoadFromXML ?
Hi friends, I made a test package on my developer machine, [used sQl 2008r2 and Bids 2008].After Deploying it to job scheduler, it works well. But after I added XML configuration to it, It throws the...
View ArticleRegular failures during integration and processing the cube.
Hi allI am completely new to DW maybe 6 months EXP. I have had a DW dumped on me and it has been running fine until recently.The integration from the data sources to the staging area and to the DW are...
View ArticleHOW TO DO THIS?
DIM tables are lookup tables. Every day at 11 AM, for all the lookup tables Files will be uploaded into a folder D:\Processing.E.g.: For Cabin class data, file name will be DIM_CABIN_CLASS_<Date...
View Articlebuild version vs code version
Hi, Some people I worked with do a build of the dtsx in BIDS and then take the dtsx from bin\release and use this dtsx to import/schedule in sql server. So there is a code version and runtime version...
View ArticleWhile generating CSV dt_dbtimestamp is ignoring millisecond part when it's zero
Hi,I have one data flow task that reads data from table and generate a csv file. Now I have one timestamp column that holds datetime value. AT destination under derived column I have used...
View ArticleSSIS SAP BW Source component not working in sql 2012
We have 7 packages developed and deployed in 2008R2.All these packages extract data from SAP systems using SAP BW 1.1 as the source components and then loads data into SQL Server 2008 R2 database....
View ArticleSSIS Catalog slower than package deployment
We are having a problem with our Data Warehouse load process taking well over an hour longer than expected. Taking a look at our logging, every package is running just a second or two slower, which is...
View ArticleError installing SSDTBI_VS2012_x86_ENU.msi
Hello, Please can you help me solve the below error when installing Microsoft SQL Server Data Tools - Business Intelligence for Visual Studio 2012. Below is the exact error :-...
View ArticleManaging a SSIS pkg when the data structure of the source changes - SSIS 2012
Hi,I've a SSIS 2012 pkg with several data flow task to get data from an Oracle database and then to write on a SQL Server database. The related job runs each night.It occurs 1-2 times for month that...
View Articlefilter out non-numeric data
Hello,I have a package that i am building right now and I need to filter out data from my employeeid field that is not an integer. How would i proceed with this? I currently have a conditional split...
View Article