-
Todd McDermid 4.23
Description:
SQL Server Integration Services is Microsoft’s Extract Transform Load/Data Integration (ETL/DI) tool, replacing DTS. SSIS is a very powerful and complex tool that can read data in from virtually any source, transform and mash that data however you like, then send it out to virtually any type of destination. Understand how SSIS can be used to do just that – from the basics. Find out how to get started using SSIS, hear what it’s really good at, and figure out what things you need a hacker’s spirit to accomplish with it. This session is demo heavy; Tasks, expressions, precedence constraints, text files, Excel, SQL, data type conversions, performance, scripts, configurations, scheduling, and more will be covered with examples.
Links: Website
Comments on this Talk
speedkills,
11 Jun 09:58 PM
I have attended quite a few sql server talks over the years and nearly all of them prove useful but none have had the immediate impact that Todd's presentation did. I was able to return to work implementing some of the techniques Todd discussed and reduce the run time of my existing nightly data warehouse load by over 60% in the following week. Two big thumbs up!

Hi Todd, Hope I was there in the presentation. However a nice ppt. Had a doubt though. On the slide #15 Connection Managers, you have stated that the "Credentials are encrypted".... Thats not true always. Like in the case of Data stage it is always encrypted.