What is SQL Server?
Definition Wiki:
Microsoft SQL Server It is a system for managing databases produced by Microsoft based on the relational model. Their query languages are T-SQL and ANSI SQL. Microsoft SQL Server is the alternative Microsoft to other powerful database management systems how are they Oracle, PostgreSQL either MySQL.
We go to the official website and download the SQL server
http://www.microsoft.com/es-es/download/details.aspx?id=30438
Once executed, the following wizard will appear. In the menu we go to the "Installation" option and press New installation
We wait for the installation wizard to load.
We accept.
Following…
We accept license.. next…
We install…
We select the features depending on our installation. 
We add an instance name... I leave it as default.
It shows us a small summary
We configure how we want to identify ourselves, in my case I am going to put it in Windows Authentication Mode.
Following…
It shows us all the configuration before installing…
Start installing.
Once everything is installed... next and we start our application.
We now have our SQL Server ready to start working!!
Greetings, rokitoh!
:wq!

















Comments