努力-學習-創新
--匯出-- bcp "select * from [資料庫名稱].[dbo].[資料表名稱]" queryout 匯出檔案名稱.txt -w -U "使用者帳號" -P "使用者密碼" " ...
如何取得 web.config 裡的 httpRuntime 資訊
maxRequestLength設定上傳檔案大小(單位是KB)
HttpRuntimeSection section = (HttpRuntimeSection)ConfigurationManager.GetSection("system.web/httpRuntime");