Giter Site home page Giter Site logo

elmah.sqlserver.advance's Introduction

Elmah.SqlServer.Advance

Elmah 錯誤紀錄資料庫擴充版本

此為修改 Elmah.SqlServer 提供的資料庫物件指令碼
https://www.nuget.org/packages/elmah.sqlserver/

只要依照 Elmah.Sqlserver 套件內容設定好應用程式
再使用此指令碼建立相關的資料庫物件就可以使用

  • 此資料庫指令碼為 SqlServer 使用
  • 儲存目標依照執行預存程序的雙數與單數月份做區隔
  • 請依照實際執行情境進行必要的程式碼異動

延伸項目

儲存目標因月份的單數與雙數而目標資料表有所不同
可使用排程方式將在每個月份的第一天將前一個月份資料表內容進行 TRUNCATE

可將要 TRUNCATE 資料表匯出成文字檔作存查
將文字檔壓縮可以達到更好的節省空間效果

因資料庫為儲存紀錄用,可以考慮將資料庫復原模式修改為「簡單(SIMPLE)」
在儲存時就不會將紀錄寫入交易紀錄檔案 (*.ldf)
此復原模式(SIMPLE) 的資料庫將無法透過交易紀錄來還原特定時間的資料庫內容

elmah.sqlserver.advance's People

Contributors

txstudio avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.