Update the manuals

This commit is contained in:
Markus Fleschutz
2021-10-06 10:46:35 +02:00
parent 88c834e437
commit 2acdb5fbbf
243 changed files with 1004 additions and 490 deletions

View File

@ -1,9 +1,10 @@
# PowerShell Script: list-sql-tables.ps1
```powershell
list-sql-tables.ps1
Lists all tables of a SQL server database
```
Lists all tables in a SQL server database and exports the list as CSV
Install-Module InvokeQuery
Run the above command if you do not have this module.