# Wednesday, November 11, 2009
« New features of VS2010 which have me smi... | Main | Tip of the Day: Eliminating unused "usin... »

It's been a LONG time since I did any SSIS work, and I really enjoy it. I'm writing an ETL process for importing general ledger transactions, and it's a fairly complex task. To help notate what needs to be done as well as explain some of the complexities, I am making sure to annotate the code in the Control Flow.

I had forgotten how to add carriage returns in annotations, so this is more a reminder again just in case I forget: Ctrl-Enter will do the trick!