Fuzzy Lookup outputs per Match
I am currently working on an fuzzy lookup solution in SSIS 2012. Currently my lookup transform is set up such that it returns 1 match per input. It has come out from the development team that we should...
View ArticleForeign Key issue
All;I'm running SQL 2012, and this is my first attempt to input data into a table with Foreign keys. I'm getting this error message:[OLE DB Destination [101]] Error: SSIS Error Code DTS_E_OLEDBERROR....
View ArticleHow to load date column in yyyy/mm/dd format when issue_date column is text...
Hi,I have one column name issue_date in .csv file.That filed has values like 1.9.2009 or 31.8.2009 or 31.12.2009 or 1.11.2010.I want to load this column into table with date data type so in...
View ArticleContinuing a File Loop After an Error
I'm working with this scenario:http://agilebi.com/jwelch/2008/06/29/continuing-a-loop-after-an-error/I follow this guy's advice to the tee but I'm still getting odd results. In my package I have close...
View ArticleCustom DataFlow component causes - "Value of 'null' is not laid for...
Hi I developed a custom data flow component in SSDT 2012 (VS2012) as a C# assembly. I signed it, built it, copied it to ..\program files (x86)\Microsoft Sql server\110\assemblies\pipelinecomponents and...
View Articlemonitoring virtual buffers in the SSIS pipe line
One of the optimizations made in the SQL 2008 SSIS pipeline engine was the use of virtual buffers on the outputs of the conditional split and multi cast, can anyone tell me if any of the performance...
View ArticleCreate ETL (star schema) for two very different domains
I have "Healthcare" and "Retail" databases. I managed to find a sample retail database from Microsoft downloads. I created my own very simple database for healthcare using SQL Server 2012. My final...
View ArticleSSIS Script Task Concatenation Issue
Hi AllI am loading the data from Flat File to Sqlserver destination.In between I want implement below logicCOL1(String),COL2(datetime),COL3(string),COL4(string)If COL3 SUBSTRING(COL3,1,2)="00"...
View ArticleConverting Trailing Negatives
I have an SSIS package that looks through about 500 excel files that are exported by our SAP system. The package works great, except for when the value contains a trailing negative. Does anyone have...
View ArticleDebug script task firing new BIDS window
On a new BIDS 2008 R2 install, trying to debug a script task but when I hit the debug button a new BIDS window (Start Page) pops up and nothing else happens.Is something not configured correctly?
View ArticleAfter installed SP1 for SQL Server 2012, can no longer export to csv
After installing SP1 today via Windows Update, I am no longer able to export data to csv using the SQL Server Import and Export wizard. I get the following error message:"Column information for the...
View ArticleSSIS-How to set timeout for the whole package or sequence container?
Hi,I have developed a SSIS package in which it contains one execute SQL task,data flow task for retrieving data from oracle and push it to SQL and one more sql task. These all tasks are present in...
View ArticleTable triggers are not fired on SSIS update?
Why doesn't my DestinationDB's table triggers get fired when I run my SSIS packages?My triggers do very simple things: assign CreatedDate and ModifiedDate when an Insert/Update occurs in the table.My...
View ArticleSSIS command line execution error
I am running a 2005 package on windows 2008 R2 machine using commandline.when i run the package using visual studio 2005 , the package runs fine, but when i do it through command line, i see the below...
View ArticleOracle to SQL Server 2012 Connection on Windows Server 2012
I was succesfully able to connect to Oracle from SQL Server(SSIS) by following these steps to SQL Server 2008 R2 (on Windows 2008R2), but currentl i was failing to connect to Oracle from SQL Server...
View ArticleMicrosoft.AnalysisServices in SQL 2012
Running into an issue Microsoft.AnalysisServices via a SSIS VB Script task. I have a package written to process SSAS cubes via SSIS packages; query the SSAS server to build XMLA scripts. The packages...
View ArticleSSIS and Websphere MQ Series
Hi,Can anyone let me know how to create a package in SSIS that pulls data from the database and send it to Message Queue?An high-level idea would be a good start?Thanks in advance.
View ArticleThe parameter 'CM.stddb_db.InitialCatalog' does not exist or you do not have...
Hi all,I have manually created a sql job to call an ssis pkg. now I have scripted this job out and put it into a dynamic query in a sproc. I have the replace command to replace some values that the...
View ArticleSMTP server issue
Hi EveryoneI have an issue with SMTP server " send mail task ". we see the following error[Send Mail Task] Error: An error occurred with the following error message: "The SMTP server requires a...
View ArticleSSIS Package fails with Null Password exception after import to production...
I have development and production environments MS SQL Server running on Windows 2008 R2. Both environments have MS SQL Server Management Studio. Only the development environment has BIDS. Each...
View Article