Member of the LearnItFirst.com Video Training Network Related Video Training Sites: · SQL Server Training Videos · SSIS Video Tutorials
     
DTS Training Videos             * SQL Server Training Videos
* SSIS Video Tutorials
* More Videobooks...
Email
Password
Register
LearnDTS.com Subscriber Videos
Migrating Microsoft Access Tables to SQL Server Using DTS and SSIS - Video Series
Video Image Video Category: Working with the Common Tasks in DTS

Skill Level: 200 (Beginner - Intermediate)

Versions/Editions Covered: SQL Server 2000 , SQL Server 2005
Do you just need to migrate the data from Access to SQL Server? Maybe just one or two tables? Then this video series is for you.

Highlights from this video series:
  • How to migrate tables in Access 2007/2003/2000 to SQL Server 2000 using Data Transformation Services (DTS)
  • Using the Import/Export Wizard in DTS
  • Potential problems faced when using DTS to migrate Access tables and queries
  • Using Custom DTS Packages
  • Using SSIS to migrate to SQL Server 2005
and much more

Videos in this Series:

< Return to list of all videos

Miscellaneous Bits & Pieces:
Don't forget that calls to @@ERROR and @@ROWCOUNT change after each statement. Most programmers prefer to store these global variables in a local variable immediately for later processing
Performance Tip: "WHERE LastName LIKE 'Sm%'" is a fast query but "WHERE column LIKE '%Sm%' is a performance killer. Imagine searching in a phone book for anyone whose last name starts with 'Sm' - easy right? Now try to find anyone whose last name contains the two letters 'sm'. There's a huge difference in the number of pages required to satisfy the two queries
Helpful Keyboard Shortcuts: "CTRL" + "TAB" navigates forward between panes/worksheets/tabs in an application (add in "SHIFT" to navigate backwards)
Company News
Windows SharePoint Training
Other Websites We Offer
LearnSqlServer.com
Don't Forget!
Become a Guru
 
     
Home | About Us | Advertising | Become an Author | Contact Us | Privacy | System Req's | Terms | Testimonials | Work for Us! | Blogs | Site Map Refer a Friend and Get a Free Subscription!
© Copyright 2004-2008 LearnItFirst.com LLC. All rights reserved. All trademarks remain the property of their respective owners.
This site is not affiliated in any way with the Microsoft Corporation.
7/23/2008 6:50:32 PM