Skip to content
Sergio Govoni edited this page Sep 11, 2021 · 12 revisions

sqlcmdcli wiki!

sqlcmdcli utility is a command-line utility for ad hoc, interactive execution of commands on SQL Server to simulate specific workloads, anonymize sensitive data and much more.

Installation

You can find installation instructions on our README.

Commands

anonymizedb (anondb)

Anonymize all text columns longer than two characters!

sqlcmdcli.exe anonymizedb {options} [flags]

sqlcmdcli.exe anondb {options} [flags]

Options

-servername: (-s:) SQL Server instance name

-databasename: (-d:) Database name

-username: (-u:) SQL Server username

-password: (-p:) Password

Options inherited from parent commands

-help Shows help for the command

Flags

-verbose Shows details about the results of running

Examples

sqlcmdcli.exe anonymizedb -servername:BEER -databasename:PintOfBeer -username:YourName -password:YourStrongPassword -verbose

sqlcmdcli.exe anondb -s:BEER -d:PintOfBeer -u:YourName -p:YourStrongPassword

Feedback

Thank you for checking out sqlcmdcli! Please open an issue to send us feedback. We're looking forward to hearing it.

Clone this wiki locally