├── .gitattributes ├── LICENSE ├── README.md └── sp_CheckSecurity.sql /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Straight-Path-Solutions/sp_CheckSecurity/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Straight-Path-Solutions/sp_CheckSecurity/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Straight-Path-Solutions/sp_CheckSecurity/HEAD/README.md -------------------------------------------------------------------------------- /sp_CheckSecurity.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Straight-Path-Solutions/sp_CheckSecurity/HEAD/sp_CheckSecurity.sql --------------------------------------------------------------------------------