JDBC for SQL Server - Herong's Tutorial Examples - v3.12, by Herong Yang
Archived: Installing Microsoft SQL Server 2005 Express Edition
This section describes how to install Microsoft SQL Server 2005 Express Edition.
Assuming that your system meets all the requirements listed on the MS SQL Server 2005 requirement page, Now follow this tutorial to install SQL Server 2005 Express Edition on your local machine.
1. Double click c:\temp\SQLEXPR.EXE. The setup window shows up.
2. Click Next to let the setup program to unpack all files from the downloaded file.
3. When unpack is down, the setup program will check all required programs on your system.
4. Then the setup program will start the installation process.
5. On the Authentication Mode window, click the radio button for Mixed Mode (Windows Authentication and SQL Server Authentication). And enter "HerongYang" in the "Specify the sa logon password below:" field.
6. Continue to finish the installation process.
When installation is done, run Windows Task Manager. You should see a process called sqlservr.exe running in the process list:
sqlservr.exe 00 1,316 K
Table of Contents
JDBC (Java Database Connectivity) Introduction
Microsoft SQL Server Express Edition
Microsoft JDBC Driver for SQL Server
Microsoft JDBC Driver - Query Statements and Result Sets
Microsoft JDBC Driver - DatabaseMetaData Object
Microsoft JDBC Driver - DDL Statements
Microsoft JDBC Driver - DML Statements
SQL Server - PreparedStatement
SQL Server CLOB (Character Large Object) - TEXT
SQL Server BLOB (Binary Large Object) - BLOB
JDBC-ODBC Bridge Driver - sun.jdbc.odbc.JdbcOdbcDriver
JDBC-ODBC Bridge Driver - Flat Text Files
JDBC-ODBC Bridge Driver - MS Access
JDBC-ODBC Bridge Driver - MS SQL Server
Archived: Downloading and Installing JDK on Windows
Archived: Java SE 8 Installation
Archived: Downloading Microsoft SQL Server 2005 Express Edition
►Archived: Installing Microsoft SQL Server 2005 Express Edition
Archived: Installing AdventureWorksLT Sample Database
Archived: Installing Microsoft JDBC Driver 4.2