我是新手,因为这是我第一次安装产品,
我使用默认安装在Windows Server 2012 R2标准版上安装了SQL Server 2014企业版,这意味着一个物理驱动器(C驱动器)中的所有内容。
现在已经安装并运行了SQL服务器,但我还没有移动我的数据库。
我的问题是,如何更改设置以在两个不同的物理驱动器中生成事务日志和数据库?
我有操作系统的C盘(Windows Server 2012 R2) 到目前为止,C驱动器上的所有内容,但我想将事务日志放在D驱动器和E驱动器上的数据库中。
简单来说,在移动数据之前,我可以更改为以下结构吗?
答案 0 :(得分:0)
Try to follow the below process it may helps you
--> Right click on the name of the database
--> Select Properties
--> Go to the Files tab
--> Make a note of the Path and FileName of MDF and LDF files. This step is important in case you don't want to end up searching for missing files...
--> Right click on the database name
--> Select Tasks -> Detach
--> Move the files where you want
--> Right click on the Databases node of your server
--> Select Attach
--> Click on the Add button
--> Point to the new location
--> Click OK