-
Notifications
You must be signed in to change notification settings - Fork 5
Home
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.
You can find installation instructions on our README.
Anonymize all text columns longer than two characters!
sqlcmdcli.exe anonymizedb {options} [flags]
sqlcmdcli.exe anondb {options} [flags]
-servername: (-s:) SQL Server instance name
-databasename: (-d:) Database name
-username: (-u:) SQL Server username
-password: (-p:) Password
-help Shows help for the command
-verbose Shows details about the results of running
sqlcmdcli.exe anonymizedb -servername:BEER -databasename:PintOfBeer -username:YourName -password:YourStrongPassword -verbose
sqlcmdcli.exe anondb -s:BEER -d:PintOfBeer -u:YourName -p:YourStrongPassword
Thank you for checking out sqlcmdcli! Please open an issue to send us feedback. We're looking forward to hearing it.