SSIS Package executes for hours for import :
Hi All ,I am looking for the best way to optimize my ssis package . Any help is appreciated .My package basically is an simple import/export from Paradox Database (DB Files ) to SQL Server.I have...
View ArticleGetting 'unknown' with analysis service processing task
Hi,I have a problem with a cube that is killing me!When I process a cube manually everything looks great but when the cube is processed by the scheduled Analysis Service Processing Task, one of the...
View ArticleHow to restrict to stop the package if one of the excel tab gives error
Hi,I have developed a SSIS package.Source : XLSX FileDestination : SQL Server TableThe XLSX files contains 4 tabs. I am loading 4 tabs into 4 different tables by creating 4 data flows.Steps:inside For...
View ArticleAllLoginsFromSelectedDatabases from "Transfer Logins Task"
Hi All,"AllLoginsFromSelectedDatabases" from "Transfer Logins Task" is not working on user databases. If i m selecting master databases, It is transfering "ALL the Logins" from server A to server B.For...
View ArticleDebugging and data flow row counts incorrect
I've recently upgraded several packages to SSIS 2012, and I'm finding that the row counts shown in the data flow while debugging are entirely nonsensical. My data flow goes something like this at the...
View ArticleSSIS CSV Import
Using 2008 R2... I have a data flow that imports a csv file to a table in sql server. The flat file connection manager uses {CR}{LF} for the row delimiters. I have setup event handlers for the data...
View ArticleSSIS 2008 Package Causes Status Code 4
Hi,I've created an SSIS 2008 package that contains several data flow tasks. Each tasks takes data from a SQL Server 2008 database, runs a select statement to gather the data and inserts the data into...
View ArticleNo rows returned when importing a view from Oracle to SQl Server
When I try to import a specific view from Oracle 11 to SQL server 2008, there are no rows returned. However, this same view imports into Access 2010 and Access 2002 quickly and easily. There are...
View Articleevenhandler in ssis
how to fire an event as soon as my package finishes successfully ?? because as soon as my package finishes successfully, i need to update a table.
View ArticleDelete the existing Records between two Tables however does not have matcing...
Hi All,i am loading the data from once xls source into SQL stage table. Then loading into the Master Table.Daily we are doing the truncation of the stage table.In my scenario, the values in the the...
View ArticleRefresh/Update SSIS after table update
Hi All, I tried to run my SSIS package after update a table (change the length of a column) because of a warning regarding the column length, but cannot seem to get the package updated to run with the...
View Articlehow to validate incoming data using stored procedure without enabling...
how to validate incoming data using stored procedure without enabling constraint at table or column level in sql server?please provide sample code for it to iterate all records of table.
View ArticlePlease provide c# code of script task of data flow to validate incoming data...
Please provide c# code of script task of data flow to validate incoming data for 30 columns in ssis using script task.
View ArticleSSIS Package Failing Inconsistently with "Phantom" Error
We have multiple subject areas we load through multiple independent SSIS packages. Each SSIS package is comprised of a Master Package and then subsequent Child packages.The Master Package calls a...
View ArticlePlease provide example of using a staging table to first insert all data from...
Please provide example of using a staging table to first insert all data from flat file into a staging table with wide character columns and then use select statement with some where conditions to...
View ArticleOLEDb.RetainSameConnection. Transactions...
Hello guys! I have some troubles with understanding how transactions behave when "RetainSameConnection" is set to TRUE for an OleDb Connection. Initial data: - SQL Server: - SQL Server 2008R2...
View ArticleSSIS pkg 2012?
Hello:I have SSIS package designed in SQL 2012 where Source is SQL Server 2008 and destination is SQL Server 2012. i have CDC in SQL 2008 and my SSIS is doing ETL based on "fn_cdc_map_time_to_lsn".I...
View Articleflat file source out of synchromization
I have a simple flat file with several columns going into a SQL table which was supposed to by varchar(100). I hooked up the flat file source and destination and configured 2 of the columns for...
View ArticleRedirect Output to a TXT File Using SSIS EXECUTE PROCESS TASK
I have the foll command that I run as a batch file. However I need to automate this, since in future several txt files will need to be created. Hence using execute process task in SSISFoll is the...
View ArticleWHICH COMPONENT USEFUL FOR COMPARE THE CHARTS IN SSIS
Hi All,we have on issue that is,we have hourly readings of an meter we need to display the similar pattern curves,and we need to hide the non-pattern curves.how will we overcome this issue,please help us.
View Article