SQSHell | sqsh | skwish
Interactive SQL client
MS SQL Server : Port 1433
Simple syntax
-S server
is used to specify the server, for example -S MACHINE_IP
-U username
is used to provide the username; for example, -U sa is the username that we have enabled.
-P password
lets us specify the password.
Last updated