{"id":1808,"date":"2020-03-30T06:51:01","date_gmt":"2020-03-30T06:51:01","guid":{"rendered":"https:\/\/phelixinfosolutions.com\/blog\/?p=1808"},"modified":"2020-04-03T05:34:15","modified_gmt":"2020-04-03T05:34:15","slug":"migrate-data-from-microsoft-sql-server-to-snowflake","status":"publish","type":"post","link":"https:\/\/phelixinfosolutions.com\/blog\/migrate-data-from-microsoft-sql-server-to-snowflake\/","title":{"rendered":"Steps to Migrate Data From Microsoft SQL Server to Snowflake in Minutes"},"content":{"rendered":"<div class=\"47de946b8831610645f1873afb8597bb\" data-index=\"4\" style=\"float: none; margin:10px 0 10px 0; text-align:center;\">\n<script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-0205282431111794\"\r\n     crossorigin=\"anonymous\"><\/script>\r\n<!-- 2024 Vertical -->\r\n<ins class=\"adsbygoogle\"\r\n     style=\"display:block\"\r\n     data-ad-client=\"ca-pub-0205282431111794\"\r\n     data-ad-slot=\"3037936695\"\r\n     data-ad-format=\"auto\"\r\n     data-full-width-responsive=\"true\"><\/ins>\r\n<script>\r\n     (adsbygoogle = window.adsbygoogle || []).push({});\r\n<\/script>\n<\/div>\n<p>Microsoft SQL Server is flexible and versatile and is amenable to almost all SME needs and workloads. However, there are several things that Snowflake is better at and is the reason why organizations often migrate data SQL Server to Snowflake.<\/p>\n<h2><strong>Knowing SQL Server<\/strong><\/h2>\n<p>Microsoft SQL Server is a database server and its primary function is to store and retrieve data. It is an amalgamation of both the Structured Query Language (SQL) and the Relational Database Management System (RDBMS). A data center version is available for high levels of application support and scale while a lower scaled-down version caters to freeware. Applications are supported on a local area network or across the web on a single machine and a SQL Server blends easily into the full Microsoft Ecosystem.&nbsp;<\/p>\n<h2><strong>Knowing Snowflake<\/strong><\/h2>\n<p>Snowflake is a cloud-based Data Warehouse-as-a-Service (DWaaS) and runs on the popular cloud provider AWS. As in all other databases, it is possible to load and query structured relational data in the Snowflake tables through specific SQL data types like NUMBER, BOOLEAN, VARCHAR, TIMESTAMPS, and more. &nbsp;<\/p>\n<p><em><strong>There are several benefits to migrate data SQL Server to Snowflake.<\/strong><\/em><\/p>\n<ul>\n<li>Various types of data both structured and unstructured can be optimized and natively migrated to Snowflake including JSON, AVRO, XML, and PARQUET data.<\/li>\n<li>Snowflake offers multiple workgroups simultaneous access to multiple workloads of data without any lag in performance and roadblocks.<\/li>\n<li>Snowflake provides separate storage and computing capabilities. Users can hence scale workloads up or down as required seamlessly, paying only for the quantum of resources used.<\/li>\n<li>Being cloud-based, Snowflake architecture supports a wide range of cloud vendors, frequently adding new ones. Users are greatly benefitted as the same tools can be used to process and analyze data of different cloud vendors.<\/li>\n<li>Snowflake provides all-round support to users by auto-scaling up or down most processes from computing to encoding columns. Indexes do not have to be specified as data is automatically clustered. While working with very large tables however, users have to employ the clustering keys of Snowflake to co-locate table data.<\/li>\n<\/ul>\n<p>These are some of the benefits offered by Snowflake that make businesses want to migrate data SQL Server to Snowflake.<\/p>\n<p><em><strong>Loading data from Microsoft SQL Server to Snowflake<\/strong><\/em><\/p>\n<p>There are quite a few steps to go through in the migration process. It can be done easily and in a few clicks only. However, if DBAs are not sure about the methodology, it is advisable to contact experts in the field.<\/p>\n<ul>\n<li>Extract data from SQL Server \u2013 The first step is to mine data from the SQL Server. For users of databases, the most preferred process is to use queries for extraction. Select statements are used to sort, filter, and limit the data while retrieving it. Microsoft SQL Server Management Studio is used to extract bulk data when exporting entire databases in CSV, text, or SQL queries formats.<\/li>\n<li>Process the extracted data \u2013 Raw data extracted from a SQL Server cannot be migrated to Snowflake unless it is prepared and processed. The data structures supported by Snowflake have to be verified to ensure that the data to be loaded matches them. For JSON or XML data, a schema need not be specified before loading.<\/li>\n<li>Upload data to a temporary location \u2013 MySQL data cannot be loaded directly into a Snowflake table, they have to be kept in a temporary location first. This process is called Staging and has two aspects.<\/li>\n<\/ul>\n<p>Internal staging is created specifically with respective SQL statements. Here, users get a great degree of flexibility when they <a href=\"https:\/\/www.bryteflow.com\/sql-server-to-snowflake\/\"><strong>migrate data SQL Server to Snowflake<\/strong><\/a> as loading is made easier by allotting file formats and other options to named stages.<\/p>\n<p>External staging refers to the locations supported by Snowflake, currently Amazon S3 and Microsoft Azure. The data is uploaded using the respective cloud interfaces.&nbsp;<\/p>\n<ul>\n<li>Migrate data into Snowflake \u2013 A unit of Snowflake is the Data Loading Overview. It facilitates the process of loading data and guides users through it. This tool is mainly used for loading bulk data and large databases. For smaller databases, Snowflake\u2019s data loading wizard may be applied. For high data loading volumes go through the following steps.<\/li>\n<\/ul>\n<p>PUT command to stage files<\/p>\n<p>COPY INTO table command to load processed data into an intended table<\/p>\n<p>Copy from local drive or an external staging location like Amazon S3 or Microsoft Azure where the data is located<\/p>\n<p>A big help when migrating data to Snowflake is that it is possible to create a virtual data warehouse that facilitates the loading activity.<\/p>\n<p>Once the data is migrated to Snowflake, provision should be there for loading fresh data. It will be tedious to load the entire SQL data again. Instead, create a script that would recognize new data in the source database and use an auto-field to continually update incremental data in the target database.<\/p>\n<p>The process to migrate data SQL Server to Snowflake might initially seem complicated but with the right skills, one can easily go through it.<\/p>\n<p>Image Source &#8211; <a href=\"https:\/\/www.bryteflow.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.bryteflow.com\/<\/a><\/p>\n\n<div style=\"font-size: 0px; height: 0px; line-height: 0px; margin: 0; padding: 0; clear: both;\"><\/div>","protected":false},"excerpt":{"rendered":"<p>Microsoft SQL Server is flexible and versatile and is amenable to almost all SME needs and workloads. However, there are several things that Snowflake is better at and is the reason why organizations often migrate data SQL Server to Snowflake. Knowing SQL Server Microsoft SQL Server is a database server and its primary function is [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1809,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"footnotes":""},"categories":[84,93],"tags":[2834,2835,2836],"class_list":["post-1808","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-php","category-technology","tag-microsoft-sql-server-to-snowflake","tag-microsoft-sql-server-to-snowflake-guide","tag-migrate-microsoft-sql-server-to-snowflake"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v18.7 (Yoast SEO v23.9) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Steps to Migrate Data From Microsoft SQL Server to Snowflake in Minutes | Phelix Info Solution Tech Blog<\/title>\n<meta name=\"description\" content=\"However, there are several things that Snowflake is better at and is the reason why organizations often migrate data SQL Server to Snowflake.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/phelixinfosolutions.com\/blog\/migrate-data-from-microsoft-sql-server-to-snowflake\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Steps to Migrate Data From Microsoft SQL Server to Snowflake in Minutes\" \/>\n<meta property=\"og:description\" content=\"However, there are several things that Snowflake is better at and is the reason why organizations often migrate data SQL Server to Snowflake.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/phelixinfosolutions.com\/blog\/migrate-data-from-microsoft-sql-server-to-snowflake\/\" \/>\n<meta property=\"og:site_name\" content=\"Phelix Info Solution Tech Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Phelixinfosolutions\/\" \/>\n<meta property=\"article:published_time\" content=\"2020-03-30T06:51:01+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-04-03T05:34:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/phelixinfosolutions.com\/blog\/wp-content\/uploads\/2020\/03\/Steps-to-Migrate-Data-From-Microsoft-SQL-Server-to-Snowflake-in-Minutes.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1244\" \/>\n\t<meta property=\"og:image:height\" content=\"760\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"phelixad\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Phelixinfo\" \/>\n<meta name=\"twitter:site\" content=\"@Phelixinfo\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"phelixad\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/phelixinfosolutions.com\/blog\/migrate-data-from-microsoft-sql-server-to-snowflake\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/phelixinfosolutions.com\/blog\/migrate-data-from-microsoft-sql-server-to-snowflake\/\"},\"author\":{\"name\":\"phelixad\",\"@id\":\"https:\/\/phelixinfosolutions.com\/blog\/#\/schema\/person\/43ef3e69deef874d784f501ae8b83a3f\"},\"headline\":\"Steps to Migrate Data From Microsoft SQL Server to Snowflake in Minutes\",\"datePublished\":\"2020-03-30T06:51:01+00:00\",\"dateModified\":\"2020-04-03T05:34:15+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/phelixinfosolutions.com\/blog\/migrate-data-from-microsoft-sql-server-to-snowflake\/\"},\"wordCount\":845,\"commentCount\":2,\"publisher\":{\"@id\":\"https:\/\/phelixinfosolutions.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/phelixinfosolutions.com\/blog\/migrate-data-from-microsoft-sql-server-to-snowflake\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/phelixinfosolutions.com\/blog\/wp-content\/uploads\/2020\/03\/Steps-to-Migrate-Data-From-Microsoft-SQL-Server-to-Snowflake-in-Minutes.png\",\"keywords\":[\"Microsoft SQL Server to Snowflake\",\"Microsoft SQL Server to Snowflake guide\",\"Migrate Microsoft SQL Server to Snowflake\"],\"articleSection\":[\"PHP\",\"Technology\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/phelixinfosolutions.com\/blog\/migrate-data-from-microsoft-sql-server-to-snowflake\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/phelixinfosolutions.com\/blog\/migrate-data-from-microsoft-sql-server-to-snowflake\/\",\"url\":\"https:\/\/phelixinfosolutions.com\/blog\/migrate-data-from-microsoft-sql-server-to-snowflake\/\",\"name\":\"Steps to Migrate Data From Microsoft SQL Server to Snowflake in Minutes | Phelix Info Solution Tech Blog\",\"isPartOf\":{\"@id\":\"https:\/\/phelixinfosolutions.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/phelixinfosolutions.com\/blog\/migrate-data-from-microsoft-sql-server-to-snowflake\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/phelixinfosolutions.com\/blog\/migrate-data-from-microsoft-sql-server-to-snowflake\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/phelixinfosolutions.com\/blog\/wp-content\/uploads\/2020\/03\/Steps-to-Migrate-Data-From-Microsoft-SQL-Server-to-Snowflake-in-Minutes.png\",\"datePublished\":\"2020-03-30T06:51:01+00:00\",\"dateModified\":\"2020-04-03T05:34:15+00:00\",\"description\":\"However, there are several things that Snowflake is better at and is the reason why organizations often migrate data SQL Server to Snowflake.\",\"breadcrumb\":{\"@id\":\"https:\/\/phelixinfosolutions.com\/blog\/migrate-data-from-microsoft-sql-server-to-snowflake\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/phelixinfosolutions.com\/blog\/migrate-data-from-microsoft-sql-server-to-snowflake\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/phelixinfosolutions.com\/blog\/migrate-data-from-microsoft-sql-server-to-snowflake\/#primaryimage\",\"url\":\"https:\/\/phelixinfosolutions.com\/blog\/wp-content\/uploads\/2020\/03\/Steps-to-Migrate-Data-From-Microsoft-SQL-Server-to-Snowflake-in-Minutes.png\",\"contentUrl\":\"https:\/\/phelixinfosolutions.com\/blog\/wp-content\/uploads\/2020\/03\/Steps-to-Migrate-Data-From-Microsoft-SQL-Server-to-Snowflake-in-Minutes.png\",\"width\":1244,\"height\":760,\"caption\":\"Steps to Migrate Data From Microsoft SQL Server to Snowflake in Minutes\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/phelixinfosolutions.com\/blog\/migrate-data-from-microsoft-sql-server-to-snowflake\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/phelixinfosolutions.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Steps to Migrate Data From Microsoft SQL Server to Snowflake in Minutes\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/phelixinfosolutions.com\/blog\/#website\",\"url\":\"https:\/\/phelixinfosolutions.com\/blog\/\",\"name\":\"Phelix Info Solution Tech Blog\",\"description\":\"Best Technology Blog - Recent Technology News, Information and Updates\",\"publisher\":{\"@id\":\"https:\/\/phelixinfosolutions.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/phelixinfosolutions.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/phelixinfosolutions.com\/blog\/#organization\",\"name\":\"Phelix Info Solution\",\"url\":\"https:\/\/phelixinfosolutions.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/phelixinfosolutions.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/phelixinfosolutions.com\/blog\/wp-content\/uploads\/2019\/07\/phelix-logo.jpg\",\"contentUrl\":\"https:\/\/phelixinfosolutions.com\/blog\/wp-content\/uploads\/2019\/07\/phelix-logo.jpg\",\"width\":300,\"height\":300,\"caption\":\"Phelix Info Solution\"},\"image\":{\"@id\":\"https:\/\/phelixinfosolutions.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/Phelixinfosolutions\/\",\"https:\/\/x.com\/Phelixinfo\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/phelixinfosolutions.com\/blog\/#\/schema\/person\/43ef3e69deef874d784f501ae8b83a3f\",\"name\":\"phelixad\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/phelixinfosolutions.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/4617577b114380b74851c4fce9c43515fecee8d841cf9b6412bb410de6e15a16?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/4617577b114380b74851c4fce9c43515fecee8d841cf9b6412bb410de6e15a16?s=96&d=mm&r=g\",\"caption\":\"phelixad\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Steps to Migrate Data From Microsoft SQL Server to Snowflake in Minutes | Phelix Info Solution Tech Blog","description":"However, there are several things that Snowflake is better at and is the reason why organizations often migrate data SQL Server to Snowflake.","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:\/\/phelixinfosolutions.com\/blog\/migrate-data-from-microsoft-sql-server-to-snowflake\/","og_locale":"en_US","og_type":"article","og_title":"Steps to Migrate Data From Microsoft SQL Server to Snowflake in Minutes","og_description":"However, there are several things that Snowflake is better at and is the reason why organizations often migrate data SQL Server to Snowflake.","og_url":"https:\/\/phelixinfosolutions.com\/blog\/migrate-data-from-microsoft-sql-server-to-snowflake\/","og_site_name":"Phelix Info Solution Tech Blog","article_publisher":"https:\/\/www.facebook.com\/Phelixinfosolutions\/","article_published_time":"2020-03-30T06:51:01+00:00","article_modified_time":"2020-04-03T05:34:15+00:00","og_image":[{"width":1244,"height":760,"url":"https:\/\/phelixinfosolutions.com\/blog\/wp-content\/uploads\/2020\/03\/Steps-to-Migrate-Data-From-Microsoft-SQL-Server-to-Snowflake-in-Minutes.png","type":"image\/png"}],"author":"phelixad","twitter_card":"summary_large_image","twitter_creator":"@Phelixinfo","twitter_site":"@Phelixinfo","twitter_misc":{"Written by":"phelixad","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/phelixinfosolutions.com\/blog\/migrate-data-from-microsoft-sql-server-to-snowflake\/#article","isPartOf":{"@id":"https:\/\/phelixinfosolutions.com\/blog\/migrate-data-from-microsoft-sql-server-to-snowflake\/"},"author":{"name":"phelixad","@id":"https:\/\/phelixinfosolutions.com\/blog\/#\/schema\/person\/43ef3e69deef874d784f501ae8b83a3f"},"headline":"Steps to Migrate Data From Microsoft SQL Server to Snowflake in Minutes","datePublished":"2020-03-30T06:51:01+00:00","dateModified":"2020-04-03T05:34:15+00:00","mainEntityOfPage":{"@id":"https:\/\/phelixinfosolutions.com\/blog\/migrate-data-from-microsoft-sql-server-to-snowflake\/"},"wordCount":845,"commentCount":2,"publisher":{"@id":"https:\/\/phelixinfosolutions.com\/blog\/#organization"},"image":{"@id":"https:\/\/phelixinfosolutions.com\/blog\/migrate-data-from-microsoft-sql-server-to-snowflake\/#primaryimage"},"thumbnailUrl":"https:\/\/phelixinfosolutions.com\/blog\/wp-content\/uploads\/2020\/03\/Steps-to-Migrate-Data-From-Microsoft-SQL-Server-to-Snowflake-in-Minutes.png","keywords":["Microsoft SQL Server to Snowflake","Microsoft SQL Server to Snowflake guide","Migrate Microsoft SQL Server to Snowflake"],"articleSection":["PHP","Technology"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/phelixinfosolutions.com\/blog\/migrate-data-from-microsoft-sql-server-to-snowflake\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/phelixinfosolutions.com\/blog\/migrate-data-from-microsoft-sql-server-to-snowflake\/","url":"https:\/\/phelixinfosolutions.com\/blog\/migrate-data-from-microsoft-sql-server-to-snowflake\/","name":"Steps to Migrate Data From Microsoft SQL Server to Snowflake in Minutes | Phelix Info Solution Tech Blog","isPartOf":{"@id":"https:\/\/phelixinfosolutions.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/phelixinfosolutions.com\/blog\/migrate-data-from-microsoft-sql-server-to-snowflake\/#primaryimage"},"image":{"@id":"https:\/\/phelixinfosolutions.com\/blog\/migrate-data-from-microsoft-sql-server-to-snowflake\/#primaryimage"},"thumbnailUrl":"https:\/\/phelixinfosolutions.com\/blog\/wp-content\/uploads\/2020\/03\/Steps-to-Migrate-Data-From-Microsoft-SQL-Server-to-Snowflake-in-Minutes.png","datePublished":"2020-03-30T06:51:01+00:00","dateModified":"2020-04-03T05:34:15+00:00","description":"However, there are several things that Snowflake is better at and is the reason why organizations often migrate data SQL Server to Snowflake.","breadcrumb":{"@id":"https:\/\/phelixinfosolutions.com\/blog\/migrate-data-from-microsoft-sql-server-to-snowflake\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/phelixinfosolutions.com\/blog\/migrate-data-from-microsoft-sql-server-to-snowflake\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/phelixinfosolutions.com\/blog\/migrate-data-from-microsoft-sql-server-to-snowflake\/#primaryimage","url":"https:\/\/phelixinfosolutions.com\/blog\/wp-content\/uploads\/2020\/03\/Steps-to-Migrate-Data-From-Microsoft-SQL-Server-to-Snowflake-in-Minutes.png","contentUrl":"https:\/\/phelixinfosolutions.com\/blog\/wp-content\/uploads\/2020\/03\/Steps-to-Migrate-Data-From-Microsoft-SQL-Server-to-Snowflake-in-Minutes.png","width":1244,"height":760,"caption":"Steps to Migrate Data From Microsoft SQL Server to Snowflake in Minutes"},{"@type":"BreadcrumbList","@id":"https:\/\/phelixinfosolutions.com\/blog\/migrate-data-from-microsoft-sql-server-to-snowflake\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/phelixinfosolutions.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Steps to Migrate Data From Microsoft SQL Server to Snowflake in Minutes"}]},{"@type":"WebSite","@id":"https:\/\/phelixinfosolutions.com\/blog\/#website","url":"https:\/\/phelixinfosolutions.com\/blog\/","name":"Phelix Info Solution Tech Blog","description":"Best Technology Blog - Recent Technology News, Information and Updates","publisher":{"@id":"https:\/\/phelixinfosolutions.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/phelixinfosolutions.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/phelixinfosolutions.com\/blog\/#organization","name":"Phelix Info Solution","url":"https:\/\/phelixinfosolutions.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/phelixinfosolutions.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/phelixinfosolutions.com\/blog\/wp-content\/uploads\/2019\/07\/phelix-logo.jpg","contentUrl":"https:\/\/phelixinfosolutions.com\/blog\/wp-content\/uploads\/2019\/07\/phelix-logo.jpg","width":300,"height":300,"caption":"Phelix Info Solution"},"image":{"@id":"https:\/\/phelixinfosolutions.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Phelixinfosolutions\/","https:\/\/x.com\/Phelixinfo"]},{"@type":"Person","@id":"https:\/\/phelixinfosolutions.com\/blog\/#\/schema\/person\/43ef3e69deef874d784f501ae8b83a3f","name":"phelixad","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/phelixinfosolutions.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/4617577b114380b74851c4fce9c43515fecee8d841cf9b6412bb410de6e15a16?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/4617577b114380b74851c4fce9c43515fecee8d841cf9b6412bb410de6e15a16?s=96&d=mm&r=g","caption":"phelixad"}}]}},"_links":{"self":[{"href":"https:\/\/phelixinfosolutions.com\/blog\/wp-json\/wp\/v2\/posts\/1808","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/phelixinfosolutions.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/phelixinfosolutions.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/phelixinfosolutions.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/phelixinfosolutions.com\/blog\/wp-json\/wp\/v2\/comments?post=1808"}],"version-history":[{"count":1,"href":"https:\/\/phelixinfosolutions.com\/blog\/wp-json\/wp\/v2\/posts\/1808\/revisions"}],"predecessor-version":[{"id":1810,"href":"https:\/\/phelixinfosolutions.com\/blog\/wp-json\/wp\/v2\/posts\/1808\/revisions\/1810"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/phelixinfosolutions.com\/blog\/wp-json\/wp\/v2\/media\/1809"}],"wp:attachment":[{"href":"https:\/\/phelixinfosolutions.com\/blog\/wp-json\/wp\/v2\/media?parent=1808"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/phelixinfosolutions.com\/blog\/wp-json\/wp\/v2\/categories?post=1808"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/phelixinfosolutions.com\/blog\/wp-json\/wp\/v2\/tags?post=1808"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}