Member of the LearnItFirst.com Video Training Network Related Video Training Sites: · SSIS Training Videos · SQL Programming Tutorials
   
SQL Server
                        Training Videos

Migrating Microsoft Access Tables to SQL Server Using DTS and SSIS (Video Series)

Video Image Video Category: Miscellaneous - Topics That Do Not Fit Anywhere Else!

Skill Level: 300 (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:


Miscellaneous Bits & Pieces:
It is very easy to disable a trigger: ALTER TABLE MyTable DISABLE TRIGGER MyTrigger. If you want to disable all triggers for a table just replace the trigger name with the word ALL. To re-enable the triggers just replace DISABLE with ENABLE
Performance Tip: TRUNCATE TABLE is much faster than DELETE when removing all rows from a table. One caveat: TRUNCATE TABLE cannot be run on a table with foreign keys
SQL Server 2000 Service Pack 4 Features: Changes were made to the visual tools: the table designer, the diagrams, and the Query Designer which make them more secure and reliable

Other Websites We Offer
LearnCSharp.com
Don't Forget!
Become a Guru
 
   
 
About Us Video Playback Subscriptions More Video Training More
 
© 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. Refer a Friend and Get a Free Subscription!
 
9/7/2008 9:11:43 PM