Skip to content

SlavaSQL/SQLDocumenter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

SQLDocumenter

#URL: https://slavasql.blogspot.com/2013/11/stored-procedure-to-document-database.html

#Usage:

  1. Just put name of the database you want to document in the third line of the script and run the script. DECLARE @DBName VARCHAR(128) = ''
  2. Run the script
  3. Copy-paste script's results to .HTML file
  4. View that file in any browser (Tested in Chrome/IE/FireFox)

#Restriction: Does not work on SQL Server versions earlier than 2005. Not tested in 2017 & 2019.

About

Automated Documenting of a SQL Server Database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages