SQL-Server-Scripts
SQL-Server-Scripts copied to clipboard
log result to tables and a few minor changes
In summary:
- renamed Note file because if you try to extract entire ZIP from Github using Powershell, it fails.
- Added Output parameters to on-premise procedures so that it can store results into tables at procedure execution
- Added Debug parameter to tell procedure to display comments for debugging
- Added a section "Example usage" in procedure header
- Removed "use master" at the beginning of sp_SrvPermissions