Bennie47250
Programmer
Using Visual Studio 2013
Moving data from an MS Access 2003 to an MS SQL 2012 database
Currently I do this using DTS but we are finally retiring our SQL2000 server and I need to move this to SSIS.
The current DTS package does a Drop table, Create table and then populates the table in MS SQL with the data from the Access database.
Could I get some help with this? Needing to know what the basic steps would be called in SSIS. From there I should be able to find the details behind the steps or if someone would like to detail it out for me or point me to examples or resources, that would be greatly appreciated too.
Thanks in advance
Bennie
Moving data from an MS Access 2003 to an MS SQL 2012 database
Currently I do this using DTS but we are finally retiring our SQL2000 server and I need to move this to SSIS.
The current DTS package does a Drop table, Create table and then populates the table in MS SQL with the data from the Access database.
Could I get some help with this? Needing to know what the basic steps would be called in SSIS. From there I should be able to find the details behind the steps or if someone would like to detail it out for me or point me to examples or resources, that would be greatly appreciated too.
Thanks in advance
Bennie