{"id":826,"date":"2021-04-08T10:26:19","date_gmt":"2021-04-08T08:26:19","guid":{"rendered":"https:\/\/wp.rimfalt.se\/?p=826"},"modified":"2021-04-08T10:26:19","modified_gmt":"2021-04-08T08:26:19","slug":"move-data-logfiles-of-a-live-sql-server-to-new-location","status":"publish","type":"post","link":"https:\/\/wp.rimfalt.se\/?p=826","title":{"rendered":"Move Data\/logfiles of a Live SQL Server to new location"},"content":{"rendered":"\n<p>Sometimes its needed to be able to move a log file etc on a live and running instance.<br>To do so use the Managementstudio to run some SQL scripts.<br><\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism off-numbers lang-sql\" data-lang=\"SQL\"><code>ALTER DATABASE &quot;AI2018_Inventor IDF&quot;  \nMODIFY FILE (NAME =&quot;AI2016_Inventor IDF_log&quot;, FILENAME = &#39;E:\\DatabaseLogfiles\\AI2018_Inventor IDF_log.ldf&#39;);\n\n-- Set database to online too try again of you forgott to move the file ;)\n-- User the full samt of the service account nt Service\\MSSSQL$instance... for folder rights...\nALTER DATABASE Vault IDF SET ONLINE;\n\n\n-- Verify file location and status!\nSELECT name, physical_name AS NewLocation, state_desc AS OnlineStatus\nFROM sys.master_files  \nWHERE database_id = DB_ID(N&#39;Vault&#39;)  \nGO\n<\/code><\/pre><\/div>\n\n\n\n<p>Userrights might be a issue and just to remember: <br>When using the default service account and you need to give it new folder rights the syntax for adding the account is &#8221;NT Service\\Accountname&#8221;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Sometimes its needed to be able to move a log file etc on a live and running instance.To do so [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[1],"tags":[170,169],"class_list":["post-826","post","type-post","status-publish","format-standard","hentry","category-okategoriserade","tag-alter-database","tag-sql"],"_links":{"self":[{"href":"https:\/\/wp.rimfalt.se\/index.php?rest_route=\/wp\/v2\/posts\/826","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wp.rimfalt.se\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wp.rimfalt.se\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wp.rimfalt.se\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wp.rimfalt.se\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=826"}],"version-history":[{"count":2,"href":"https:\/\/wp.rimfalt.se\/index.php?rest_route=\/wp\/v2\/posts\/826\/revisions"}],"predecessor-version":[{"id":829,"href":"https:\/\/wp.rimfalt.se\/index.php?rest_route=\/wp\/v2\/posts\/826\/revisions\/829"}],"wp:attachment":[{"href":"https:\/\/wp.rimfalt.se\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=826"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wp.rimfalt.se\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=826"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wp.rimfalt.se\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=826"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}