Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Express SQL

License SQL Server Azure SQL

Build status GitHub Workflow Status (branch) codecov

A suite of T-SQL utility scripts for Microsoft SQL Server.

Scripts

To quickly install or update all the scripts below, use install_expsql.sql.

Name Description
sp_sizeoptimiser Recommends space saving measures for data footprints, with special checks for SQL Server Express.
sp_helpme A drop-in modern alternative to sp_help.
sp_doc Always have current documentation by generating on the fly markdown documentation.

Compatibility

Tested on:

  • Azure SQL
  • SQL Server 2019
  • SQL Server 2017
  • SQL Server 2016
  • SQL Server 2014
  • SQL Server 2012 SP1

Contributing

Missing a feature? Found a bug? Open an issue to get some ❤️

You can’t perform that action at this time.