應用場合:因為經常更換作業系統,所以d盤存放資料庫檔案目錄的資料庫每次都要乙個乙個的附加到mssql中,因此設計程式批量附加省時間也方便自己和大家。
程式不足:沒有去研究跟實現ndf日誌檔案附加和多個日誌檔案的資料庫附加。
程式原始碼:
///
/// 迴圈查詢指定目錄下要附加的資料庫檔案和對應的日誌檔案,連線本地資料庫並執行資料庫附加命令
///
private void attachfolderdb()
//查詢所有的mdf檔案列表
string arrattachfilepath = null;
if (strfilefolder != "")}}
}//迴圈附加資料庫
if (arrattachfilepath != null)
else
/// 附加資料庫命令字串
///
private bool attachdatabase(string strsql)
catch (exception ex)
finally
}
恢復指定目錄下的所有資料庫 sql
if exists select from dbo.sysobjects where id object id n dbo p restoredb and objectproperty id,n isprocedure 1 drop procedure dbo p restoredb go 恢復指定...
恢復指定目錄下的所有資料庫 sql
if exists select from dbo.sysobjects where id object id n dbo p restoredb and objectproperty id,n isprocedure 1 drop procedure dbo p restoredb go 恢復指定...
NLU專案 批量開啟指定目錄下的所有檔案
def excel to csv file,to file data xls pd.read excel file,sheet name 0 data xls.to csv to file,encoding utf 8 sig 讀取乙個目錄裡面的所有檔案 def read path path dir...