Microsoft SQL Server Installation
This page is based on Install SQL Server.
- Check the SQL Server Help Pages.
- Download and install SQL Server Express.
SQL Server Express is the free edition, ideal for development and production for desktop, web, and small server applications.
- Connection string:
Server=localhost\SQLEXPRESS;Database=master;Trusted_Connection=True;
- SQL Server install folder:
C:\Program Files\Microsoft SQL Server
- SQL Administrators:
AD\wen.chen.hu
- Start the configuration.
After installation, start configuration:
⇓ Connect Now
⇓ Customize
⇓
⇓
⇓
⇓ Unchecking all
⇓
⇓
⇓
⇓
⇓