{"id":2218,"date":"2021-12-27T08:00:00","date_gmt":"2021-12-27T05:00:00","guid":{"rendered":"https:\/\/www.dataplatform.gr\/?p=2218"},"modified":"2023-09-20T12:07:10","modified_gmt":"2023-09-20T09:07:10","slug":"pos-syndeomai-ston-sql-server-otan-den-mporo-na","status":"publish","type":"post","link":"https:\/\/www.dataplatform.gr\/en\/pos-syndeomai-ston-sql-server-otan-den-mporo-na\/","title":{"rendered":"How do I connect to SQL Server when I can&#039;t connect any other way (DAC, lost password, missing sysadmin)"},"content":{"rendered":"<p>Sometimes we will not be able to connect to the <strong>SQL Server Instance<\/strong> nor even like <strong>sysadmin <\/strong>user, either because of a problem with the instance, or as <strong>we have forgotten the password of the sysadmin user <\/strong>or not <strong>we have \/ know user sysadmin<\/strong> .<\/p>\n\n\n\n<p>As a solution for the first n <strong>Microsoft <\/strong>SQL Server 2008 and later offers the tool <strong>DAC <\/strong>(<em>Diagnostic Connection for Database Administrators<\/em>). This allows us to connect <em>almost <\/em>every time in the instance even in the most extreme conditions. <\/p>\n\n\n\n<p>As a solution for the second and third we will see how we connect to <strong>Single User mode<\/strong> without having a user in the SQL Server instance.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">When is DAC useful to us?<\/h2>\n\n\n\n<p>We use it when we don&#039;t have access to the base with any account either <strong>SQL Authentication<\/strong> either <strong>Windows Authentication<\/strong>. Also some very specialized tasks are allowed by SQL Server only if we are connected via DAC.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What limitations do we have with DAC?<\/h2>\n\n\n\n<p>With its use we must remember that we have the following limitations:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Only user can be composed <strong>sysadmin<\/strong> and indeed only one at a time.<\/li>\n\n\n\n<li>Actions are not executed in parallel.<\/li>\n\n\n\n<li>DAC queries are executed with limited resources.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">How we enable the DAC and for remote access<\/h2>\n\n\n\n<p>We can also connect remotely from another computer as long as we have access to the port 1434 it uses and the parameter is enabled <strong><em>remote admin connections<\/em><\/strong>:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\" data-no-translation=\"\" data-no-auto-translation=\"\">exec sp_configure 'remote admin connections', 1;\ngo\nreconfigure\ngo<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">How we connect via SQLCMD to DAC<\/h2>\n\n\n\n<p>The only thing different we have to do compared to a normal connection is to add the parameter <strong><code>-A<\/code><\/strong>. The account we will connect to must be <strong>sysadmin<\/strong>:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\" data-no-translation=\"\" data-no-auto-translation=\"\">sqlcmd \/S SMATZOURANISLP\\SQL19 \/d db_test -Usqladmin -Ppassword -A<\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"798\" height=\"493\" src=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/10\/dac-05.png\" alt=\"\" class=\"wp-image-2219\" srcset=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/10\/dac-05.png 798w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/10\/dac-05-300x185.png 300w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/10\/dac-05-768x474.png 768w\" sizes=\"auto, (max-width: 798px) 100vw, 798px\" \/><figcaption class=\"wp-element-caption\">01<\/figcaption><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">How do we connect via SSMS to DAC<\/h2>\n\n\n\n<p>To connect via<strong> SQL Server Management Studio<\/strong> (SSMS) all we have to do is to add in front of the servername the text <strong><code>admin:<\/code><\/strong>   :<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"478\" height=\"316\" src=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/10\/dac-01.png\" alt=\"\" class=\"wp-image-2220\" srcset=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/10\/dac-01.png 478w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/10\/dac-01-300x198.png 300w\" sizes=\"auto, (max-width: 478px) 100vw, 478px\" \/><figcaption class=\"wp-element-caption\">02<\/figcaption><\/figure>\n\n\n\n<p>If it shows us this text, it means that we tried to connect from object explorer:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"607\" height=\"169\" src=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/10\/dac-08.png\" alt=\"\" class=\"wp-image-2221\" srcset=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/10\/dac-08.png 607w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/10\/dac-08-300x84.png 300w\" sizes=\"auto, (max-width: 607px) 100vw, 607px\" \/><figcaption class=\"wp-element-caption\">03<\/figcaption><\/figure>\n\n\n\n<p>To compile without this error message we must connect from <strong>File <\/strong>&#8212; <strong>New<\/strong> &#8212; <strong>Database Query Engine<\/strong>:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"663\" height=\"451\" src=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/10\/dac-07.png\" alt=\"\" class=\"wp-image-2222\" srcset=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/10\/dac-07.png 663w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/10\/dac-07-300x204.png 300w\" sizes=\"auto, (max-width: 663px) 100vw, 663px\" \/><figcaption class=\"wp-element-caption\">04<\/figcaption><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">How to see if there is a user connected to DAC<\/h2>\n\n\n\n<p>To easily find which user is connected through DAC and we are not allowed to enter, we run the following query:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\" data-no-translation=\"\" data-no-auto-translation=\"\">select t.name,ec.* from sys.dm_exec_connections ec\ninner join sys.tcp_endpoints t on ec.endpoint_id=t.endpoint_id\nwhere t.name='Dedicated Admin Connection';<\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"781\" height=\"153\" src=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/10\/dac-06.png\" alt=\"\" class=\"wp-image-2224\" srcset=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/10\/dac-06.png 781w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/10\/dac-06-300x59.png 300w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/10\/dac-06-768x150.png 768w\" sizes=\"auto, (max-width: 781px) 100vw, 781px\" \/><figcaption class=\"wp-element-caption\">05<\/figcaption><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">I still can&#039;t connect, what should I try? <\/h2>\n\n\n\n<p>We case you that even with <strong>DAC <\/strong>we can&#039;t connect, we can try to start it <strong>SQL Server Service <\/strong>in <strong>Minimal Configuration<\/strong> <strong>Single User Mode<\/strong>.<\/p>\n\n\n\n<p>In this mode SQL Server does not create tempdb, remote access is not allowed, only one user can log in at a time, and only necessary processes are activated.<\/p>\n\n\n\n<p>All we have to do is go to <strong>SQL Server Configuration Manager<\/strong>, to right-click Properties on the SQL Server Service and tab <strong>Startup Parameters <\/strong>to add the parameter <strong><code>-f<\/code><\/strong> (don&#039;t forget to remove it and restart the service when we solve the problem). After completing the process required <strong>restart <\/strong>of SQL Server Service.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"414\" height=\"493\" src=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/10\/dac-04.png\" alt=\"\" class=\"wp-image-2225\" srcset=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/10\/dac-04.png 414w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/10\/dac-04-252x300.png 252w\" sizes=\"auto, (max-width: 414px) 100vw, 414px\" \/><figcaption class=\"wp-element-caption\">06<\/figcaption><\/figure>\n\n\n\n<p>When the restart is complete, we try to connect to either <strong>sqlcmd<\/strong> either with <strong>SQL Server Management Studio<\/strong>.<\/p>\n\n\n\n<p>However, in the event that we still cannot connect with the following error:<\/p>\n\n\n\n<pre class=\"wp-block-code\" data-no-translation=\"\" data-no-auto-translation=\"\"><code>Login Failed for user A. Reason: Server is in single user mode. Only one administrator can connect at this time (Microsoft SQL Server, Error: 18461)<\/code><\/pre>\n\n\n\n<p>It means that another user is connected to the one that starts the instance, so in this case we start the instance from Command Prompt in <strong>Single User Mode<\/strong> without minimal configuration <strong><code>-m<\/code><\/strong> with an option to only be able to connect through <strong>sqlcmd<\/strong>:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\" data-no-translation=\"\" data-no-auto-translation=\"\">net stop MSSQLSERVER\nnet start MSSQLSERVER \/mSQLCMD<\/pre>\n\n\n\n<p>and we can connect:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\" data-no-translation=\"\" data-no-auto-translation=\"\">sqlcmd \/S MSSQLSERVER -Usqladmin -Ppassword<\/pre>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">In case we have forgotten the password of SQL Logins with sysadmin and we do not have \/ know Windows Logins with sysadmin<\/h2>\n\n\n\n<p><strong>In Single User Mode<\/strong> <strong>all users who are local admins on the server get the sysadmin role and can login<\/strong> in the SQL Server Instance, so we can connect to the following (provided we have started the instance with <code>\/mSQLCMD<\/code> which we saw in the previous step) :<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\" data-no-translation=\"\" data-no-auto-translation=\"\">sqlcmd -S MSSQLSERVER -E<\/pre>\n\n\n\n<p>In case we have a default instance, we also connect to the following one without declaring an instance:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\" data-no-translation=\"\" data-no-auto-translation=\"\">sqlcmd -S. -E<\/pre>\n\n\n\n<p>Then depending on the case, we can either change credentials to a user or create a new one and give it its role <strong><code>sysadmin<\/code><\/strong>:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\" data-no-translation=\"\" data-no-auto-translation=\"\">create login dba with password ='123Pa#123';\nalter server role sysadmin add member dba;\ngo<\/pre>\n\n\n\n<p>When we finish the process we can restart the SQL Server instance in normal mode:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\" data-no-translation=\"\" data-no-auto-translation=\"\">net stop MSSQLSERVER\nnet start MSSQLSERVER<\/pre>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Sources:<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a rel=\"noreferrer noopener\" href=\"https:\/\/docs.microsoft.com\/en-us\/sql\/database-engine\/configure-windows\/diagnostic-connection-for-database-administrators?view=sql-server-ver15\" target=\"_blank\">Diagnostic Connection for Database Administrators<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/docs.microsoft.com\/en-us\/sql\/database-engine\/configure-windows\/database-engine-service-startup-options?view=sql-server-ver15\" target=\"_blank\" rel=\"noreferrer noopener\">Database Engine Service Startup Options<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/learn.microsoft.com\/en-us\/sql\/tools\/sqlcmd\/sqlcmd-utility?view=sql-server-ver16#download-and-install-sqlcmd\" target=\"_blank\" rel=\"noreferrer noopener\">sqlcmd Utility<\/a><\/li>\n<\/ul>","protected":false},"excerpt":{"rendered":"<p>Sometimes we will not be able to connect to the SQL Server Instance even as a sysadmin user, either because of a problem with the instance, or because we have forgotten the sysadmin user password or we do not have\/know a sysadmin user. As a solution for the first, Microsoft from the SQL Server 2008 version [...]<\/p>","protected":false},"author":1,"featured_media":702,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11,15],"tags":[118,29,23,30,6],"class_list":["post-2218","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-databases","category-ms-sqlserver","tag-dac","tag-databases","tag-microsoft","tag-rdbms","tag-sqlserver"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\u03a0\u03ce\u03c2 \u03c3\u03c5\u03bd\u03b4\u03ad\u03bf\u03bc\u03b1\u03b9 \u03c3\u03c4\u03bf\u03bd SQL Server \u03cc\u03c4\u03b1\u03bd \u03b4\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03ce \u03bd\u03b1 \u03c3\u03c5\u03bd\u03b4\u03b5\u03b8\u03ce \u03bc\u03b5 \u03ac\u03bb\u03bb\u03bf\u03bd \u03c4\u03c1\u03cc\u03c0\u03bf (DAC, lost password, missing sysadmin) - DataPlatform.gr<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.dataplatform.gr\/en\/pos-syndeomai-ston-sql-server-otan-den-mporo-na\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u03a0\u03ce\u03c2 \u03c3\u03c5\u03bd\u03b4\u03ad\u03bf\u03bc\u03b1\u03b9 \u03c3\u03c4\u03bf\u03bd SQL Server \u03cc\u03c4\u03b1\u03bd \u03b4\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03ce \u03bd\u03b1 \u03c3\u03c5\u03bd\u03b4\u03b5\u03b8\u03ce \u03bc\u03b5 \u03ac\u03bb\u03bb\u03bf\u03bd \u03c4\u03c1\u03cc\u03c0\u03bf (DAC, lost password, missing sysadmin) - DataPlatform.gr\" \/>\n<meta property=\"og:description\" content=\"\u039a\u03ac\u03c0\u03bf\u03b9\u03b5\u03c2 \u03c6\u03bf\u03c1\u03ad\u03c2 \u03b8\u03b1 \u03bc\u03b1\u03c2 \u03c4\u03cd\u03c7\u03b5\u03b9 \u03bd\u03b1 \u03bc\u03b7\u03bd \u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03bc\u03b5 \u03bd\u03b1 \u03c3\u03c5\u03bd\u03b4\u03b5\u03b8\u03bf\u03cd\u03bc\u03b5 \u03c3\u03c4\u03bf SQL Server Instance \u03bf\u03cd\u03c4\u03b5 \u03b1\u03ba\u03cc\u03bc\u03b1 \u03ba\u03b1\u03b9 \u03c3\u03b1\u03bd sysadmin \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2, \u03b5\u03af\u03c4\u03b5 \u03bb\u03cc\u03b3\u03bf \u03c0\u03c1\u03bf\u03b2\u03bb\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2 \u03c3\u03c4\u03bf instance, \u03b5\u03af\u03c4\u03b5 \u03ba\u03b1\u03b8\u03ce\u03c2 \u03ad\u03c7\u03bf\u03c5\u03bc\u03b5 \u03be\u03b5\u03c7\u03ac\u03c3\u03b5\u03b9 \u03c4\u03bf\u03bd \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c4\u03bf\u03c5 sysadmin \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7 \u03b5\u03af\u03c4\u03b5 \u03b4\u03b5\u03bd \u03ad\u03c7\u03bf\u03c5\u03bc\u03b5 \/ \u03b3\u03bd\u03c9\u03c1\u03af\u03b6\u03bf\u03c5\u03bc\u03b5 sysadmin \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7 . \u03a3\u03b1\u03bd \u03bb\u03cd\u03c3\u03b7 \u03b3\u03b9\u03b1 \u03c4\u03bf \u03c0\u03c1\u03ce\u03c4\u03bf \u03b7 Microsoft \u03b1\u03c0\u03cc \u03c4\u03b7\u03bd \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7 SQL Server 2008 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dataplatform.gr\/en\/pos-syndeomai-ston-sql-server-otan-den-mporo-na\/\" \/>\n<meta property=\"og:site_name\" content=\"DataPlatform.gr\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/dataplatform.gr\/\" \/>\n<meta property=\"article:published_time\" content=\"2021-12-27T05:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-09-20T09:07:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/06\/dp_sqlserver.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Stratos Matzouranis\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Stratos Matzouranis\" \/>\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:\\\/\\\/www.dataplatform.gr\\\/pos-syndeomai-ston-sql-server-otan-den-mporo-na\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/pos-syndeomai-ston-sql-server-otan-den-mporo-na\\\/\"},\"author\":{\"name\":\"Stratos Matzouranis\",\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/#\\\/schema\\\/person\\\/e87bf4fd02b65cb6aa0942f87245bbaf\"},\"headline\":\"\u03a0\u03ce\u03c2 \u03c3\u03c5\u03bd\u03b4\u03ad\u03bf\u03bc\u03b1\u03b9 \u03c3\u03c4\u03bf\u03bd SQL Server \u03cc\u03c4\u03b1\u03bd \u03b4\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03ce \u03bd\u03b1 \u03c3\u03c5\u03bd\u03b4\u03b5\u03b8\u03ce \u03bc\u03b5 \u03ac\u03bb\u03bb\u03bf\u03bd \u03c4\u03c1\u03cc\u03c0\u03bf (DAC, lost password, missing sysadmin)\",\"datePublished\":\"2021-12-27T05:00:00+00:00\",\"dateModified\":\"2023-09-20T09:07:10+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/pos-syndeomai-ston-sql-server-otan-den-mporo-na\\\/\"},\"wordCount\":150,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/pos-syndeomai-ston-sql-server-otan-den-mporo-na\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.dataplatform.gr\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/dp_sqlserver.png\",\"keywords\":[\"DAC\",\"Databases\",\"Microsoft\",\"RDBMS\",\"SQL Server\"],\"articleSection\":[\"Databases\",\"Microsoft SQL Server\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.dataplatform.gr\\\/pos-syndeomai-ston-sql-server-otan-den-mporo-na\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/pos-syndeomai-ston-sql-server-otan-den-mporo-na\\\/\",\"url\":\"https:\\\/\\\/www.dataplatform.gr\\\/pos-syndeomai-ston-sql-server-otan-den-mporo-na\\\/\",\"name\":\"\u03a0\u03ce\u03c2 \u03c3\u03c5\u03bd\u03b4\u03ad\u03bf\u03bc\u03b1\u03b9 \u03c3\u03c4\u03bf\u03bd SQL Server \u03cc\u03c4\u03b1\u03bd \u03b4\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03ce \u03bd\u03b1 \u03c3\u03c5\u03bd\u03b4\u03b5\u03b8\u03ce \u03bc\u03b5 \u03ac\u03bb\u03bb\u03bf\u03bd \u03c4\u03c1\u03cc\u03c0\u03bf (DAC, lost password, missing sysadmin) - DataPlatform.gr\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/pos-syndeomai-ston-sql-server-otan-den-mporo-na\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/pos-syndeomai-ston-sql-server-otan-den-mporo-na\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.dataplatform.gr\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/dp_sqlserver.png\",\"datePublished\":\"2021-12-27T05:00:00+00:00\",\"dateModified\":\"2023-09-20T09:07:10+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/pos-syndeomai-ston-sql-server-otan-den-mporo-na\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.dataplatform.gr\\\/pos-syndeomai-ston-sql-server-otan-den-mporo-na\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/pos-syndeomai-ston-sql-server-otan-den-mporo-na\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.dataplatform.gr\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/dp_sqlserver.png\",\"contentUrl\":\"https:\\\/\\\/www.dataplatform.gr\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/dp_sqlserver.png\",\"width\":1280,\"height\":720},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/pos-syndeomai-ston-sql-server-otan-den-mporo-na\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0391\u03c1\u03c7\u03b9\u03ba\u03ae\",\"item\":\"https:\\\/\\\/www.dataplatform.gr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Databases\",\"item\":\"https:\\\/\\\/www.dataplatform.gr\\\/category\\\/databases\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Microsoft SQL Server\",\"item\":\"https:\\\/\\\/www.dataplatform.gr\\\/category\\\/databases\\\/ms-sqlserver\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"\u03a0\u03ce\u03c2 \u03c3\u03c5\u03bd\u03b4\u03ad\u03bf\u03bc\u03b1\u03b9 \u03c3\u03c4\u03bf\u03bd SQL Server \u03cc\u03c4\u03b1\u03bd \u03b4\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03ce \u03bd\u03b1 \u03c3\u03c5\u03bd\u03b4\u03b5\u03b8\u03ce \u03bc\u03b5 \u03ac\u03bb\u03bb\u03bf\u03bd \u03c4\u03c1\u03cc\u03c0\u03bf (DAC, lost password, missing sysadmin)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/#website\",\"url\":\"https:\\\/\\\/www.dataplatform.gr\\\/\",\"name\":\"dataplatform.gr - Sky is not the limit!\",\"description\":\"\u0398\u03b5\u03c9\u03c1\u03af\u03b1, \u03bf\u03b4\u03b7\u03b3\u03bf\u03af \u03ba\u03b1\u03b9 \u03c3\u03ba\u03ad\u03c8\u03b5\u03b9\u03c2 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03ba\u03ac\u03bd\u03b5\u03c4\u03b5 \u03c4\u03b7 \u03b4\u03bf\u03c5\u03bb\u03b5\u03b9\u03ac \u03c3\u03b1\u03c2 \u03c0\u03b9\u03bf \u03c0\u03b1\u03c1\u03b1\u03b3\u03c9\u03b3\u03b9\u03ba\u03ac \u03ba\u03b1\u03b9 \u03c0\u03b9\u03bf \u03b5\u03cd\u03ba\u03bf\u03bb\u03b1 \u03c0\u03ac\u03bd\u03c9 \u03c3\u03c4\u03b9\u03c2 \u03b2\u03ac\u03c3\u03b5\u03b9\u03c2 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd, \u03c3\u03c4\u03b7\u03bd SQL, \u03c3\u03c4\u03bf Business Intelligence \u03ba\u03b1\u03b9 \u03c3\u03c4\u03b1 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1 \u03b3\u03b5\u03bd\u03b9\u03ba\u03cc\u03c4\u03b5\u03c1\u03b1.\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.dataplatform.gr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/#organization\",\"name\":\"dataplatform.gr\",\"url\":\"https:\\\/\\\/www.dataplatform.gr\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.dataplatform.gr\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/dp_logo_wbacki.png\",\"contentUrl\":\"https:\\\/\\\/www.dataplatform.gr\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/dp_logo_wbacki.png\",\"width\":322,\"height\":139,\"caption\":\"dataplatform.gr\"},\"image\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/dataplatform.gr\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/dataplatform-gr\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/#\\\/schema\\\/person\\\/e87bf4fd02b65cb6aa0942f87245bbaf\",\"name\":\"Stratos Matzouranis\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ab973bc4bd1673c43d45de5633a624d9ad13c06902dfdd5a6e3fd9885903865e?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ab973bc4bd1673c43d45de5633a624d9ad13c06902dfdd5a6e3fd9885903865e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ab973bc4bd1673c43d45de5633a624d9ad13c06902dfdd5a6e3fd9885903865e?s=96&d=mm&r=g\",\"caption\":\"Stratos Matzouranis\"},\"sameAs\":[\"https:\\\/\\\/www.dataplatform.gr\"],\"url\":\"https:\\\/\\\/www.dataplatform.gr\\\/en\\\/author\\\/stratos-matzouranis\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u03a0\u03ce\u03c2 \u03c3\u03c5\u03bd\u03b4\u03ad\u03bf\u03bc\u03b1\u03b9 \u03c3\u03c4\u03bf\u03bd SQL Server \u03cc\u03c4\u03b1\u03bd \u03b4\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03ce \u03bd\u03b1 \u03c3\u03c5\u03bd\u03b4\u03b5\u03b8\u03ce \u03bc\u03b5 \u03ac\u03bb\u03bb\u03bf\u03bd \u03c4\u03c1\u03cc\u03c0\u03bf (DAC, lost password, missing sysadmin) - DataPlatform.gr","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:\/\/www.dataplatform.gr\/en\/pos-syndeomai-ston-sql-server-otan-den-mporo-na\/","og_locale":"en_US","og_type":"article","og_title":"\u03a0\u03ce\u03c2 \u03c3\u03c5\u03bd\u03b4\u03ad\u03bf\u03bc\u03b1\u03b9 \u03c3\u03c4\u03bf\u03bd SQL Server \u03cc\u03c4\u03b1\u03bd \u03b4\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03ce \u03bd\u03b1 \u03c3\u03c5\u03bd\u03b4\u03b5\u03b8\u03ce \u03bc\u03b5 \u03ac\u03bb\u03bb\u03bf\u03bd \u03c4\u03c1\u03cc\u03c0\u03bf (DAC, lost password, missing sysadmin) - DataPlatform.gr","og_description":"\u039a\u03ac\u03c0\u03bf\u03b9\u03b5\u03c2 \u03c6\u03bf\u03c1\u03ad\u03c2 \u03b8\u03b1 \u03bc\u03b1\u03c2 \u03c4\u03cd\u03c7\u03b5\u03b9 \u03bd\u03b1 \u03bc\u03b7\u03bd \u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03bc\u03b5 \u03bd\u03b1 \u03c3\u03c5\u03bd\u03b4\u03b5\u03b8\u03bf\u03cd\u03bc\u03b5 \u03c3\u03c4\u03bf SQL Server Instance \u03bf\u03cd\u03c4\u03b5 \u03b1\u03ba\u03cc\u03bc\u03b1 \u03ba\u03b1\u03b9 \u03c3\u03b1\u03bd sysadmin \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2, \u03b5\u03af\u03c4\u03b5 \u03bb\u03cc\u03b3\u03bf \u03c0\u03c1\u03bf\u03b2\u03bb\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2 \u03c3\u03c4\u03bf instance, \u03b5\u03af\u03c4\u03b5 \u03ba\u03b1\u03b8\u03ce\u03c2 \u03ad\u03c7\u03bf\u03c5\u03bc\u03b5 \u03be\u03b5\u03c7\u03ac\u03c3\u03b5\u03b9 \u03c4\u03bf\u03bd \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c4\u03bf\u03c5 sysadmin \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7 \u03b5\u03af\u03c4\u03b5 \u03b4\u03b5\u03bd \u03ad\u03c7\u03bf\u03c5\u03bc\u03b5 \/ \u03b3\u03bd\u03c9\u03c1\u03af\u03b6\u03bf\u03c5\u03bc\u03b5 sysadmin \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7 . \u03a3\u03b1\u03bd \u03bb\u03cd\u03c3\u03b7 \u03b3\u03b9\u03b1 \u03c4\u03bf \u03c0\u03c1\u03ce\u03c4\u03bf \u03b7 Microsoft \u03b1\u03c0\u03cc \u03c4\u03b7\u03bd \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7 SQL Server 2008 [&hellip;]","og_url":"https:\/\/www.dataplatform.gr\/en\/pos-syndeomai-ston-sql-server-otan-den-mporo-na\/","og_site_name":"DataPlatform.gr","article_publisher":"https:\/\/www.facebook.com\/dataplatform.gr\/","article_published_time":"2021-12-27T05:00:00+00:00","article_modified_time":"2023-09-20T09:07:10+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/06\/dp_sqlserver.png","type":"image\/png"}],"author":"Stratos Matzouranis","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Stratos Matzouranis","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dataplatform.gr\/pos-syndeomai-ston-sql-server-otan-den-mporo-na\/#article","isPartOf":{"@id":"https:\/\/www.dataplatform.gr\/pos-syndeomai-ston-sql-server-otan-den-mporo-na\/"},"author":{"name":"Stratos Matzouranis","@id":"https:\/\/www.dataplatform.gr\/#\/schema\/person\/e87bf4fd02b65cb6aa0942f87245bbaf"},"headline":"\u03a0\u03ce\u03c2 \u03c3\u03c5\u03bd\u03b4\u03ad\u03bf\u03bc\u03b1\u03b9 \u03c3\u03c4\u03bf\u03bd SQL Server \u03cc\u03c4\u03b1\u03bd \u03b4\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03ce \u03bd\u03b1 \u03c3\u03c5\u03bd\u03b4\u03b5\u03b8\u03ce \u03bc\u03b5 \u03ac\u03bb\u03bb\u03bf\u03bd \u03c4\u03c1\u03cc\u03c0\u03bf (DAC, lost password, missing sysadmin)","datePublished":"2021-12-27T05:00:00+00:00","dateModified":"2023-09-20T09:07:10+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dataplatform.gr\/pos-syndeomai-ston-sql-server-otan-den-mporo-na\/"},"wordCount":150,"commentCount":0,"publisher":{"@id":"https:\/\/www.dataplatform.gr\/#organization"},"image":{"@id":"https:\/\/www.dataplatform.gr\/pos-syndeomai-ston-sql-server-otan-den-mporo-na\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/06\/dp_sqlserver.png","keywords":["DAC","Databases","Microsoft","RDBMS","SQL Server"],"articleSection":["Databases","Microsoft SQL Server"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dataplatform.gr\/pos-syndeomai-ston-sql-server-otan-den-mporo-na\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dataplatform.gr\/pos-syndeomai-ston-sql-server-otan-den-mporo-na\/","url":"https:\/\/www.dataplatform.gr\/pos-syndeomai-ston-sql-server-otan-den-mporo-na\/","name":"\u03a0\u03ce\u03c2 \u03c3\u03c5\u03bd\u03b4\u03ad\u03bf\u03bc\u03b1\u03b9 \u03c3\u03c4\u03bf\u03bd SQL Server \u03cc\u03c4\u03b1\u03bd \u03b4\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03ce \u03bd\u03b1 \u03c3\u03c5\u03bd\u03b4\u03b5\u03b8\u03ce \u03bc\u03b5 \u03ac\u03bb\u03bb\u03bf\u03bd \u03c4\u03c1\u03cc\u03c0\u03bf (DAC, lost password, missing sysadmin) - DataPlatform.gr","isPartOf":{"@id":"https:\/\/www.dataplatform.gr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.dataplatform.gr\/pos-syndeomai-ston-sql-server-otan-den-mporo-na\/#primaryimage"},"image":{"@id":"https:\/\/www.dataplatform.gr\/pos-syndeomai-ston-sql-server-otan-den-mporo-na\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/06\/dp_sqlserver.png","datePublished":"2021-12-27T05:00:00+00:00","dateModified":"2023-09-20T09:07:10+00:00","breadcrumb":{"@id":"https:\/\/www.dataplatform.gr\/pos-syndeomai-ston-sql-server-otan-den-mporo-na\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dataplatform.gr\/pos-syndeomai-ston-sql-server-otan-den-mporo-na\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dataplatform.gr\/pos-syndeomai-ston-sql-server-otan-den-mporo-na\/#primaryimage","url":"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/06\/dp_sqlserver.png","contentUrl":"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/06\/dp_sqlserver.png","width":1280,"height":720},{"@type":"BreadcrumbList","@id":"https:\/\/www.dataplatform.gr\/pos-syndeomai-ston-sql-server-otan-den-mporo-na\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0391\u03c1\u03c7\u03b9\u03ba\u03ae","item":"https:\/\/www.dataplatform.gr\/"},{"@type":"ListItem","position":2,"name":"Databases","item":"https:\/\/www.dataplatform.gr\/category\/databases\/"},{"@type":"ListItem","position":3,"name":"Microsoft SQL Server","item":"https:\/\/www.dataplatform.gr\/category\/databases\/ms-sqlserver\/"},{"@type":"ListItem","position":4,"name":"\u03a0\u03ce\u03c2 \u03c3\u03c5\u03bd\u03b4\u03ad\u03bf\u03bc\u03b1\u03b9 \u03c3\u03c4\u03bf\u03bd SQL Server \u03cc\u03c4\u03b1\u03bd \u03b4\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03ce \u03bd\u03b1 \u03c3\u03c5\u03bd\u03b4\u03b5\u03b8\u03ce \u03bc\u03b5 \u03ac\u03bb\u03bb\u03bf\u03bd \u03c4\u03c1\u03cc\u03c0\u03bf (DAC, lost password, missing sysadmin)"}]},{"@type":"WebSite","@id":"https:\/\/www.dataplatform.gr\/#website","url":"https:\/\/www.dataplatform.gr\/","name":"dataplatform.gr - Sky is not the limit!","description":"\u0398\u03b5\u03c9\u03c1\u03af\u03b1, \u03bf\u03b4\u03b7\u03b3\u03bf\u03af \u03ba\u03b1\u03b9 \u03c3\u03ba\u03ad\u03c8\u03b5\u03b9\u03c2 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03ba\u03ac\u03bd\u03b5\u03c4\u03b5 \u03c4\u03b7 \u03b4\u03bf\u03c5\u03bb\u03b5\u03b9\u03ac \u03c3\u03b1\u03c2 \u03c0\u03b9\u03bf \u03c0\u03b1\u03c1\u03b1\u03b3\u03c9\u03b3\u03b9\u03ba\u03ac \u03ba\u03b1\u03b9 \u03c0\u03b9\u03bf \u03b5\u03cd\u03ba\u03bf\u03bb\u03b1 \u03c0\u03ac\u03bd\u03c9 \u03c3\u03c4\u03b9\u03c2 \u03b2\u03ac\u03c3\u03b5\u03b9\u03c2 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd, \u03c3\u03c4\u03b7\u03bd SQL, \u03c3\u03c4\u03bf Business Intelligence \u03ba\u03b1\u03b9 \u03c3\u03c4\u03b1 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1 \u03b3\u03b5\u03bd\u03b9\u03ba\u03cc\u03c4\u03b5\u03c1\u03b1.","publisher":{"@id":"https:\/\/www.dataplatform.gr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dataplatform.gr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.dataplatform.gr\/#organization","name":"dataplatform.gr","url":"https:\/\/www.dataplatform.gr\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dataplatform.gr\/#\/schema\/logo\/image\/","url":"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/06\/dp_logo_wbacki.png","contentUrl":"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/06\/dp_logo_wbacki.png","width":322,"height":139,"caption":"dataplatform.gr"},"image":{"@id":"https:\/\/www.dataplatform.gr\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/dataplatform.gr\/","https:\/\/www.linkedin.com\/company\/dataplatform-gr\/"]},{"@type":"Person","@id":"https:\/\/www.dataplatform.gr\/#\/schema\/person\/e87bf4fd02b65cb6aa0942f87245bbaf","name":"Stratos Matzouranis","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/ab973bc4bd1673c43d45de5633a624d9ad13c06902dfdd5a6e3fd9885903865e?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/ab973bc4bd1673c43d45de5633a624d9ad13c06902dfdd5a6e3fd9885903865e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ab973bc4bd1673c43d45de5633a624d9ad13c06902dfdd5a6e3fd9885903865e?s=96&d=mm&r=g","caption":"Stratos Matzouranis"},"sameAs":["https:\/\/www.dataplatform.gr"],"url":"https:\/\/www.dataplatform.gr\/en\/author\/stratos-matzouranis\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/posts\/2218","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/comments?post=2218"}],"version-history":[{"count":3,"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/posts\/2218\/revisions"}],"predecessor-version":[{"id":5581,"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/posts\/2218\/revisions\/5581"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/media\/702"}],"wp:attachment":[{"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/media?parent=2218"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/categories?post=2218"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/tags?post=2218"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}