SSIS is Case-Sensitive

Posted by andyleonard on SQL Blog See other posts from SQL Blog or by andyleonard
Published on Fri, 28 May 2010 11:00:00 GMT Indexed on 2010/05/28 11:03 UTC
Read the original article Hit count: 173

Filed under:
|
|
Introduction SSIS is case-sensitive even if the database is case-insensitive. Imagine... ... you work in an ETL shop where someone who believes in natural keys won the Battle of the Joins. Imagine one of your natural keys is a string. (I know it's a stretch... play along!). Let's build some tables to sketch it out. If you do not have a TestDB database, why not? Build one! You'll use it often. Use TestDB go Create Table SSIS1 ( StrID char ( 5 ) , Name varchar ( 15 ) , Value int ) Insert Into SSIS1...(read more)

© SQL Blog or respective owner

Related posts about Business Intelligence

Related posts about etl