{"id":3168,"date":"2016-06-27T16:41:15","date_gmt":"2016-06-27T11:11:15","guid":{"rendered":"https:\/\/www.inogic.com\/blog\/?p=3168"},"modified":"2016-06-27T16:41:15","modified_gmt":"2016-06-27T11:11:15","slug":"how-to-transfer-huge-data-from-sql-to-dynamics-crm","status":"publish","type":"post","link":"https:\/\/www.inogic.com\/blog\/2016\/06\/how-to-transfer-huge-data-from-sql-to-dynamics-crm\/","title":{"rendered":"How to Transfer Huge Data from SQL to Dynamics CRM?"},"content":{"rendered":"<p style=\"text-align: justify;\">Sometimes we come across a situation where there are millions of records that need to be transferred from SQL to Dynamics CRM. When we use SSIS to migrate such data there are several methods in it through which we can achieve this. But migrating so many records is not easy when it comes for speeding up. By applying some mathematical calculations in SQL query along with SSIS controls, we can achieve this. Let\u2019s take an example where we want to transfer some millions of contact records from SQL to Dynamics CRM Contact entity. For this, we need to have a unique integer (index sort of field in SQL).<\/p>\n<p style=\"text-align: justify;\">We will start with dataflow task. Add data flow task as shown in below figure\u2013<\/p>\n<p>Figure 1:<a href=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2016\/06\/dataflow-task-1.png\"><img decoding=\"async\" class=\"aligncenter size-full wp-image-3169\" src=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2016\/06\/dataflow-task-1.png\" alt=\"Transfer Huge Data from SQL to Dynamics CRM\" width=\"665\" height=\"184\" \/><\/a><\/p>\n<p>Double click dataflow task and go to data flow tab. Here I have taken OLE DB Source to fetch data from SQL. But since our data is in millions we need to build a mechanism where we can run in parallel to fetch data. We can do that as follows.<\/p>\n<p>Figure 2:<a href=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2016\/06\/OLE-DB-Source-to-fetch-data-from-SQL-2.png\"><img decoding=\"async\" class=\"aligncenter size-full wp-image-3170\" src=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2016\/06\/OLE-DB-Source-to-fetch-data-from-SQL-2.png\" alt=\"OLE DB Source to fetch data from SQL\" width=\"441\" height=\"348\" \/><\/a><\/p>\n<p>Here you can see that we have taken 3 OLEDB data sources, which will query and fetch data from SQL \u201ctblPeoplesData\u201d table and the query for the 3 sources will go like this on the index column \u201cSerialNo\u201d as mentioned above.<\/p>\n<p>Get data from PeoplesData 0 &#8211; select * from dbo. tblPeoplesData WHERE ([SerialNo] % 3) = 0<\/p>\n<p>Get data from PeoplesData 1 &#8211; select * from dbo. tblPeoplesData WHERE ([SerialNo] % 3) = 1<\/p>\n<p>Get data from PeoplesData 2 &#8211; select * from dbo. tblPeoplesData WHERE ([SerialNo] % 3) = 2<\/p>\n<p>Figure 3:<a href=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2016\/06\/OLEDB.png\"><img decoding=\"async\" class=\"aligncenter size-full wp-image-3173\" src=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2016\/06\/OLEDB.png\" alt=\"OLEDB\" width=\"443\" height=\"384\" \/><\/a><\/p>\n<p>So we did a modulo query on index column and fetched the data simultaneously. In this way we can speed up the data fetched from SQL when we have huge amount of data to be migrated. Here I have used only 3 OLEDB data sources. You can increase the count and query subsequently. But don&#8217;t forget that too many simultaneous fetch to same data source can slow it down. Then we gather all the data using Union All control as you can see in the Figure 2 where the data fetched simultaneously will be collated together. If needed, you can add Sort control and sort the collated data from Union All control. Then you can add script component if needed to process the data and send to CRM Contact entity (here we have used Kingswaysoft Dynamic CRM Destination control). Thus we can transfer data in much lesser time than what actually is needed to transfer data from SQL to Dynamics CRM.<\/p>\n<p>How integrating QuickBooks with Dynamics CRM Transforms Your Business? Try <a href=\"http:\/\/www.inogic.com\/product\/integrations\/inolink-quickbooks-microsoft-dynamics-crm\" target=\"_blank\" rel=\"noopener noreferrer\">InoLink<\/a> today!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Sometimes we come across a situation where there are millions of records that need to be transferred from SQL to Dynamics CRM. When we use SSIS to migrate such data there are several methods in it through which we can achieve this. But migrating so many records is not easy when it comes for speeding\u2026 <span class=\"read-more\"><a href=\"https:\/\/www.inogic.com\/blog\/2016\/06\/how-to-transfer-huge-data-from-sql-to-dynamics-crm\/\">Read More: How to Transfer Huge Data from SQL to Dynamics CRM? &raquo;<\/a><\/span><\/p>\n","protected":false},"author":13,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[19,23,24],"tags":[1731,1732],"class_list":["post-3168","post","type-post","status-publish","format-standard","hentry","category-dynamics-crm","category-dynamics-crm-2015-update-1","category-dynamics-crm-2016","tag-transfer-data-from-sql-to-dynamics-crm","tag-transfer-records-from-sql-to-crm"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"Sometimes we come across a situation where there are millions of records that need to be transferred from SQL to Dynamics CRM. When we use SSIS to migrate such data there are several methods in it through which we can achieve this. But migrating so many records is not easy when it comes for speeding\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Inogic\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.inogic.com\/blog\/2016\/06\/how-to-transfer-huge-data-from-sql-to-dynamics-crm\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Microsoft Dynamics 365 CRM Tips and Tricks - By Inogic\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"How to Transfer Huge Data from SQL to Dynamics CRM? - Microsoft Dynamics 365 CRM Tips and Tricks\" \/>\n\t\t<meta property=\"og:description\" content=\"Sometimes we come across a situation where there are millions of records that need to be transferred from SQL to Dynamics CRM. When we use SSIS to migrate such data there are several methods in it through which we can achieve this. But migrating so many records is not easy when it comes for speeding\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.inogic.com\/blog\/2016\/06\/how-to-transfer-huge-data-from-sql-to-dynamics-crm\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2016\/06\/dataflow-task-1.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2016\/06\/dataflow-task-1.png\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2016-06-27T11:11:15+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2016-06-27T11:11:15+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inogicindia\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@inogic\" \/>\n\t\t<meta name=\"twitter:title\" content=\"How to Transfer Huge Data from SQL to Dynamics CRM? - Microsoft Dynamics 365 CRM Tips and Tricks\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Sometimes we come across a situation where there are millions of records that need to be transferred from SQL to Dynamics CRM. When we use SSIS to migrate such data there are several methods in it through which we can achieve this. But migrating so many records is not easy when it comes for speeding\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@inogic\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2016\/06\/dataflow-task-1.png\" \/>\n\t\t<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t\t<meta name=\"twitter:data1\" content=\"Inogic\" \/>\n\t\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2016\\\/06\\\/how-to-transfer-huge-data-from-sql-to-dynamics-crm\\\/#blogposting\",\"name\":\"How to Transfer Huge Data from SQL to Dynamics CRM? - Microsoft Dynamics 365 CRM Tips and Tricks\",\"headline\":\"How to Transfer Huge Data from SQL to Dynamics CRM?\",\"author\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/author\\\/inogic-2\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/wp-content\\\/uploads\\\/2016\\\/06\\\/dataflow-task-1.png\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2016\\\/06\\\/how-to-transfer-huge-data-from-sql-to-dynamics-crm\\\/#articleImage\"},\"datePublished\":\"2016-06-27T16:41:15+05:30\",\"dateModified\":\"2016-06-27T16:41:15+05:30\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2016\\\/06\\\/how-to-transfer-huge-data-from-sql-to-dynamics-crm\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2016\\\/06\\\/how-to-transfer-huge-data-from-sql-to-dynamics-crm\\\/#webpage\"},\"articleSection\":\"Dynamics CRM, Dynamics CRM 2015 Update 1, Dynamics CRM 2016, Transfer Data from SQL to Dynamics CRM, transfer records from SQL to CRM\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2016\\\/06\\\/how-to-transfer-huge-data-from-sql-to-dynamics-crm\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.inogic.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/category\\\/dynamics-crm\\\/#listItem\",\"name\":\"Dynamics CRM\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/category\\\/dynamics-crm\\\/#listItem\",\"position\":2,\"name\":\"Dynamics CRM\",\"item\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/category\\\/dynamics-crm\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/category\\\/dynamics-crm\\\/dynamics-crm-2015\\\/#listItem\",\"name\":\"Dynamics CRM 2015\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/category\\\/dynamics-crm\\\/dynamics-crm-2015\\\/#listItem\",\"position\":3,\"name\":\"Dynamics CRM 2015\",\"item\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/category\\\/dynamics-crm\\\/dynamics-crm-2015\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/category\\\/dynamics-crm\\\/dynamics-crm-2015\\\/dynamics-crm-2015-update-1\\\/#listItem\",\"name\":\"Dynamics CRM 2015 Update 1\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/category\\\/dynamics-crm\\\/#listItem\",\"name\":\"Dynamics CRM\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/category\\\/dynamics-crm\\\/dynamics-crm-2015\\\/dynamics-crm-2015-update-1\\\/#listItem\",\"position\":4,\"name\":\"Dynamics CRM 2015 Update 1\",\"item\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/category\\\/dynamics-crm\\\/dynamics-crm-2015\\\/dynamics-crm-2015-update-1\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2016\\\/06\\\/how-to-transfer-huge-data-from-sql-to-dynamics-crm\\\/#listItem\",\"name\":\"How to Transfer Huge Data from SQL to Dynamics CRM?\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/category\\\/dynamics-crm\\\/dynamics-crm-2015\\\/#listItem\",\"name\":\"Dynamics CRM 2015\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2016\\\/06\\\/how-to-transfer-huge-data-from-sql-to-dynamics-crm\\\/#listItem\",\"position\":5,\"name\":\"How to Transfer Huge Data from SQL to Dynamics CRM?\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/category\\\/dynamics-crm\\\/dynamics-crm-2015\\\/dynamics-crm-2015-update-1\\\/#listItem\",\"name\":\"Dynamics CRM 2015 Update 1\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/#organization\",\"name\":\"Microsoft Dynamics 365 CRM Tips and Tricks\",\"description\":\"By Inogic\",\"url\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/02\\\/inogic-logo.png\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2016\\\/06\\\/how-to-transfer-huge-data-from-sql-to-dynamics-crm\\\/#organizationLogo\",\"width\":1000,\"height\":325,\"caption\":\"inogic logo\"},\"image\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2016\\\/06\\\/how-to-transfer-huge-data-from-sql-to-dynamics-crm\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/inogicindia\",\"https:\\\/\\\/twitter.com\\\/inogic\",\"https:\\\/\\\/www.instagram.com\\\/inogicindia\\\/\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCM4V7ousgLSu1hbOEv4DUuQ\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/inogicindia\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/author\\\/inogic-2\\\/#author\",\"url\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/author\\\/inogic-2\\\/\",\"name\":\"Inogic\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2016\\\/06\\\/how-to-transfer-huge-data-from-sql-to-dynamics-crm\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/839d9ae7d2b941d2d09e91df322267a429821f2ce5494302b53bd5ca3679f1a0?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Inogic\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2016\\\/06\\\/how-to-transfer-huge-data-from-sql-to-dynamics-crm\\\/#webpage\",\"url\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2016\\\/06\\\/how-to-transfer-huge-data-from-sql-to-dynamics-crm\\\/\",\"name\":\"How to Transfer Huge Data from SQL to Dynamics CRM? - Microsoft Dynamics 365 CRM Tips and Tricks\",\"description\":\"Sometimes we come across a situation where there are millions of records that need to be transferred from SQL to Dynamics CRM. When we use SSIS to migrate such data there are several methods in it through which we can achieve this. But migrating so many records is not easy when it comes for speeding\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2016\\\/06\\\/how-to-transfer-huge-data-from-sql-to-dynamics-crm\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/author\\\/inogic-2\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/author\\\/inogic-2\\\/#author\"},\"datePublished\":\"2016-06-27T16:41:15+05:30\",\"dateModified\":\"2016-06-27T16:41:15+05:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/\",\"name\":\"Microsoft Dynamics 365 CRM Tips and Tricks\",\"alternateName\":\"Inogic\",\"description\":\"By Inogic\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"How to Transfer Huge Data from SQL to Dynamics CRM? - Microsoft Dynamics 365 CRM Tips and Tricks","description":"Sometimes we come across a situation where there are millions of records that need to be transferred from SQL to Dynamics CRM. When we use SSIS to migrate such data there are several methods in it through which we can achieve this. But migrating so many records is not easy when it comes for speeding","canonical_url":"https:\/\/www.inogic.com\/blog\/2016\/06\/how-to-transfer-huge-data-from-sql-to-dynamics-crm\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/www.inogic.com\/blog\/2016\/06\/how-to-transfer-huge-data-from-sql-to-dynamics-crm\/#blogposting","name":"How to Transfer Huge Data from SQL to Dynamics CRM? - Microsoft Dynamics 365 CRM Tips and Tricks","headline":"How to Transfer Huge Data from SQL to Dynamics CRM?","author":{"@id":"https:\/\/www.inogic.com\/blog\/author\/inogic-2\/#author"},"publisher":{"@id":"https:\/\/www.inogic.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2016\/06\/dataflow-task-1.png","@id":"https:\/\/www.inogic.com\/blog\/2016\/06\/how-to-transfer-huge-data-from-sql-to-dynamics-crm\/#articleImage"},"datePublished":"2016-06-27T16:41:15+05:30","dateModified":"2016-06-27T16:41:15+05:30","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/www.inogic.com\/blog\/2016\/06\/how-to-transfer-huge-data-from-sql-to-dynamics-crm\/#webpage"},"isPartOf":{"@id":"https:\/\/www.inogic.com\/blog\/2016\/06\/how-to-transfer-huge-data-from-sql-to-dynamics-crm\/#webpage"},"articleSection":"Dynamics CRM, Dynamics CRM 2015 Update 1, Dynamics CRM 2016, Transfer Data from SQL to Dynamics CRM, transfer records from SQL to CRM"},{"@type":"BreadcrumbList","@id":"https:\/\/www.inogic.com\/blog\/2016\/06\/how-to-transfer-huge-data-from-sql-to-dynamics-crm\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.inogic.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog\/category\/dynamics-crm\/#listItem","name":"Dynamics CRM"}},{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog\/category\/dynamics-crm\/#listItem","position":2,"name":"Dynamics CRM","item":"https:\/\/www.inogic.com\/blog\/category\/dynamics-crm\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog\/category\/dynamics-crm\/dynamics-crm-2015\/#listItem","name":"Dynamics CRM 2015"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog\/category\/dynamics-crm\/dynamics-crm-2015\/#listItem","position":3,"name":"Dynamics CRM 2015","item":"https:\/\/www.inogic.com\/blog\/category\/dynamics-crm\/dynamics-crm-2015\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog\/category\/dynamics-crm\/dynamics-crm-2015\/dynamics-crm-2015-update-1\/#listItem","name":"Dynamics CRM 2015 Update 1"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog\/category\/dynamics-crm\/#listItem","name":"Dynamics CRM"}},{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog\/category\/dynamics-crm\/dynamics-crm-2015\/dynamics-crm-2015-update-1\/#listItem","position":4,"name":"Dynamics CRM 2015 Update 1","item":"https:\/\/www.inogic.com\/blog\/category\/dynamics-crm\/dynamics-crm-2015\/dynamics-crm-2015-update-1\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog\/2016\/06\/how-to-transfer-huge-data-from-sql-to-dynamics-crm\/#listItem","name":"How to Transfer Huge Data from SQL to Dynamics CRM?"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog\/category\/dynamics-crm\/dynamics-crm-2015\/#listItem","name":"Dynamics CRM 2015"}},{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog\/2016\/06\/how-to-transfer-huge-data-from-sql-to-dynamics-crm\/#listItem","position":5,"name":"How to Transfer Huge Data from SQL to Dynamics CRM?","previousItem":{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog\/category\/dynamics-crm\/dynamics-crm-2015\/dynamics-crm-2015-update-1\/#listItem","name":"Dynamics CRM 2015 Update 1"}}]},{"@type":"Organization","@id":"https:\/\/www.inogic.com\/blog\/#organization","name":"Microsoft Dynamics 365 CRM Tips and Tricks","description":"By Inogic","url":"https:\/\/www.inogic.com\/blog\/","logo":{"@type":"ImageObject","url":"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2023\/02\/inogic-logo.png","@id":"https:\/\/www.inogic.com\/blog\/2016\/06\/how-to-transfer-huge-data-from-sql-to-dynamics-crm\/#organizationLogo","width":1000,"height":325,"caption":"inogic logo"},"image":{"@id":"https:\/\/www.inogic.com\/blog\/2016\/06\/how-to-transfer-huge-data-from-sql-to-dynamics-crm\/#organizationLogo"},"sameAs":["https:\/\/www.facebook.com\/inogicindia","https:\/\/twitter.com\/inogic","https:\/\/www.instagram.com\/inogicindia\/","https:\/\/www.youtube.com\/channel\/UCM4V7ousgLSu1hbOEv4DUuQ","https:\/\/www.linkedin.com\/company\/inogicindia"]},{"@type":"Person","@id":"https:\/\/www.inogic.com\/blog\/author\/inogic-2\/#author","url":"https:\/\/www.inogic.com\/blog\/author\/inogic-2\/","name":"Inogic","image":{"@type":"ImageObject","@id":"https:\/\/www.inogic.com\/blog\/2016\/06\/how-to-transfer-huge-data-from-sql-to-dynamics-crm\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/839d9ae7d2b941d2d09e91df322267a429821f2ce5494302b53bd5ca3679f1a0?s=96&d=mm&r=g","width":96,"height":96,"caption":"Inogic"}},{"@type":"WebPage","@id":"https:\/\/www.inogic.com\/blog\/2016\/06\/how-to-transfer-huge-data-from-sql-to-dynamics-crm\/#webpage","url":"https:\/\/www.inogic.com\/blog\/2016\/06\/how-to-transfer-huge-data-from-sql-to-dynamics-crm\/","name":"How to Transfer Huge Data from SQL to Dynamics CRM? - Microsoft Dynamics 365 CRM Tips and Tricks","description":"Sometimes we come across a situation where there are millions of records that need to be transferred from SQL to Dynamics CRM. When we use SSIS to migrate such data there are several methods in it through which we can achieve this. But migrating so many records is not easy when it comes for speeding","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.inogic.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.inogic.com\/blog\/2016\/06\/how-to-transfer-huge-data-from-sql-to-dynamics-crm\/#breadcrumblist"},"author":{"@id":"https:\/\/www.inogic.com\/blog\/author\/inogic-2\/#author"},"creator":{"@id":"https:\/\/www.inogic.com\/blog\/author\/inogic-2\/#author"},"datePublished":"2016-06-27T16:41:15+05:30","dateModified":"2016-06-27T16:41:15+05:30"},{"@type":"WebSite","@id":"https:\/\/www.inogic.com\/blog\/#website","url":"https:\/\/www.inogic.com\/blog\/","name":"Microsoft Dynamics 365 CRM Tips and Tricks","alternateName":"Inogic","description":"By Inogic","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.inogic.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"Microsoft Dynamics 365 CRM Tips and Tricks - By Inogic","og:type":"article","og:title":"How to Transfer Huge Data from SQL to Dynamics CRM? - Microsoft Dynamics 365 CRM Tips and Tricks","og:description":"Sometimes we come across a situation where there are millions of records that need to be transferred from SQL to Dynamics CRM. When we use SSIS to migrate such data there are several methods in it through which we can achieve this. But migrating so many records is not easy when it comes for speeding","og:url":"https:\/\/www.inogic.com\/blog\/2016\/06\/how-to-transfer-huge-data-from-sql-to-dynamics-crm\/","og:image":"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2016\/06\/dataflow-task-1.png","og:image:secure_url":"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2016\/06\/dataflow-task-1.png","article:published_time":"2016-06-27T11:11:15+00:00","article:modified_time":"2016-06-27T11:11:15+00:00","article:publisher":"https:\/\/www.facebook.com\/inogicindia","twitter:card":"summary_large_image","twitter:site":"@inogic","twitter:title":"How to Transfer Huge Data from SQL to Dynamics CRM? - Microsoft Dynamics 365 CRM Tips and Tricks","twitter:description":"Sometimes we come across a situation where there are millions of records that need to be transferred from SQL to Dynamics CRM. When we use SSIS to migrate such data there are several methods in it through which we can achieve this. But migrating so many records is not easy when it comes for speeding","twitter:creator":"@inogic","twitter:image":"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2016\/06\/dataflow-task-1.png","twitter:label1":"Written by","twitter:data1":"Inogic","twitter:label2":"Est. reading time","twitter:data2":"2 minutes"},"aioseo_meta_data":{"post_id":"3168","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2023-02-02 06:28:49","updated":"2025-07-04 01:33:00","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.inogic.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.inogic.com\/blog\/category\/dynamics-crm\/\" title=\"Dynamics CRM\">Dynamics CRM<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.inogic.com\/blog\/category\/dynamics-crm\/dynamics-crm-2015\/\" title=\"Dynamics CRM 2015\">Dynamics CRM 2015<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.inogic.com\/blog\/category\/dynamics-crm\/dynamics-crm-2015\/dynamics-crm-2015-update-1\/\" title=\"Dynamics CRM 2015 Update 1\">Dynamics CRM 2015 Update 1<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHow to Transfer Huge Data from SQL to Dynamics CRM?\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.inogic.com\/blog"},{"label":"Dynamics CRM","link":"https:\/\/www.inogic.com\/blog\/category\/dynamics-crm\/"},{"label":"Dynamics CRM 2015","link":"https:\/\/www.inogic.com\/blog\/category\/dynamics-crm\/dynamics-crm-2015\/"},{"label":"Dynamics CRM 2015 Update 1","link":"https:\/\/www.inogic.com\/blog\/category\/dynamics-crm\/dynamics-crm-2015\/dynamics-crm-2015-update-1\/"},{"label":"How to Transfer Huge Data from SQL to Dynamics CRM?","link":"https:\/\/www.inogic.com\/blog\/2016\/06\/how-to-transfer-huge-data-from-sql-to-dynamics-crm\/"}],"_links":{"self":[{"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/posts\/3168","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/users\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/comments?post=3168"}],"version-history":[{"count":0,"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/posts\/3168\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/media?parent=3168"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/categories?post=3168"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/tags?post=3168"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}