Update manuals

This commit is contained in:
Markus Fleschutz
2021-10-16 12:02:47 +02:00
parent 4ca038db30
commit 09aa1fee33
35 changed files with 125 additions and 50 deletions

View File

@ -1,7 +1,6 @@
## 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
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.