SQL server 2012 detailed installation and usage tutorial

Table of contents

1.SQL server brief introduction

2. Demo version

3. Download link:

4. Specific demonstration steps 

1.SQL server brief introduction

  •        There are many versions of SQL Server2012.
  •       Each version of SQL Server will be divided into Enterprise (Enterprise Edition: very complete and powerful functions), Standard (Standard Edition), Express (Lite Edition), etc.
  •      In general projects, Enterprise (Enterprise Edition) will be selected, but SQL 2012 has two Enterprise Editions. There is no difference between the two for small businesses. However, if the CPU exceeds 20 cores, you will find that the extra CPU cannot be used.
  •      Only SQL Server 2012 enterprise core is the true enterprise version. For personal use, Express (lite version) is recommended for its small size and small memory footprint. Or the developer version, which has features comparable to the enterprise version.

2. Demo version

SQL Server 2012 enterprise core enterprise edition.

3. Download link:

SQL server2012 Thunder download link:

ed2k://|file|cn_sql_server_2012_enterprise_core_edition_with_sp1_x64_dvd_1234496.iso|4231520256|0E92DF8E2CB5C84D7456438F73CD2D93|/

4. Specific demonstration steps 

 (Click Install-Select New Installation)

 (Check all, the path to the shared function directory: can be changed, but it cannot be the same name.)

 (Instance ID: Please remember, it will be used in the following configuration, no need to change it)

 You need to add the configuration manually here: NT Service\MSSQLSERVER (the ID name defined in the picture above)

[Database engine configuration]

Select hybrid login to set up the administrator account xx (just name it according to custom),

Remember the setup password

Then click Add Current User

【Next step】

 

(This location does not support this path, so it does not affect it. It is fine and small on the system disk and does not take up space.) 

(When you see this page, click "√" in the small green circle to install successfully) 

Guess you like

Origin blog.csdn.net/m0_48565215/article/details/127497519