Skip to content

shandysawyer/t-sql-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

T-SQL Logger

Overview

T-SQL Logger is a SQL Server logging framework for use with stored procedures. It is intended to help with:

  • Profiling execution time
  • Researching performance issues
  • Debugging unhandled errors
  • Logging database execution where profilers are restricted

Documentation

License

This project uses the MIT license.

Credit

This logger solution was inspired by the OraOpenSource Logger https://github.com/OraOpenSource/Logger. Their API along with some implementation details were adopted under permission of their MIT License.

About

Lightweight T-SQL Logging Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages