> For the complete documentation index, see [llms.txt](https://kythuat.dtechvn.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kythuat.dtechvn.com/sql-server.md).

# SQL SERVER

## DOWNLOAD SQL SERVER

| <p>SQLEXPR\_x64\_ENU.exe<br>SQLEXPR\_x86\_ENU.exe</p>                         | Đây chính là phần mềm SQLServer (x86 là 32 BIT - x64 là 64 BIT)                                                                           |
| ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| <p>SQLManagementStudio\_x64\_ENU.exe<br>SQLManagementStudio\_x86\_ENU.exe</p> | Đây là bộ cài công cụ trực quan để quản lý SQLServer (SQL Management Studio)                                                              |
| <p>SQLEXPRWT\_x64\_ENU.exe<br>SQLEXPRWT\_x86\_ENU.exe</p>                     | <p>WT = With Tools<br>Gói này là gộp của phần mềm SQLServer và công cụ trực quan SQL Management Studio</p>                                |
| <p>SQLEXPRADV\_x64\_ENU.exe<br>SQLEXPRADV\_x86\_ENU.exe</p>                   | <p>ADV = Advanced<br>Gói này là gộp của phần mềm SQLServer, công cụ trực quan SQL Management Studio và một vài công cụ nâng cao khác.</p> |
| ENU\x64\SqlLocalDB.msi                                                        | SQL Localdb 64 BIT                                                                                                                        |
| ENU\x86\SqlLocalDB.msi                                                        | SQL Localdb 32 BIT                                                                                                                        |

### **SQL 2012**

#### Bản SP2 đang dùng:

{% embed url="<https://www.microsoft.com/en-us/download/details.aspx?id=43351>" %}

#### Bản SP3:

{% embed url="<https://www.microsoft.com/en-us/download/details.aspx?id=50003>" %}

### LINK DỰ PHÒNG

Bao gồm: SQL 2012 Full, Express, LOCALDB, Query Express: [<mark style="color:red;">**TẠI ĐÂY**</mark>](https://drive.google.com/drive/folders/1sMZSh4LaH9TWSNQO74DF9rUSJTP1AQ2i?usp=sharing)

## SQL 2014

{% embed url="<https://www.microsoft.com/en-us/download/details.aspx?id=42299>" %}

## SQL 2019

{% embed url="<https://www.microsoft.com/en-us/download/details.aspx?id=101064>" %}

## SETUP SQL SERVER

### Tham số setup SQL:

* <mark style="color:red;">**SKIP RESTART SQL SERVER**</mark>

```
/ACTION=INSTALL /X86 /SkipRules=RebootRequiredCheck /UpdateEnabled=False
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://kythuat.dtechvn.com/sql-server.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
