Skip to content

Creates an archive copy of all monitored (configurable) database objects essentially maintaining a current and historic data dictionary. Scans for new and changed objects on each execution. The initial execution will store all existing objects first.

License

Notifications You must be signed in to change notification settings

NomadicDaddy/CodeWrangler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeWrangler

Creates an archive copy of all monitored (configurable) database objects essentially maintaining a current and historic data dictionary. Scans for new and changed objects on each execution. The initial execution will store all existing objects first.

CodeWrangler consists of:

  • pr_CodeWrangler and udf_longHash -- does the work
  • object_viewer -- sample code for viewing the collected data
  • job.sql -- creates a scheduled job to collect on a regular basis

To install, create the UDF, stored procedure, and SQL Agent job.

Data will be collected in master.dbo.[CodeWrangler].

Super handy for those Wild West shops that need to keep track of who deployed what and when...after the fact.

About

Creates an archive copy of all monitored (configurable) database objects essentially maintaining a current and historic data dictionary. Scans for new and changed objects on each execution. The initial execution will store all existing objects first.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published