SQL SERVER 2005 EXPRESS SP2 INSTALLATION\SETUP.
SQL Server 2005 Express is the free version of SQL Server 2005 & has the same limitation of MSDE (free version of SQL Server 2000). MSDE will not install on Windows VISTA, so SQL Server 2005 Express will have to used as your database engine on VISTA. Just like MSDE, SQL Server 2005 Express has a 2GB limit per database.
The Feature Selection screen will appear, click the down arrow on Connectivity Components > then click "Will be installed on local hard drive" > if you would like to install to a specific drive or folder click Browse & make your selection > once finished click Next.
The Instance Name screen will appear, select "Default Instance" (SQLEXPRESS is default) or if you have a preference select "Named Instance" & enter a name (SWDATA, SOAP, etc...), once complete click Next.
The Service Account screen will appear, select "Use the built-in System account" > make sure both services are checked "SQL Server" & "SQL Browser"
The Authentication Mode screen will appear, click "Mixed Mode (Windows Authentication and SQL Server Authentication)" and enter a password (soapware, soapware1, etc...) for the "sa logon" > click Next. It's very important you remember\record this password.
The Configuration Options screen will appear, make sure "Enable User Interfaces" and "Add user to the SQL Server Administrator role" are checked > click Next.
The Error and Usage Report Settings screen will appear, uncheck both options > click Next.
The Ready to Install screen will appear and state was items are about to be installed > click Install.
The install will commence and get a green check mark once complete, after all are complete the Next button will become available > click Next.
Finally > click Finish. You are finished with installing SQL Server 2005 , however, now the connections must be enabled so that it can be used.
SQL SERVER 2005 CONFIGURATION.
To finish the SERVER install, you will need to install the SQL DATA MANAGER which will attach the databases.