{"id":7847,"date":"2019-08-31T08:52:43","date_gmt":"2019-08-31T08:52:43","guid":{"rendered":"https:\/\/zappysys.com\/blog\/?p=7847"},"modified":"2025-11-13T23:55:43","modified_gmt":"2025-11-13T23:55:43","slug":"data-migration-access-sql-server","status":"publish","type":"post","link":"https:\/\/zappysys.com\/blog\/data-migration-access-sql-server\/","title":{"rendered":"Data migration from Access to SQL Server using SSIS Upsert Destination"},"content":{"rendered":"<h2><span id=\"Introduction\">Introduction<\/span><\/h2>\n<p><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/Access-to-SQLServer.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" class=\"alignleft wp-image-7848 size-thumbnail\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/Access-to-SQLServer-150x150.png\" alt=\"Access to SQL Server\" width=\"150\" height=\"150\" \/><\/a><span style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">In our previous blog, we saw\u00a0<a href=\"https:\/\/zappysys.com\/blog\/export-rest-api-ms-access-using-vba-command-button\/\" target=\"_blank\" rel=\"noopener\">how to export a REST API to MS Access using a VBA Command Button<\/a>.<\/span>\u00a0<span style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">In this post, we will look at a specific example\u00a0<span style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">of\u00a0<strong>data migration from Access to SQL Server using the SSIS Upsert Destination (Insert, Update, Delete)<\/strong>, along with a few other topics, such as how to create a table using the <\/span>Upsert Destination.<\/span> How to read all the customer data from the MS Access Table and merge it into the SQL Server.<\/p>\n<p>We will go through the steps to read data from Access and load it into SQL Server.<\/p>\n<p>In a nutshell, this post explains how to read data from an Access table in SSIS.<\/p>\n<p>So let\u2019s get started.<\/p>\n<h2><span id=\"Requirements\">Requirements<\/span><\/h2>\n<ol>\n<li>First, you will need to have SSIS installed<\/li>\n<li>Secondly, make sure to have SSDT<\/li>\n<li>Thirdly, do not forget to install\u00a0ZappySys\u00a0<a href=\"https:\/\/zappysys.com\/products\/ssis-powerpack\/\" target=\"_blank\" rel=\"noopener\">SSIS PowerPack<\/a><\/li>\n<li>Finally, make sure that Microsoft Access is installed.<\/li>\n<\/ol>\n<h2>How to read MS Access table data and migrate that data to a SQL Server table.<\/h2>\n<p>Let\u00b4s start with an example. In this article, we will see Data migration from Access to SQL Server.<\/p>\n<ol>\n<li>First of all, drag and drop the Data Flow Task from the SSIS Toolbox and double-click it to edit.\n<div class=\"mceTemp\"><\/div>\n<div id=\"attachment_11622\" style=\"width: 472px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/Drag-and-Drop-SSIS-Data-Flow-Task-from-SSIS-Toolbox.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-11622\" class=\"size-full wp-image-11622\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/Drag-and-Drop-SSIS-Data-Flow-Task-from-SSIS-Toolbox.png\" alt=\"\" width=\"462\" height=\"157\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/Drag-and-Drop-SSIS-Data-Flow-Task-from-SSIS-Toolbox.png 462w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/Drag-and-Drop-SSIS-Data-Flow-Task-from-SSIS-Toolbox-300x102.png 300w\" sizes=\"(max-width: 462px) 100vw, 462px\" \/><\/a><p id=\"caption-attachment-11622\" class=\"wp-caption-text\">Drag and Drop SSIS Data Flow Task from SSIS Toolbox<\/p><\/div>\n<div class=\"mceTemp\"><\/div>\n<\/li>\n<li>Furthermore, drag and drop the OLE DB Source.\n<div id=\"attachment_11624\" style=\"width: 517px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/OLE-DB-Source-Drag-and-Drop.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-11624\" class=\"size-full wp-image-11624\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/OLE-DB-Source-Drag-and-Drop.png\" alt=\"\" width=\"507\" height=\"192\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/OLE-DB-Source-Drag-and-Drop.png 507w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/OLE-DB-Source-Drag-and-Drop-300x114.png 300w\" sizes=\"(max-width: 507px) 100vw, 507px\" \/><\/a><p id=\"caption-attachment-11624\" class=\"wp-caption-text\">OLE DB Source &#8211; Drag and Drop<\/p><\/div>\n<div class=\"mceTemp\"><\/div>\n<\/li>\n<li>Double-click the OLE DB Source to configure it. Click New Connection, configure the connection as shown below to connect to the Access database, and click OK.\n<div id=\"attachment_11623\" style=\"width: 724px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/OLE-DB-Access-Connection.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-11623\" class=\"size-full wp-image-11623\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/OLE-DB-Access-Connection.png\" alt=\"\" width=\"714\" height=\"620\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/OLE-DB-Access-Connection.png 714w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/OLE-DB-Access-Connection-300x261.png 300w\" sizes=\"(max-width: 714px) 100vw, 714px\" \/><\/a><p id=\"caption-attachment-11623\" class=\"wp-caption-text\">OLE DB Access Connection<\/p><\/div>\n<div class=\"mceTemp\"><\/div>\n<\/li>\n<li>Now, in the OLE DB Source, set the mode to Table or View, and select Preview to view the table data.\n<div id=\"attachment_11625\" style=\"width: 780px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/OLE-DB-Source-Preview.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-11625\" class=\"size-full wp-image-11625\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/OLE-DB-Source-Preview.png\" alt=\"\" width=\"770\" height=\"474\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/OLE-DB-Source-Preview.png 770w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/OLE-DB-Source-Preview-300x185.png 300w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/OLE-DB-Source-Preview-768x473.png 768w\" sizes=\"(max-width: 770px) 100vw, 770px\" \/><\/a><p id=\"caption-attachment-11625\" class=\"wp-caption-text\">OLE DB Source Preview<\/p><\/div>\n<div class=\"mceTemp\"><\/div>\n<\/li>\n<li>Now drag and drop Upsert Destination (Insert, Update, Delete), and create a connection to a SQL Server Database.\n<div id=\"attachment_11627\" style=\"width: 968px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/Upsert-Destination-SQL-Server-Connection.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-11627\" class=\"size-full wp-image-11627\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/Upsert-Destination-SQL-Server-Connection.png\" alt=\"\" width=\"958\" height=\"800\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/Upsert-Destination-SQL-Server-Connection.png 958w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/Upsert-Destination-SQL-Server-Connection-300x251.png 300w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/Upsert-Destination-SQL-Server-Connection-768x641.png 768w\" sizes=\"(max-width: 958px) 100vw, 958px\" \/><\/a><p id=\"caption-attachment-11627\" class=\"wp-caption-text\">Upsert Destination SQL Server Connection<\/p><\/div>\n<div class=\"mceTemp\"><\/div>\n<\/li>\n<li>Click the New Table button in the Target Table, change the table name, and click OK to create the table in SQL Server.\n<div id=\"attachment_11628\" style=\"width: 968px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/Upsert-Destination-Create-Table.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-11628\" class=\"size-full wp-image-11628\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/Upsert-Destination-Create-Table.png\" alt=\"\" width=\"958\" height=\"685\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/Upsert-Destination-Create-Table.png 958w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/Upsert-Destination-Create-Table-300x215.png 300w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/Upsert-Destination-Create-Table-768x549.png 768w\" sizes=\"(max-width: 958px) 100vw, 958px\" \/><\/a><p id=\"caption-attachment-11628\" class=\"wp-caption-text\">Upsert Destination Create Table<\/p><\/div>\n<div class=\"mceTemp\"><\/div>\n<\/li>\n<li>Now select Action as Sync and check all the checkboxes: Insert, Update, and Delete from the target if not found in the source. Map all the columns and select the Key field(s) and click on OK.\n<div id=\"attachment_11626\" style=\"width: 968px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/Upsert-Destination-Configuration.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-11626\" class=\"size-full wp-image-11626\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/Upsert-Destination-Configuration.png\" alt=\"\" width=\"958\" height=\"645\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/Upsert-Destination-Configuration.png 958w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/Upsert-Destination-Configuration-300x202.png 300w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/Upsert-Destination-Configuration-768x517.png 768w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/Upsert-Destination-Configuration-272x182.png 272w\" sizes=\"(max-width: 958px) 100vw, 958px\" \/><\/a><p id=\"caption-attachment-11626\" class=\"wp-caption-text\">Upsert Destination Configuration<\/p><\/div>\n<div class=\"mceTemp\"><\/div>\n<\/li>\n<li>That&#8217;s it, we are ready to migrate the MS Access table data into the SQL Server Table. Execute the package, and it will migrate the data.\n<div class=\"mceTemp\"><\/div>\n<div id=\"attachment_11621\" style=\"width: 412px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/2025-11-13_19-34-22.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-11621\" class=\"size-full wp-image-11621\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/2025-11-13_19-34-22.png\" alt=\"\" width=\"402\" height=\"226\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/2025-11-13_19-34-22.png 402w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/2025-11-13_19-34-22-300x169.png 300w\" sizes=\"(max-width: 402px) 100vw, 402px\" \/><\/a><p id=\"caption-attachment-11621\" class=\"wp-caption-text\">Upsert Destination (Insert, Update, Delete)<\/p><\/div><\/li>\n<\/ol>\n<h2><span id=\"Conclusion\">Conclusion<\/span><\/h2>\n<p>In this article, we show how to read data from an MS Access table and migrate it to a SQL Server table using SSIS. We show how to connect to MS Access using an OLE DB Source. <span style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">Also, we show how to write Sync Insert, Update, and Delete in the target if not found in the Source Using\u00a0<a href=\"https:\/\/zappysys.com\/products\/ssis-powerpack\/ssis-upsert-destination\/\" target=\"_blank\" rel=\"noopener\">ZS Upsert Destination<\/a>.<\/span>\u00a0If you liked this\u00a0article and\u00a0<span style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">want to try it, you can download the\u00a0<a href=\"https:\/\/zappysys.com\/products\/ssis-powerpack\/\" target=\"_blank\" rel=\"noopener\">SSIS PowerPack <\/a><\/span><a href=\"https:\/\/zappysys.com\/products\/ssis-powerpack\/\">here (includes 70+ Components)<\/a>.<\/p>\n<h2><span id=\"References\">References<\/span><\/h2>\n<ul>\n<li><a href=\"https:\/\/zappysys.com\/products\/ssis-powerpack\/download\/\" target=\"_blank\" rel=\"noopener\">ZappySys\u00a0SSIS installer.<\/a><\/li>\n<li><strong>Help File:\u00a0<\/strong><a href=\"https:\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/index.htm#page=ssis-upsert-destination.htm\" target=\"_blank\" rel=\"noopener\">Upsert Destination<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Introduction In our previous blog, we saw\u00a0how to export a REST API to MS Access using a VBA Command Button.\u00a0In this post, we will look at a specific example\u00a0of\u00a0data migration from Access to SQL Server using the SSIS Upsert Destination (Insert, Update, Delete), along with a few other topics, such as how to create a [&hellip;]<\/p>\n","protected":false},"author":6,"featured_media":7848,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[444],"tags":[524,48,12,83],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\r\n<title>Data migration from Access to SQL Server using SSIS Upsert Destination | ZappySys Blog<\/title>\r\n<meta name=\"description\" content=\"Data migration from Access to SQL Server using SSIS Upsert Destination (Insert, Update, Delete), How to create table using upsert destination.\" \/>\r\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\r\n<link rel=\"canonical\" href=\"https:\/\/zappysys.com\/blog\/data-migration-access-sql-server\/\" \/>\r\n<meta property=\"og:locale\" content=\"en_US\" \/>\r\n<meta property=\"og:type\" content=\"article\" \/>\r\n<meta property=\"og:title\" content=\"Data migration from Access to SQL Server using SSIS Upsert Destination | ZappySys Blog\" \/>\r\n<meta property=\"og:description\" content=\"Data migration from Access to SQL Server using SSIS Upsert Destination (Insert, Update, Delete), How to create table using upsert destination.\" \/>\r\n<meta property=\"og:url\" content=\"https:\/\/zappysys.com\/blog\/data-migration-access-sql-server\/\" \/>\r\n<meta property=\"og:site_name\" content=\"ZappySys Blog\" \/>\r\n<meta property=\"article:published_time\" content=\"2019-08-31T08:52:43+00:00\" \/>\r\n<meta property=\"article:modified_time\" content=\"2025-11-13T23:55:43+00:00\" \/>\r\n<meta property=\"og:image\" content=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/Access-to-SQLServer.png\" \/>\r\n\t<meta property=\"og:image:width\" content=\"349\" \/>\r\n\t<meta property=\"og:image:height\" content=\"342\" \/>\r\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\r\n<meta name=\"author\" content=\"ZappySys\" \/>\r\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\r\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"ZappySys\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\r\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/zappysys.com\/blog\/data-migration-access-sql-server\/\",\"url\":\"https:\/\/zappysys.com\/blog\/data-migration-access-sql-server\/\",\"name\":\"Data migration from Access to SQL Server using SSIS Upsert Destination | ZappySys Blog\",\"isPartOf\":{\"@id\":\"https:\/\/zappysys.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/zappysys.com\/blog\/data-migration-access-sql-server\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/zappysys.com\/blog\/data-migration-access-sql-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/Access-to-SQLServer.png\",\"datePublished\":\"2019-08-31T08:52:43+00:00\",\"dateModified\":\"2025-11-13T23:55:43+00:00\",\"author\":{\"@id\":\"https:\/\/zappysys.com\/blog\/#\/schema\/person\/c9dc782c929d0027e2e87e3951ce9d35\"},\"description\":\"Data migration from Access to SQL Server using SSIS Upsert Destination (Insert, Update, Delete), How to create table using upsert destination.\",\"breadcrumb\":{\"@id\":\"https:\/\/zappysys.com\/blog\/data-migration-access-sql-server\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/zappysys.com\/blog\/data-migration-access-sql-server\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/zappysys.com\/blog\/data-migration-access-sql-server\/#primaryimage\",\"url\":\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/Access-to-SQLServer.png\",\"contentUrl\":\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/Access-to-SQLServer.png\",\"width\":349,\"height\":342},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/zappysys.com\/blog\/data-migration-access-sql-server\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/zappysys.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Data migration from Access to SQL Server using SSIS Upsert Destination\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/zappysys.com\/blog\/#website\",\"url\":\"https:\/\/zappysys.com\/blog\/\",\"name\":\"ZappySys Blog\",\"description\":\"SSIS \/ ODBC Drivers \/ API Connectors for JSON, XML, Azure, Amazon AWS, Salesforce, MongoDB and more\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/zappysys.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/zappysys.com\/blog\/#\/schema\/person\/c9dc782c929d0027e2e87e3951ce9d35\",\"name\":\"ZappySys\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/zappysys.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/076a738938c19d459fbfe125c759a0ea?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/076a738938c19d459fbfe125c759a0ea?s=96&d=mm&r=g\",\"caption\":\"ZappySys\"},\"url\":\"https:\/\/zappysys.com\/blog\/author\/hshah\/\"}]}<\/script>\r\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Data migration from Access to SQL Server using SSIS Upsert Destination | ZappySys Blog","description":"Data migration from Access to SQL Server using SSIS Upsert Destination (Insert, Update, Delete), How to create table using upsert destination.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/zappysys.com\/blog\/data-migration-access-sql-server\/","og_locale":"en_US","og_type":"article","og_title":"Data migration from Access to SQL Server using SSIS Upsert Destination | ZappySys Blog","og_description":"Data migration from Access to SQL Server using SSIS Upsert Destination (Insert, Update, Delete), How to create table using upsert destination.","og_url":"https:\/\/zappysys.com\/blog\/data-migration-access-sql-server\/","og_site_name":"ZappySys Blog","article_published_time":"2019-08-31T08:52:43+00:00","article_modified_time":"2025-11-13T23:55:43+00:00","og_image":[{"width":349,"height":342,"url":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/Access-to-SQLServer.png","type":"image\/png"}],"author":"ZappySys","twitter_card":"summary_large_image","twitter_misc":{"Written by":"ZappySys","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/zappysys.com\/blog\/data-migration-access-sql-server\/","url":"https:\/\/zappysys.com\/blog\/data-migration-access-sql-server\/","name":"Data migration from Access to SQL Server using SSIS Upsert Destination | ZappySys Blog","isPartOf":{"@id":"https:\/\/zappysys.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/zappysys.com\/blog\/data-migration-access-sql-server\/#primaryimage"},"image":{"@id":"https:\/\/zappysys.com\/blog\/data-migration-access-sql-server\/#primaryimage"},"thumbnailUrl":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/Access-to-SQLServer.png","datePublished":"2019-08-31T08:52:43+00:00","dateModified":"2025-11-13T23:55:43+00:00","author":{"@id":"https:\/\/zappysys.com\/blog\/#\/schema\/person\/c9dc782c929d0027e2e87e3951ce9d35"},"description":"Data migration from Access to SQL Server using SSIS Upsert Destination (Insert, Update, Delete), How to create table using upsert destination.","breadcrumb":{"@id":"https:\/\/zappysys.com\/blog\/data-migration-access-sql-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zappysys.com\/blog\/data-migration-access-sql-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zappysys.com\/blog\/data-migration-access-sql-server\/#primaryimage","url":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/Access-to-SQLServer.png","contentUrl":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/08\/Access-to-SQLServer.png","width":349,"height":342},{"@type":"BreadcrumbList","@id":"https:\/\/zappysys.com\/blog\/data-migration-access-sql-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zappysys.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Data migration from Access to SQL Server using SSIS Upsert Destination"}]},{"@type":"WebSite","@id":"https:\/\/zappysys.com\/blog\/#website","url":"https:\/\/zappysys.com\/blog\/","name":"ZappySys Blog","description":"SSIS \/ ODBC Drivers \/ API Connectors for JSON, XML, Azure, Amazon AWS, Salesforce, MongoDB and more","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/zappysys.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/zappysys.com\/blog\/#\/schema\/person\/c9dc782c929d0027e2e87e3951ce9d35","name":"ZappySys","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zappysys.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/076a738938c19d459fbfe125c759a0ea?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/076a738938c19d459fbfe125c759a0ea?s=96&d=mm&r=g","caption":"ZappySys"},"url":"https:\/\/zappysys.com\/blog\/author\/hshah\/"}]}},"_links":{"self":[{"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/posts\/7847"}],"collection":[{"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/comments?post=7847"}],"version-history":[{"count":11,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/posts\/7847\/revisions"}],"predecessor-version":[{"id":11620,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/posts\/7847\/revisions\/11620"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/media\/7848"}],"wp:attachment":[{"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/media?parent=7847"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/categories?post=7847"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/tags?post=7847"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}