{"id":944,"date":"2013-02-05T19:07:10","date_gmt":"2013-02-05T18:07:10","guid":{"rendered":"https:\/\/ridgesolutions.ie\/?p=944"},"modified":"2013-02-05T19:07:10","modified_gmt":"2013-02-05T18:07:10","slug":"create-an-sqlexpress-database-using-visual-studio","status":"publish","type":"post","link":"https:\/\/www.ridgesolutions.ie\/index.php\/2013\/02\/05\/create-an-sqlexpress-database-using-visual-studio\/","title":{"rendered":"Create an SQLExpress database using Visual Studio"},"content":{"rendered":"<p>This took me a bit of time to figure out &#8211; how to create an empty SQL express database without using SQL Mangement Studio (I didn&#8217;t have it installed..) but instead using Visual Studio 2010 (and without having to add data sources, model definitions and other such muck into the context of a VS project) <\/p>\n<div>&nbsp;<\/div>\n<p>Once you have a database you can use Visual Studio&#8217;s &#8216;Server Explorer&#8217; pane to edit the DB and add tables etc. etc. but it isn&#8217;t obvious how to create an empty database in the first place, so in the end I did the following:<\/p>\n<div>&nbsp;<\/div>\n<p>1.) Check that the SQL services are running &#8211; start them if necessary.<\/p>\n<div>&nbsp;<\/div>\n<p>2.) Use Visual Studio to connect to the SQL Express master database &#8211; Choose the Tools \/ Connect to Database menu item.  Specify &#8216;Microsoft SQL Server&#8217; as the data source.  Enter .\/SQLEXPRESS as the &#8216;Server name&#8217;, or hit the browse button if you the have the browser service running.  Leave the database name field blank.  Press the OK button and VS should connect to the local master database, you should see it in the &#8216;Server Explorer&#8217; pane.<\/p>\n<div>&nbsp;<\/div>\n<p>3.)   Now right click on the master database in the server explorer pane and choose the &#8216;New Query&#8217; menu item.  In the query window type:<\/p>\n<div>&nbsp;<\/div>\n<p>[crayon]<br \/>\ncreate database DatabaseName<br \/>\n[\/crayon]<\/p>\n<div>&nbsp;<\/div>\n<p>Where DatabaseName is the name of the database that you want to create.  Execute the query (press Ctrl &#8211; E) &#8211; this should create your new database.<\/p>\n<div>&nbsp;<\/div>\n<p>3.)  To connect to your new database repeat step 2.) and specify the database name &#8211; Visual Studio should now connect to it.   Now you can add tables etc.<\/p>\n<div>&nbsp;<\/div>\n<p>4.) You can now remove the connection to the master database in the Server Explorer pane if you like.<\/p>\n<div>&nbsp;<\/div>\n","protected":false},"excerpt":{"rendered":"<p>This took me a bit of time to figure out &#8211; how to create an empty SQL express database without using SQL Mangement Studio (I didn&#8217;t have it installed..) but instead using Visual Studio 2010 (and without having to add data sources, model definitions and other such muck into the context of a VS project) [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[249,91],"class_list":["post-944","post","type-post","status-publish","format-standard","hentry","category-uncategorized","tag-sql-exprerss","tag-visual-studio"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"This took me a bit of time to figure out - how to create an empty SQL express database without using SQL Mangement Studio (I didn&#039;t have it installed..) but instead using Visual Studio 2010 (and without having to add data sources, model definitions and other such muck into the context of a VS project)\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Kevin Godden\"\/>\n\t<meta name=\"google-site-verification\" content=\"Kyj52YLp6GOPA44PVBffo9fjW8rgWHYYRF0ZYjfy6ss\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.ridgesolutions.ie\/index.php\/2013\/02\/05\/create-an-sqlexpress-database-using-visual-studio\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Systems and Embedded Software Engineering, Ireland. | Some thoughts of a busy Computer Engineer\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Create an SQLExpress database using Visual Studio\" \/>\n\t\t<meta property=\"og:description\" content=\"This took me a bit of time to figure out - how to create an empty SQL express database without using SQL Mangement Studio (I didn&#039;t have it installed..) but instead using Visual Studio 2010 (and without having to add data sources, model definitions and other such muck into the context of a VS project)\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.ridgesolutions.ie\/index.php\/2013\/02\/05\/create-an-sqlexpress-database-using-visual-studio\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2013-02-05T18:07:10+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2013-02-05T18:07:10+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Create an SQLExpress database using Visual Studio\" \/>\n\t\t<meta name=\"twitter:description\" content=\"This took me a bit of time to figure out - how to create an empty SQL express database without using SQL Mangement Studio (I didn&#039;t have it installed..) but instead using Visual Studio 2010 (and without having to add data sources, model definitions and other such muck into the context of a VS project)\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/2013\\\/02\\\/05\\\/create-an-sqlexpress-database-using-visual-studio\\\/#article\",\"name\":\"Create an SQLExpress database using Visual Studio\",\"headline\":\"Create an SQLExpress database using Visual Studio\",\"author\":{\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/author\\\/kgodden\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/wp-content\\\/uploads\\\/2013\\\/09\\\/ridge_logo1.jpg\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/#articleImage\",\"width\":400,\"height\":81},\"datePublished\":\"2013-02-05T19:07:10+00:00\",\"dateModified\":\"2013-02-05T19:07:10+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/2013\\\/02\\\/05\\\/create-an-sqlexpress-database-using-visual-studio\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/2013\\\/02\\\/05\\\/create-an-sqlexpress-database-using-visual-studio\\\/#webpage\"},\"articleSection\":\"Uncategorized, sql exprerss, Visual Studio\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/2013\\\/02\\\/05\\\/create-an-sqlexpress-database-using-visual-studio\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.ridgesolutions.ie\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/category\\\/uncategorized\\\/#listItem\",\"name\":\"Uncategorized\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/category\\\/uncategorized\\\/#listItem\",\"position\":2,\"name\":\"Uncategorized\",\"item\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/category\\\/uncategorized\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/2013\\\/02\\\/05\\\/create-an-sqlexpress-database-using-visual-studio\\\/#listItem\",\"name\":\"Create an SQLExpress database using Visual Studio\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/2013\\\/02\\\/05\\\/create-an-sqlexpress-database-using-visual-studio\\\/#listItem\",\"position\":3,\"name\":\"Create an SQLExpress database using Visual Studio\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/category\\\/uncategorized\\\/#listItem\",\"name\":\"Uncategorized\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/#organization\",\"name\":\"Ridge Solutions, Software Development and Software Engineering, Ireland.\",\"description\":\"Some thoughts of a busy Computer Engineer\",\"url\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/wp-content\\\/uploads\\\/2013\\\/09\\\/ridge_logo1.jpg\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/2013\\\/02\\\/05\\\/create-an-sqlexpress-database-using-visual-studio\\\/#organizationLogo\",\"width\":400,\"height\":81},\"image\":{\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/2013\\\/02\\\/05\\\/create-an-sqlexpress-database-using-visual-studio\\\/#organizationLogo\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/author\\\/kgodden\\\/#author\",\"url\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/author\\\/kgodden\\\/\",\"name\":\"Kevin Godden\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/2013\\\/02\\\/05\\\/create-an-sqlexpress-database-using-visual-studio\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d2833f41e59a25cf2a9741a05ec383bfdd278762a5e0798a90940e7ab0a107a2?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Kevin Godden\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/2013\\\/02\\\/05\\\/create-an-sqlexpress-database-using-visual-studio\\\/#webpage\",\"url\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/2013\\\/02\\\/05\\\/create-an-sqlexpress-database-using-visual-studio\\\/\",\"name\":\"Create an SQLExpress database using Visual Studio\",\"description\":\"This took me a bit of time to figure out - how to create an empty SQL express database without using SQL Mangement Studio (I didn't have it installed..) but instead using Visual Studio 2010 (and without having to add data sources, model definitions and other such muck into the context of a VS project)\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/2013\\\/02\\\/05\\\/create-an-sqlexpress-database-using-visual-studio\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/author\\\/kgodden\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/index.php\\\/author\\\/kgodden\\\/#author\"},\"datePublished\":\"2013-02-05T19:07:10+00:00\",\"dateModified\":\"2013-02-05T19:07:10+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/#website\",\"url\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/\",\"name\":\"Ridge Solutions, Software Development and Software Engineering, Ireland.\",\"description\":\"Some thoughts of a busy Computer Engineer\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.ridgesolutions.ie\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Create an SQLExpress database using Visual Studio","description":"This took me a bit of time to figure out - how to create an empty SQL express database without using SQL Mangement Studio (I didn't have it installed..) but instead using Visual Studio 2010 (and without having to add data sources, model definitions and other such muck into the context of a VS project)","canonical_url":"https:\/\/www.ridgesolutions.ie\/index.php\/2013\/02\/05\/create-an-sqlexpress-database-using-visual-studio\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"Kyj52YLp6GOPA44PVBffo9fjW8rgWHYYRF0ZYjfy6ss","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.ridgesolutions.ie\/index.php\/2013\/02\/05\/create-an-sqlexpress-database-using-visual-studio\/#article","name":"Create an SQLExpress database using Visual Studio","headline":"Create an SQLExpress database using Visual Studio","author":{"@id":"https:\/\/www.ridgesolutions.ie\/index.php\/author\/kgodden\/#author"},"publisher":{"@id":"https:\/\/www.ridgesolutions.ie\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.ridgesolutions.ie\/wp-content\/uploads\/2013\/09\/ridge_logo1.jpg","@id":"https:\/\/www.ridgesolutions.ie\/#articleImage","width":400,"height":81},"datePublished":"2013-02-05T19:07:10+00:00","dateModified":"2013-02-05T19:07:10+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/www.ridgesolutions.ie\/index.php\/2013\/02\/05\/create-an-sqlexpress-database-using-visual-studio\/#webpage"},"isPartOf":{"@id":"https:\/\/www.ridgesolutions.ie\/index.php\/2013\/02\/05\/create-an-sqlexpress-database-using-visual-studio\/#webpage"},"articleSection":"Uncategorized, sql exprerss, Visual Studio"},{"@type":"BreadcrumbList","@id":"https:\/\/www.ridgesolutions.ie\/index.php\/2013\/02\/05\/create-an-sqlexpress-database-using-visual-studio\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.ridgesolutions.ie#listItem","position":1,"name":"Home","item":"https:\/\/www.ridgesolutions.ie","nextItem":{"@type":"ListItem","@id":"https:\/\/www.ridgesolutions.ie\/index.php\/category\/uncategorized\/#listItem","name":"Uncategorized"}},{"@type":"ListItem","@id":"https:\/\/www.ridgesolutions.ie\/index.php\/category\/uncategorized\/#listItem","position":2,"name":"Uncategorized","item":"https:\/\/www.ridgesolutions.ie\/index.php\/category\/uncategorized\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.ridgesolutions.ie\/index.php\/2013\/02\/05\/create-an-sqlexpress-database-using-visual-studio\/#listItem","name":"Create an SQLExpress database using Visual Studio"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.ridgesolutions.ie#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.ridgesolutions.ie\/index.php\/2013\/02\/05\/create-an-sqlexpress-database-using-visual-studio\/#listItem","position":3,"name":"Create an SQLExpress database using Visual Studio","previousItem":{"@type":"ListItem","@id":"https:\/\/www.ridgesolutions.ie\/index.php\/category\/uncategorized\/#listItem","name":"Uncategorized"}}]},{"@type":"Organization","@id":"https:\/\/www.ridgesolutions.ie\/#organization","name":"Ridge Solutions, Software Development and Software Engineering, Ireland.","description":"Some thoughts of a busy Computer Engineer","url":"https:\/\/www.ridgesolutions.ie\/","logo":{"@type":"ImageObject","url":"https:\/\/www.ridgesolutions.ie\/wp-content\/uploads\/2013\/09\/ridge_logo1.jpg","@id":"https:\/\/www.ridgesolutions.ie\/index.php\/2013\/02\/05\/create-an-sqlexpress-database-using-visual-studio\/#organizationLogo","width":400,"height":81},"image":{"@id":"https:\/\/www.ridgesolutions.ie\/index.php\/2013\/02\/05\/create-an-sqlexpress-database-using-visual-studio\/#organizationLogo"}},{"@type":"Person","@id":"https:\/\/www.ridgesolutions.ie\/index.php\/author\/kgodden\/#author","url":"https:\/\/www.ridgesolutions.ie\/index.php\/author\/kgodden\/","name":"Kevin Godden","image":{"@type":"ImageObject","@id":"https:\/\/www.ridgesolutions.ie\/index.php\/2013\/02\/05\/create-an-sqlexpress-database-using-visual-studio\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/d2833f41e59a25cf2a9741a05ec383bfdd278762a5e0798a90940e7ab0a107a2?s=96&d=mm&r=g","width":96,"height":96,"caption":"Kevin Godden"}},{"@type":"WebPage","@id":"https:\/\/www.ridgesolutions.ie\/index.php\/2013\/02\/05\/create-an-sqlexpress-database-using-visual-studio\/#webpage","url":"https:\/\/www.ridgesolutions.ie\/index.php\/2013\/02\/05\/create-an-sqlexpress-database-using-visual-studio\/","name":"Create an SQLExpress database using Visual Studio","description":"This took me a bit of time to figure out - how to create an empty SQL express database without using SQL Mangement Studio (I didn't have it installed..) but instead using Visual Studio 2010 (and without having to add data sources, model definitions and other such muck into the context of a VS project)","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.ridgesolutions.ie\/#website"},"breadcrumb":{"@id":"https:\/\/www.ridgesolutions.ie\/index.php\/2013\/02\/05\/create-an-sqlexpress-database-using-visual-studio\/#breadcrumblist"},"author":{"@id":"https:\/\/www.ridgesolutions.ie\/index.php\/author\/kgodden\/#author"},"creator":{"@id":"https:\/\/www.ridgesolutions.ie\/index.php\/author\/kgodden\/#author"},"datePublished":"2013-02-05T19:07:10+00:00","dateModified":"2013-02-05T19:07:10+00:00"},{"@type":"WebSite","@id":"https:\/\/www.ridgesolutions.ie\/#website","url":"https:\/\/www.ridgesolutions.ie\/","name":"Ridge Solutions, Software Development and Software Engineering, Ireland.","description":"Some thoughts of a busy Computer Engineer","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.ridgesolutions.ie\/#organization"}}]},"og:locale":"en_US","og:site_name":"Systems and Embedded Software Engineering, Ireland. | Some thoughts of a busy Computer Engineer","og:type":"article","og:title":"Create an SQLExpress database using Visual Studio","og:description":"This took me a bit of time to figure out - how to create an empty SQL express database without using SQL Mangement Studio (I didn't have it installed..) but instead using Visual Studio 2010 (and without having to add data sources, model definitions and other such muck into the context of a VS project)","og:url":"https:\/\/www.ridgesolutions.ie\/index.php\/2013\/02\/05\/create-an-sqlexpress-database-using-visual-studio\/","article:published_time":"2013-02-05T18:07:10+00:00","article:modified_time":"2013-02-05T18:07:10+00:00","twitter:card":"summary","twitter:title":"Create an SQLExpress database using Visual Studio","twitter:description":"This took me a bit of time to figure out - how to create an empty SQL express database without using SQL Mangement Studio (I didn't have it installed..) but instead using Visual Studio 2010 (and without having to add data sources, model definitions and other such muck into the context of a VS project)"},"aioseo_meta_data":{"post_id":"944","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":"Article","isEnabled":true},"graphs":[]},"schema_type":null,"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":"2021-09-13 13:40:03","updated":"2025-07-15 22:06:24","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.ridgesolutions.ie\" 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.ridgesolutions.ie\/index.php\/category\/uncategorized\/\" title=\"Uncategorized\">Uncategorized<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tCreate an SQLExpress database using Visual Studio\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.ridgesolutions.ie"},{"label":"Uncategorized","link":"https:\/\/www.ridgesolutions.ie\/index.php\/category\/uncategorized\/"},{"label":"Create an SQLExpress database using Visual Studio","link":"https:\/\/www.ridgesolutions.ie\/index.php\/2013\/02\/05\/create-an-sqlexpress-database-using-visual-studio\/"}],"_links":{"self":[{"href":"https:\/\/www.ridgesolutions.ie\/index.php\/wp-json\/wp\/v2\/posts\/944","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ridgesolutions.ie\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ridgesolutions.ie\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ridgesolutions.ie\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ridgesolutions.ie\/index.php\/wp-json\/wp\/v2\/comments?post=944"}],"version-history":[{"count":0,"href":"https:\/\/www.ridgesolutions.ie\/index.php\/wp-json\/wp\/v2\/posts\/944\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.ridgesolutions.ie\/index.php\/wp-json\/wp\/v2\/media?parent=944"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ridgesolutions.ie\/index.php\/wp-json\/wp\/v2\/categories?post=944"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ridgesolutions.ie\/index.php\/wp-json\/wp\/v2\/tags?post=944"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}