> For the complete documentation index, see [llms.txt](https://book.redsquad.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.redsquad.xyz/learning/sql/sqshell-or-sqsh-or-skwish.md).

# SQSHell | sqsh | skwish

{% hint style="info" %}
***Interactive SQL client***
{% endhint %}

MS SQL Server : Port 1433

### **Simple syntax**

```
sqsh -S server -U username -P password
```

`-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.
