You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
442 B
Markdown
12 lines
442 B
Markdown
# MS SQL Server
|
|
|
|
* [SQL Server](https://www.microsoft.com/en-sg/sql-server/sql-server-downloads)
|
|
* Connection Tool
|
|
* MS SQL Management Studio [SSMS](https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-ver15)
|
|
* HeidiSQL
|
|
* Network : `Microsoft SQL Server (named pipe)`
|
|
* Library : `MSOLEDBSQL`
|
|
* Hostname : `\.\pipe\LOCALDB#4BE08EE4\tsql\query`
|
|
* Use Windows authentication
|
|
|