|
Installation Documentation
SQL Server Express 2005 Installation
1. Install SQL Server Express 2005 by double clicking on SQL installation file, accept the license agreement and click Next
![](docs/SQL/SQL_01_SQLinstall.jpg)
2. Review the prerequisites and click Install to continue
![](docs/SQL/SQL_02_SQLinstall.jpg)
3. Upon successful completion of the prerequisite installation click Next
![](docs/SQL/SQL_03_SQLinstall.jpg)
4. Begin the SQL Server installation wizard by clicking Next
![](docs/SQL/SQL_04_SQLinstall.jpg)
5. Upon successful completion of the system configuration check click Next
![](docs/SQL/SQL_05_SQLinstall.jpg)
6. Complete the name field, uncheck hide advanced configuration options and click Next
![](docs/SQL/SQL_06_SQLinstall.jpg)
7. Select default features and click Next
![](docs/SQL/SQL_07_SQLinstall.jpg)
8. Select default instance and click Next
![](docs/SQL/SQL_08_SQLinstall.jpg)
9. Select default service account and click Next
![](docs/SQL/SQL_09_SQLinstall.jpg)
10. Select mixed mode, enter a password for the sa user and click Next
![](docs/SQL/SQL_10_SQLinstall.jpg)
11. Select the default collation settings and click Next
![](docs/SQL/SQL_11_SQLinstall.jpg)
12. Enable user instances and click Next
![](docs/SQL/SQL_12_SQLinstall.jpg)
13. Select default error and usage report settings and click Next
![](docs/SQL/SQL_13_SQLinstall.jpg)
14. To begin installation click Install
![](docs/SQL/SQL_14_SQLinstall.jpg)
15. Monitor setup progress and click Next
![](docs/SQL/SQL_15_SQLinstall.jpg)
16. Review the installation summary log and click Finish
![](docs/SQL/SQL_16_SQLinstall.jpg)
17. Start SQL Server configuration by clicking Start, All Programs, Microsoft SQL Server 2005, Configuration Tools and SQL Server configuration manager
![](docs/SQL/SQL_17_SQLinstall.jpg)
18. Expand SQL Server 2005 Network Configuration, select protocols for MSSQLSERVER and enable TCP/IP
![](docs/SQL/SQL_18_SQLinstall.jpg)
19. Observe the warning message to restart SQL Services for the changes to take effect
![](docs/SQL/SQL_19_SQLinstall.jpg)
20. Select SQL Server 2005 Services, right click on MS SQLSERVER Service and select Restart
![](docs/SQL/SQL_20_SQLinstall.jpg)
|
|