更改MSSQL資料庫物理檔名的方法

2021-05-05 02:26:43 字數 394 閱讀 9719

alter database 現資料庫名 modify file(name='當前資料檔案物理資料檔案名稱',newname='新資料檔案物理檔名(file)') 

go alter database 現資料庫名 modify file(name='當前日誌檔案物理資料檔案名稱',newname='新日誌檔案物理檔名(filename)') 

go 

alter database ec_cms_dy modify file(name='ec_cms_tongda_log',newname='ec_cms_dy_log')

alter database ec_cms_dy modify file(name='ec_cms_tongda_data',newname='ec_cms_dy_data')

更改檔名

import os 輸入資料夾位址 path home zhengsc desktop aug output files os.listdir path 輸出所有檔名,只是為了看一下 for file in files print file 獲取舊名和新名 i 0 for file in files...

lua 更改檔名

n lua32 台彎報紙 a.bat echo off if exist a.txt del a.txt for r n lua32 台彎報紙 out i in do echo i a.txt rem cmd.exe n lua32 台彎報紙 a.lua 獲取所有檔名 os.execute a.ba...

C 更改檔名

rename.cpp 定義控制台應用程式的入口點。include stdafx.h include include include include include includeusing namespace std define npos 4294967295 win32 find data fd...