codeplex.com
CodePlex - BennyAustin
http://www.codeplex.com/site/users/view/BennyAustin
Project Hosting for Open Source Software. Member Since July 4, 2009. Last Visit January 29, 2016. SSIS Credit Card Number Validator 05 (CCNV05). SSIS Credit Card Number Validator 08 (CCNV08). SSIS Dataflow Discoverer (DFLD). I am a Sydney based Microsoft BI Consultant. Besides working on CodePlex projects, I post BI articles to http:/ bennyaustin.wordpress.com. Feel free to send me your queries or comments on this project. No activity in the last 60 days. SSIS Dataflow Discoverer (DFLD).
udayarumilli.com
SSIS Interview Questions and Answers Part 5
http://udayarumilli.com/ssisinterviewquestionsandanswerspart5
I am an Architect By Choice Not By Chance. SQL Server 2008 R2. SQL DBA – 1. SQL DBA – 2. MSSQL Backup & Restore. SSIS – Part 1. SSIS – Part 2. SSIS – Part 3. SSIS – Part 4. SSIS – Part 5. SSIS – Part 6. SQL Server – CPU. SQL Server Memory -1. SQL Server Memory – 2. My Village – 1. My Village – 2. My Village – 3. My Garden – 1. My Garden – 2. My Garden – 3. My Garden – 4. SSIS Interview Questions and Answers Part 5. June 29, 2015. SSIS Interview Questions and Answers for Experienced and Fresher’s. Uses a ...
bennyaustin.wordpress.com
SSIS: How to get name of ErrorColumn from Error Output? – Benny Austin
https://bennyaustin.wordpress.com/2011/02/04/ssis-name-of-errorcolumn
February 4, 2011. August 13, 2014. SSIS: How to get name of ErrorColumn from Error Output? SSIS automatically creates two columns on the Error Output from dataflow components – ErrorColumn. Getting description of ErrorCode is relatively straight forward. This MSDN article describes how to get the description of ErrorCode using a script component http:/ technet.microsoft.com/en-us/library/ms345163.aspx. Just override the ProcessInputRow() with the c# code given below:. Is a command-line discovery utility ...
jglisson73.wordpress.com
John Glisson – Geek of the Cloth – Page 2 – Thoughts on integration, technology and what-not…
https://jglisson73.wordpress.com/page/2
John Glisson – Geek of the Cloth. Thoughts on integration, technology and what-not…. Query String Parameters in the BizTalk REST / WCF-WebHTTP Adapter. December 17, 2014. I was banging my head against my keyboard (metaphorically, but almost literally) trying to get query string parameters to work properly with the WCF-WebHTTP Adapter in BizTalk 2013 R2. I needed to call a REST service using query string parameters in the URL. Using “? Here’s the link. XPath to return default value if node not present.
jglisson73.wordpress.com
October 2014 – John Glisson – Geek of the Cloth
https://jglisson73.wordpress.com/2014/10
John Glisson – Geek of the Cloth. Thoughts on integration, technology and what-not…. SSIS : Creating an error output from a script component. October 16, 2014. I had to implement this today…. Http:/ colinkirkby.blogspot.com/2007/01/ssis-creating-error-output-from-script.html. I have a script component in SSIS that could have exceptions that need to be handled gracefully, row-by-row, and logged as such. This blog post contained all I needed! October 15, 2014. October 15, 2014. I found this blog:. Sharepoi...