How install SQL Server 2005 Developer Edition and SQL Server Management Studio Express?

0
11:27



Step 1: Download SQL Server 2005 Developer Edition

The SQL Server 2005 Developer Edition download page has three separate downloads for you to consider.

Table A -- Decide which features you need for your installation


Version
Feature
Database engine
X
X

Client software
X
X
X
Full-text search

X

Reporting Services

X

Management Studio Express

X
X

Table B -- System and software requirements for SQL Server 2005 Express Edition


Version

Feature  
SQL Server 2005 Express Edition SP1
SQL Server 2005 Express Edition with Advanced Services SP1
SQL Server 2005 Express Edition Toolkit SP1
RAM (minimum)
192 MB
512 MB
512 MB
RAM (recommended)
512 MB
1 GB
1 GB
Drive space
600 MB
Processor (minimum)
600 MHz
Processor (recommended)
1 GHz
IIS 5 or higher
No
Yes
No
Operating systems supported
Windows Server 2003 SP1, Windows Server 2003 Enterprise Edition SP1,
Windows Server 2003 Datacenter Edition SP1, Windows Server 2003 Web Edition SP1, Windows Small Business Server 2003 Standard Edition SP1, Windows Small Business Server 2003 Premium Edition SP1, Windows XP Professional SP2, Windows XP Home Edition SP2, Windows XP Tablet Edition SP2, Windows XP Media Edition SP2, Windows 2000 Professional Edition SP4, Windows 2000 Server Edition SP4, Windows 2000 Advanced Edition SP4, Windows 2000 Datacenter Server Edition SP4
Software prerequisites
.NET Framework 2.0 & MSXML 6
Other requirements
Server joined to your Active Directory domain.
I highly recommend that you don't use one of your existing servers for this purpose. If you don't have any reasonable spare hardware, consider using VMware Server or Virtual Server 2005 R2and creating a virtual machine. Both products are free, and great for creating test beds. SQL Server 2005 requires the .NET Framework 2.0, which breaks some applications, so keeping the database separate is a good idea.

Step 3: Install database software prerequisites

I mentioned above that there are a number of software prerequisites for SQL Server 2005 Express Edition. Before you can install the database software, you need to take the necessary steps to get these items installed.
Install the following items in order.

Internet Information Server 5 or higher


If your Windows server does not have IIS installed, go to Start | Control Panel | Add or Remove Programs | Add/Remove Windows Components.

.NET Framework 2.0


Download the .NET Framework 2.0 (x86) from here. After downloading, execute dotnetfx.exe and follow the instructions to complete the installation. I'd show a screenshot, but there's really not a whole lot to see!

MSXML6


Download MSXML6 from here. Execute msxml6.msi. This is a quick installation.

 Install SQL Server 2005 Developer  Edition

Insert the DVD into the DVD drive
The SQL Server installation screen appears
For most installations, if installing on standard 32 bit Windows XP Professional, click on the x86-based operating systems option.
Click on Server components, tools, Books online and samples
Read and accept the terms and conditions of the license agreement
Then click Next.
The Installing Prerequisites screen
Click on the Install button and wait whilst the system components are configured. This may take 10-20 seconds.
Prerequisites are installed
Welcome to the Microsoft SQL Server Installation Wizard
The System Configuration Check screen
If the configuration check completes successfully (Success appears in the top panel, all ticks in the Details panel), click on Next.
Fill in the Registration Information details
Click on Next.
Select the components to install
Note that the components selected in the screen shot above are the most common components that will be needed for most developers and development DBAs. However, if another component such as Analysis Services is needed, it can be added easily afterwards by re-inserting the installation DVD and re-running the setup program.Click on the Advanced button to open up further options.
Feature selection
IMPORTANT NOTE
As a general rule it is not necessary to change the default installation path or the Developer Edition installation, unless your organization has a standard which is different. If in doubt, check an existing PC or server at your site.Click on Next.

Select the Default instance
IMPORTANT NOTE
If the Default instance radio button is disabled, this probably means that there is another, default instance of SQL Server 2000 or SQL Server 2005 already installed on this machine. In this case, consult the DBA for the project as it may not be necessary or desirable to re-install the database components.Click on Next.
Select the radio button Use the built-in System account
The first step will change the Windows account under which the SQL Server service executes to the Local System account. In a production environment or certain development environments, it may be desirable to change this to a domain user account, but this is not usually necessary for local developer installations. Note that the service account settings can be changed through the Services applet in the Control Panel at any point after installation, however SQL Server will require re-starting in order for these changes to take effect.Click on Next.
Change Authentication Mode to Mixed Mode and set a password for the sa logon
Click on Next.
Keep the default collation settings, unless you have a reason to change them
Click on Next.
Error Reporting and Usage options
Click on Next.
The SQL Server pre-installation screen
Click on Install.
SQL Server setup progress
This step usually takes 10-30 minutes, but requires no user intervention - so now's a good time to take a break and make some coffee.
SQL Server setup has finished
Click on Next.
Completing Microsoft SQL Server 2005 Setup
If you only want the database server to be accessible from the machine on which it is installed, click onFinish. SQL Server 2005 installation is now complete.However, if you wish the database server to be accessible from other machines, click on the Surface Area Configuration tool link.
The Help Protect Your SQL Server screen will appear
Click on the Surface Area Configuration for Services and Connections link.
SQL Server 2005 Surface Area Configuration
Click on the Remote Connections node in the left hand tree pane, then click on ocal and remote connections. By default, TCP/IP only is selected and is usually sufficient in most development environments, but if you suspect that you may need SQL Server 2005 to host legacy applications which require support for the named pipes SQL Server communication protocol, click on Using TCP/IP and Named Pipes. If in doubt, consult the DBA for the project.In addition, if you wish this installation of SQL Server to automatically announce itself on the network to automatic database server directory queries, click on the SQL Server Browser Service, set the Startup type to Automatic, click on Apply, then click on the Start button.
Click on OK, and then close the Help Protect Your SQL Server screen.
Finally, click on the Finish button on the Completing Microsoft SQL Server 2005 Setup screen.

About the author

Donec non enim in turpis pulvinar facilisis. Ut felis. Praesent dapibus, neque id cursus faucibus. Aenean fermentum, eget tincidunt.

0 comments: