Flat File Destination failed the pre-execute phase and returned error code...
In the SSIS package after loading the data from multiple XMl files (around 80) at the end I'm loading the data from SQL Table to Flat file(.csv) to create a summary report and I'm getting the below...
View Articleurgent plz reply
select convert(varchar(20),CONVERT(date,DateTime)) +' - '+convert(varchar(20),DATEPART(HOUR,convert(datetime,DateTime)))+'Hr' As DateHr, round(avg(convert(float, Mem_Avail_MB)),0) "Memory...
View Article.gz files need to unzip after unzip footer will be exclude and footer count...
i have requirement files are placed in process folder in that folder all files are in .gz format need to unzip the files and reading the files ,file contain header and footer both should be removed and...
View ArticleHow to update Sharepoint list using SSIS?
Hi,I am using SSIS to transfer data from MS SQl server as data source and Sharepoint list as data destination. Now, I need to fire an update command on the sharepoint list. Please guide me to implement...
View ArticlePassing parameters/Values From One Project To Another Project In SSIS 2012
I am Using SSIS 2012 & Created 2 Projects A & B (Project Model Deployment) Project A Master_Package (Includes Project A/Packages 1,2,3)Package1Package2 Package3 Project BMaster_Package...
View ArticleWhen dragging SSIS objects on canvas there is "shaking"
Hello, On my development box I applied a fix for SQL 2012 SP1 CU3 (http://support.microsoft.com/kb/2832017) the other day. Today I wanted to do some SSIS package development and I've run into a UI...
View Articleload .log files into sql server 2008 r2 database
Hi all, I need to load .txt files from this location C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20130419_183508How to load into sql server tables , As i am new to ssis , kindly help...
View ArticleSetting CacheType programmatically
HiI am trying to generate a SSIS package in code, and things are looking fine.Now I want to change the CacheType property of a Lookup component. If I set the CacheType property like...
View ArticleNoticed below behavior Disabling Foreign Key for table through SSIS 2005
Hi All,Today I noticed below behavior for Foreign Key in SQL Server DB 2012 & SSIS 2005.I have a table [STAR].[FACT_TABLE_PARENT] which is having Foreign Key with [STAR].[DIM_EMP_CHILD].I was...
View ArticleSSIS pkg called by Oracle data integrator - SSIS 2012
Hi,does anyone know if it is possible to call a SSIS dtsx file from Oracle Data Integrator?Thanks
View ArticleExtract data from PostgreSQL
Hello,Is there any way to have PostgreSQL as data source using SSIS 2008? I've installed PostgreSQL ODBC driver, and tested the connection ok. But not sure how I can use that connection as the data...
View Articleassigning two values to a variable in ssis
I have run an sql query on a user table which has email address as a column, i.e.I want to run the query SELECT * from User where emailaddress in( 'abc01@adfadfa.com', 'jka@adfa.com')I have written...
View ArticleETL strategies.
1. What are the different OLTP’s used in ETL strategies?Anyone please help me to figure it out with this question? I know that it is Online transaction processing. but dont know how many diffferent...
View ArticleInvalid data in flat File
Hello,I usually import data from flat files to sql server tables. Now that the Flat files comming may have a row having only the column delimitters which is invalid for me.How to overcome this problem...
View ArticleSSIS inserting web service data into table.
HiI'm making a SSIS web service task.The task is to consume a web service. Lets just say that it is this webservice:http://www.webservicex.net/airport.asmx?op=GetAirportInformationByCountryThe returned...
View ArticleUnexpected Termination - Package execution aborted - KB2833645
Good afternoon!Hi again everybody, I have a BIG problem with the SSIS + SQL Agent Job...The matter is that the package execution aborts randomly. I've installed the CU4 (2833645) revision wich has the...
View ArticleDeploying SSIS packages to the File system
Hi All,I need to ask you some questions to get an idea on deploying SSIS packages to the File System.1) if we deploy the package using the file system option using a config file do we need to always...
View ArticleExcel 2013 issue
I am facing an issue with MS Excel 2013. I am facing flickering issues when copying data from one sheet to another.Whenever I type Application.ScreenUpdating = False in the background code, it doesn't...
View ArticleGroup Record Validation
I Importing Data from DBF to SQL Server. It has Many-to-One relation. If Source data has 10 records then destination may have one or 2 records based on the number of Groups in those 10 records.Source...
View ArticleFlat File(CSV) to Table - Issue with Date
Hello,Hope somebody can shed some light on an issue i'm having importing some data from a flat file to a SQL table.I'm building a SSIS package that imports data to A SQL table from a flat file .csv...
View Article