{"id":639,"date":"2010-09-22T12:23:00","date_gmt":"2010-09-22T17:23:00","guid":{"rendered":"http:\/\/www.migrate2cloud.com\/blog\/?p=639"},"modified":"2016-03-21T02:51:18","modified_gmt":"2016-03-21T07:51:18","slug":"microsoft-sql-server-2008-encryption-part-2","status":"publish","type":"post","link":"https:\/\/www.migrate2cloud.com\/blog\/microsoft-sql-server-2008-encryption-part-2\/","title":{"rendered":"Microsoft SQL Server 2008 Encryption: Part ll"},"content":{"rendered":"<p>In our <a href=\"http:\/\/www.migrate2cloud.com\/blog\/microsoft-sql-server-2008-encryption-part-l\"> first article<\/a> we had discussed security and privacy of data in cloud and how to meet MSSQL server HIPPA(Health Information Portability and Accountability Act) compliance. We had also learn how to encrypt data in transit between MSSQL server and applications. Here you will learn how to encrypt data in rest in MSSQL using Transparent Data Encryption(TDE).<\/p>\n<p>It seems that most of the security products focused their effort on securing data in transit only, using SSL\/TLS. But when you build a security system that meet the international security regulations and acts, you need to encrypt data in rest also. The insecure configuration of server, operating system, firewall and network in general, will make it easier for some one to gain access to data at rest.<\/p>\n<p>TDE performs real time encryption and decryption of data while writing and reading data from MSSQL. As the name implies encryption is transparent, that is no need to modify code or architecture of applications when implementing TDE.<\/p>\n<h4>Implementation of TDE<\/h4>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-657\" src=\"http:\/\/www.migrate2cloud.com\/blog\/wp-content\/uploads\/2010\/09\/sql-tde1.jpg\" alt=\"\" width=\"570\" height=\"319\" srcset=\"https:\/\/www.migrate2cloud.com\/blog\/wp-content\/uploads\/2010\/09\/sql-tde1.jpg 570w, https:\/\/www.migrate2cloud.com\/blog\/wp-content\/uploads\/2010\/09\/sql-tde1-300x167.jpg 300w\" sizes=\"auto, (max-width: 570px) 100vw, 570px\" \/><\/p>\n<p><strong>1. Create a master key<\/strong><br \/>\nA master key is a symmetric key that is used to create certificates and asymmetric keys.<\/p>\n<p>[sql]<br \/>\nUSE master;<br \/>\nCREATE MASTER KEY<br \/>\nENCRYPTION BY PASSWORD = &#8216;&lt;password&gt;&#8217;;<br \/>\nGO<br \/>\n[\/sql]<\/p>\n<p><strong>2.Create Certificate<\/strong><\/p>\n<p>Certificates can be used to create symmetric keys for data encryption or to encrypt the data directly. Execute the following script to create a certificate:<\/p>\n<p>[sql]<br \/>\nCREATE CERTIFICATE TDECert<br \/>\nWITH SUBJECT = &#8216;TDECertificate&#8217;<br \/>\nGO<br \/>\n[\/sql]<\/p>\n<p><strong>3.Create a Database Encryption Key and Protect it by the Certificate<\/strong><\/p>\n<p>1.Click object explorer in the left pane of the MSSQL SERVER Management Studio<br \/>\n2.Right Click on the database which you want to encrypt<br \/>\n3.Click Tasks and Navigate to Manage Database Encryption<br \/>\n4. Select the encrytion algorithm (AES 128\/192\/256) and select the certificate you have created<br \/>\n5.Then Mark the check Box for Set Database Encryption On<\/p>\n<p>You can query the is_encrypted column in sys.databases to determine whether TDE is enabled for a particular database.<\/p>\n<p>[sql]<br \/>\nSELECT [name], is_encrypted FROM sys.databases<br \/>\nGO<br \/>\n[\/sql]<\/p>\n<p>Important Back up the certifi cate and private key to a fi le to ensure recoverability as follows<\/p>\n<p>[sql]<br \/>\nBACKUP CERTIFICATE TDECert TO FILE = &#8216;C:\\TDECert.cer&#8217;<br \/>\n[\/sql]<\/p>\n<p>You are Done!!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In our first article we had discussed security and privacy of data in cloud and how to meet MSSQL server HIPPA(Health Information Portability and Accountability Act) compliance. We had also learn how to encrypt data in transit between MSSQL server and applications. Here you will learn how to encrypt data in rest in MSSQL using [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[3,67],"tags":[481,532,525,470,534,472,530,465,466,473,184,73,531,474,75,482,256,492,533,537,526,536,479,77,136,469,74,527,535],"class_list":["post-639","post","type-post","status-publish","format-standard","hentry","category-cloud-computing","category-mysql","tag-company-aes-corp","tag-cryptographic-protocols","tag-cryptography","tag-data-encryption","tag-data-protection-api","tag-database-encryption","tag-disk-encryption","tag-electric-utilities-nec","tag-encryption","tag-encrytion-algorithm","tag-firewall","tag-hippa","tag-internet-standards","tag-key-encryption","tag-mssql-server","tag-mssql-server-management-studio","tag-operating-system","tag-private-key","tag-public-key-cryptography","tag-real-time-encryption","tag-secure-communication","tag-security-products","tag-set-database-encryption","tag-ssl","tag-technologyinternet","tag-transparent-data-encryption","tag-transparent-data-encryptiontde","tag-transport-layer-security","tag-using-transparent-data-encryption"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"In our first article we had discussed security and privacy of data in cloud and how to meet MSSQL server HIPPA(Health Information Portability and Accountability Act) compliance\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"bobinson\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.migrate2cloud.com\/blog\/microsoft-sql-server-2008-encryption-part-2\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Migrate to Cloud - we make the clouds rain\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Microsoft SQL Server 2008 Encryption: Part ll - Migrate to Cloud\" \/>\n\t\t<meta property=\"og:description\" content=\"In our first article we had discussed security and privacy of data in cloud and how to meet MSSQL server HIPPA(Health Information Portability and Accountability Act) compliance\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.migrate2cloud.com\/blog\/microsoft-sql-server-2008-encryption-part-2\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2010-09-22T17:23:00+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2016-03-21T07:51:18+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Microsoft SQL Server 2008 Encryption: Part ll - Migrate to Cloud\" \/>\n\t\t<meta name=\"twitter:description\" content=\"In our first article we had discussed security and privacy of data in cloud and how to meet MSSQL server HIPPA(Health Information Portability and Accountability Act) compliance\" \/>\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.migrate2cloud.com\\\/blog\\\/microsoft-sql-server-2008-encryption-part-2\\\/#blogposting\",\"name\":\"Microsoft SQL Server 2008 Encryption: Part ll - Migrate to Cloud\",\"headline\":\"Microsoft SQL Server 2008 Encryption: Part ll\",\"author\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/author\\\/bobinson\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/wp-content\\\/uploads\\\/2010\\\/09\\\/sql-tde1.jpg\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/microsoft-sql-server-2008-encryption-part-2\\\/#articleImage\",\"width\":570,\"height\":319},\"datePublished\":\"2010-09-22T12:23:00-05:00\",\"dateModified\":\"2016-03-21T02:51:18-05:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/microsoft-sql-server-2008-encryption-part-2\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/microsoft-sql-server-2008-encryption-part-2\\\/#webpage\"},\"articleSection\":\"Cloud computing, MySQL, Company: AES Corp, Cryptographic protocols, Cryptography, data encryption, Data Protection API, Database Encryption, Disk encryption, Electric Utilities - NEC, encryption, encrytion algorithm, firewall, HIPPA, Internet Standards, KEY ENCRYPTION, MSSQL server, MSSQL SERVER Management Studio, Operating System, Private Key, Public-key cryptography, real time encryption, Secure communication, security products, Set Database Encryption, SSL, Technology\\\/Internet, Transparent Data Encryption, Transparent Data Encryption(TDE)., Transport Layer Security, using Transparent Data Encryption\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/microsoft-sql-server-2008-encryption-part-2\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/category\\\/cloud-computing\\\/#listItem\",\"name\":\"Cloud computing\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/category\\\/cloud-computing\\\/#listItem\",\"position\":2,\"name\":\"Cloud computing\",\"item\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/category\\\/cloud-computing\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/microsoft-sql-server-2008-encryption-part-2\\\/#listItem\",\"name\":\"Microsoft SQL Server 2008 Encryption: Part ll\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/microsoft-sql-server-2008-encryption-part-2\\\/#listItem\",\"position\":3,\"name\":\"Microsoft SQL Server 2008 Encryption: Part ll\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/category\\\/cloud-computing\\\/#listItem\",\"name\":\"Cloud computing\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/#organization\",\"name\":\"Migrate to Cloud\",\"description\":\"we make the clouds rain\",\"url\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/author\\\/bobinson\\\/#author\",\"url\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/author\\\/bobinson\\\/\",\"name\":\"bobinson\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/microsoft-sql-server-2008-encryption-part-2\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/75ccdce824303bc4f61f39dec0a643a767f9bda27d54a85334ab60120544971f?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"bobinson\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/microsoft-sql-server-2008-encryption-part-2\\\/#webpage\",\"url\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/microsoft-sql-server-2008-encryption-part-2\\\/\",\"name\":\"Microsoft SQL Server 2008 Encryption: Part ll - Migrate to Cloud\",\"description\":\"In our first article we had discussed security and privacy of data in cloud and how to meet MSSQL server HIPPA(Health Information Portability and Accountability Act) compliance\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/microsoft-sql-server-2008-encryption-part-2\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/author\\\/bobinson\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/author\\\/bobinson\\\/#author\"},\"datePublished\":\"2010-09-22T12:23:00-05:00\",\"dateModified\":\"2016-03-21T02:51:18-05:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/\",\"name\":\"Migrate to Cloud\",\"description\":\"we make the clouds rain\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Microsoft SQL Server 2008 Encryption: Part ll - Migrate to Cloud","description":"In our first article we had discussed security and privacy of data in cloud and how to meet MSSQL server HIPPA(Health Information Portability and Accountability Act) compliance","canonical_url":"https:\/\/www.migrate2cloud.com\/blog\/microsoft-sql-server-2008-encryption-part-2\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/www.migrate2cloud.com\/blog\/microsoft-sql-server-2008-encryption-part-2\/#blogposting","name":"Microsoft SQL Server 2008 Encryption: Part ll - Migrate to Cloud","headline":"Microsoft SQL Server 2008 Encryption: Part ll","author":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/author\/bobinson\/#author"},"publisher":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.migrate2cloud.com\/blog\/wp-content\/uploads\/2010\/09\/sql-tde1.jpg","@id":"https:\/\/www.migrate2cloud.com\/blog\/microsoft-sql-server-2008-encryption-part-2\/#articleImage","width":570,"height":319},"datePublished":"2010-09-22T12:23:00-05:00","dateModified":"2016-03-21T02:51:18-05:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/microsoft-sql-server-2008-encryption-part-2\/#webpage"},"isPartOf":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/microsoft-sql-server-2008-encryption-part-2\/#webpage"},"articleSection":"Cloud computing, MySQL, Company: AES Corp, Cryptographic protocols, Cryptography, data encryption, Data Protection API, Database Encryption, Disk encryption, Electric Utilities - NEC, encryption, encrytion algorithm, firewall, HIPPA, Internet Standards, KEY ENCRYPTION, MSSQL server, MSSQL SERVER Management Studio, Operating System, Private Key, Public-key cryptography, real time encryption, Secure communication, security products, Set Database Encryption, SSL, Technology\/Internet, Transparent Data Encryption, Transparent Data Encryption(TDE)., Transport Layer Security, using Transparent Data Encryption"},{"@type":"BreadcrumbList","@id":"https:\/\/www.migrate2cloud.com\/blog\/microsoft-sql-server-2008-encryption-part-2\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.migrate2cloud.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog\/category\/cloud-computing\/#listItem","name":"Cloud computing"}},{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog\/category\/cloud-computing\/#listItem","position":2,"name":"Cloud computing","item":"https:\/\/www.migrate2cloud.com\/blog\/category\/cloud-computing\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog\/microsoft-sql-server-2008-encryption-part-2\/#listItem","name":"Microsoft SQL Server 2008 Encryption: Part ll"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog\/microsoft-sql-server-2008-encryption-part-2\/#listItem","position":3,"name":"Microsoft SQL Server 2008 Encryption: Part ll","previousItem":{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog\/category\/cloud-computing\/#listItem","name":"Cloud computing"}}]},{"@type":"Organization","@id":"https:\/\/www.migrate2cloud.com\/blog\/#organization","name":"Migrate to Cloud","description":"we make the clouds rain","url":"https:\/\/www.migrate2cloud.com\/blog\/"},{"@type":"Person","@id":"https:\/\/www.migrate2cloud.com\/blog\/author\/bobinson\/#author","url":"https:\/\/www.migrate2cloud.com\/blog\/author\/bobinson\/","name":"bobinson","image":{"@type":"ImageObject","@id":"https:\/\/www.migrate2cloud.com\/blog\/microsoft-sql-server-2008-encryption-part-2\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/75ccdce824303bc4f61f39dec0a643a767f9bda27d54a85334ab60120544971f?s=96&d=mm&r=g","width":96,"height":96,"caption":"bobinson"}},{"@type":"WebPage","@id":"https:\/\/www.migrate2cloud.com\/blog\/microsoft-sql-server-2008-encryption-part-2\/#webpage","url":"https:\/\/www.migrate2cloud.com\/blog\/microsoft-sql-server-2008-encryption-part-2\/","name":"Microsoft SQL Server 2008 Encryption: Part ll - Migrate to Cloud","description":"In our first article we had discussed security and privacy of data in cloud and how to meet MSSQL server HIPPA(Health Information Portability and Accountability Act) compliance","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/microsoft-sql-server-2008-encryption-part-2\/#breadcrumblist"},"author":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/author\/bobinson\/#author"},"creator":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/author\/bobinson\/#author"},"datePublished":"2010-09-22T12:23:00-05:00","dateModified":"2016-03-21T02:51:18-05:00"},{"@type":"WebSite","@id":"https:\/\/www.migrate2cloud.com\/blog\/#website","url":"https:\/\/www.migrate2cloud.com\/blog\/","name":"Migrate to Cloud","description":"we make the clouds rain","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"Migrate to Cloud - we make the clouds rain","og:type":"article","og:title":"Microsoft SQL Server 2008 Encryption: Part ll - Migrate to Cloud","og:description":"In our first article we had discussed security and privacy of data in cloud and how to meet MSSQL server HIPPA(Health Information Portability and Accountability Act) compliance","og:url":"https:\/\/www.migrate2cloud.com\/blog\/microsoft-sql-server-2008-encryption-part-2\/","article:published_time":"2010-09-22T17:23:00+00:00","article:modified_time":"2016-03-21T07:51:18+00:00","twitter:card":"summary_large_image","twitter:title":"Microsoft SQL Server 2008 Encryption: Part ll - Migrate to Cloud","twitter:description":"In our first article we had discussed security and privacy of data in cloud and how to meet MSSQL server HIPPA(Health Information Portability and Accountability Act) compliance"},"aioseo_meta_data":{"post_id":"639","title":"","description":"In our  first article we had discussed security and privacy of data in cloud and how to meet MSSQL server HIPPA(Health Information Portability and Accountability Act) compliance","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,"limit_modified_date":false,"created":"2022-12-27 09:16:42","updated":"2026-07-21 15:28:32","ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.migrate2cloud.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.migrate2cloud.com\/blog\/category\/cloud-computing\/\" title=\"Cloud computing\">Cloud computing<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tMicrosoft SQL Server 2008 Encryption: Part ll\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.migrate2cloud.com\/blog"},{"label":"Cloud computing","link":"https:\/\/www.migrate2cloud.com\/blog\/category\/cloud-computing\/"},{"label":"Microsoft SQL Server 2008 Encryption: Part ll","link":"https:\/\/www.migrate2cloud.com\/blog\/microsoft-sql-server-2008-encryption-part-2\/"}],"jetpack_featured_media_url":"","jetpack-related-posts":[],"jetpack_sharing_enabled":true,"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/posts\/639","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/comments?post=639"}],"version-history":[{"count":14,"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/posts\/639\/revisions"}],"predecessor-version":[{"id":868,"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/posts\/639\/revisions\/868"}],"wp:attachment":[{"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/media?parent=639"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/categories?post=639"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/tags?post=639"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}